#A91CA2

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

Shades of Dark Magenta #A91CA2

Tints of Dark Magenta #A91CA2

Color information

#A91CA2 (or 0xA91CA2) is unknown color: approx Dark Magenta. HEX triplet: A9, 1C and A2. RGB value is (169,28,162). Sum of RGB (Red+Green+Blue) = 169+28+162=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A91CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91CA2 is #56E35D. Grayscale: #555555. Windows color (decimal): -5694302 or 10624169. OLE color: 10624169.

HSL color Cylindrical-coordinate representation of color #A91CA2: hue angle of 302.98º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91CA2 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB16928162-
CMYK00.830.040.34
HSL302.98º71.57%38.63%-
HSV(B)302.98º83.43%66.27%-
XYZ23.311.8735.25-
YUV85.44171.21187.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 28 (11.33% from 255) = 7.80%
BLUE value IS 162 (63.67% from 255) = 45.13%
R=47.08%
G=7.80%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692816200.830.040.34302.9871.5738.63
HexA91CA205342212f4827
Octal25134242012344245711047
Binary101010011110010100010010100111001000101001011111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91CA2; }

 p { color: rgb(169,28,162); }

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

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

 a { background-color: rgb(169,28,162); }

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

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

 span { border-color: rgb(169,28,162); }

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