#A817A0

Color #A817A0 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A817A0

Tints of Dark Magenta #A817A0

Color information

#A817A0 (or 0xA817A0) is unknown color: approx Dark Magenta. HEX triplet: A8, 17 and A0. RGB value is (168,23,160). Sum of RGB (Red+Green+Blue) = 168+23+160=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A817A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A817A0 is #57E85F. Grayscale: #515151. Windows color (decimal): -5761120 or 10491816. OLE color: 10491816.

HSL color Cylindrical-coordinate representation of color #A817A0: hue angle of 303.31º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A817A0 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB16823160-
CMYK00.860.050.34
HSL303.31º75.92%37.45%-
HSV(B)303.31º86.31%65.88%-
XYZ22.811.4834.27-
YUV81.97172.04189.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 23 (9.38% from 255) = 6.55%
BLUE value IS 160 (62.89% from 255) = 45.58%
R=47.86%
G=6.55%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682316000.860.050.34303.3175.9237.45
HexA817A005652212f4c25
Octal25027240012654245711445
Binary101010001011110100000010101101011000101001011111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A817A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A817A0; }

 p { color: rgb(168,23,160); }

 H1.HeaderClassName
 {
   color: #A817A0;
 }
 .AnyTagClassName
 {
   color: #A817A0;
 }
</style>
background-color css

<style>
 a { background-color: #A817A0; }

 a { background-color: rgb(168,23,160); }

 div.DivClassName
 {
   background-color: #A817A0;
 }
 .BgClassName
 {
   background-color: #A817A0;
 }
</style>
border-color css

<style>
 span { border-color: #A817A0; }

 span { border-color: rgb(168,23,160); }

 td.TdClassName
 {
   border-color: #A817A0;
 }
 .TagClassName
 {
   border-color: #A817A0;
 }
</style>