#A91EA6

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

Shades of Dark Magenta #A91EA6

Tints of Dark Magenta #A91EA6

Color information

#A91EA6 (or 0xA91EA6) is unknown color: approx Dark Magenta. HEX triplet: A9, 1E and A6. RGB value is (169,30,166). Sum of RGB (Red+Green+Blue) = 169+30+166=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A91EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91EA6 is #56E159. Grayscale: #565656. Windows color (decimal): -5693786 or 10886825. OLE color: 10886825.

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

Color convert

RGB16930166-
CMYK00.820.020.34
HSL301.29º69.85%39.02%-
HSV(B)301.29º82.25%66.27%-
XYZ23.7112.1237.17-
YUV87.06172.55186.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 30 (12.11% from 255) = 8.22%
BLUE value IS 166 (65.23% from 255) = 45.48%
R=46.30%
G=8.22%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693016600.820.020.34301.2969.8539.02
HexA91EA605222212d4627
Octal25136246012224245510647
Binary10101001111101010011001010010101000101001011011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91EA6; }

 p { color: rgb(169,30,166); }

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

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

 a { background-color: rgb(169,30,166); }

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

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

 span { border-color: rgb(169,30,166); }

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