#A91EA5

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

Shades of Dark Magenta #A91EA5

Tints of Dark Magenta #A91EA5

Color information

#A91EA5 (or 0xA91EA5) is unknown color: approx Dark Magenta. HEX triplet: A9, 1E and A5. RGB value is (169,30,165). Sum of RGB (Red+Green+Blue) = 169+30+165=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A91EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91EA5 is #56E15A. Grayscale: #565656. Windows color (decimal): -5693787 or 10821289. OLE color: 10821289.

HSL color Cylindrical-coordinate representation of color #A91EA5: hue angle of 301.73º 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 #A91EA5 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB16930165-
CMYK00.820.020.34
HSL301.73º69.85%39.02%-
HSV(B)301.73º82.25%66.27%-
XYZ23.6212.0836.68-
YUV86.95172.05186.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 30 (12.11% from 255) = 8.24%
BLUE value IS 165 (64.84% from 255) = 45.33%
R=46.43%
G=8.24%
B=45.33%

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
Decimal1693016500.820.020.34301.7369.8539.02
HexA91EA505222212e4627
Octal25136245012224245610647
Binary10101001111101010010101010010101000101001011101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91EA5; }

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

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

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

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

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

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

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

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