#A604A2

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

Shades of Dark Magenta #A604A2

Tints of Dark Magenta #A604A2

Color information

#A604A2 (or 0xA604A2) is unknown color: approx Dark Magenta. HEX triplet: A6, 04 and A2. RGB value is (166,4,162). Sum of RGB (Red+Green+Blue) = 166+4+162=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A604A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A604A2 is #59FB5D. Grayscale: #454545. Windows color (decimal): -5897054 or 10618022. OLE color: 10618022.

HSL color Cylindrical-coordinate representation of color #A604A2: hue angle of 301.48º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A604A2 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB1664162-
CMYK00.980.020.35
HSL301.48º95.29%33.33%-
HSV(B)301.48º97.59%65.1%-
XYZ22.2910.835.09-
YUV70.45179.67196.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 1.20%
BLUE value IS 162 (63.67% from 255) = 48.80%
R=50%
G=1.20%
B=48.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166416200.980.020.35301.4895.2933.33
HexA64A206222312d5f21
Octal2464242014224345513741
Binary101001101001010001001100010101000111001011011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A604A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A604A2; }

 p { color: rgb(166,4,162); }

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

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

 a { background-color: rgb(166,4,162); }

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

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

 span { border-color: rgb(166,4,162); }

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