#A91EA4

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

Shades of Dark Magenta #A91EA4

Tints of Dark Magenta #A91EA4

Color information

#A91EA4 (or 0xA91EA4) is unknown color: approx Dark Magenta. HEX triplet: A9, 1E and A4. RGB value is (169,30,164). Sum of RGB (Red+Green+Blue) = 169+30+164=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A91EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91EA4 is #56E15B. Grayscale: #565656. Windows color (decimal): -5693788 or 10755753. OLE color: 10755753.

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

Color convert

RGB16930164-
CMYK00.820.030.34
HSL302.16º69.85%39.02%-
HSV(B)302.16º82.25%66.27%-
XYZ23.5312.0436.21-
YUV86.84171.55186.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 30 (12.11% from 255) = 8.26%
BLUE value IS 164 (64.45% from 255) = 45.18%
R=46.56%
G=8.26%
B=45.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693016400.820.030.34302.1669.8539.02
HexA91EA405232212e4627
Octal25136244012234245610647
Binary10101001111101010010001010010111000101001011101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91EA4; }

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

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

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

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

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

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

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

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