#A21491

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

Shades of Dark Magenta #A21491

Tints of Dark Magenta #A21491

Color information

#A21491 (or 0xA21491) is unknown color: approx Dark Magenta. HEX triplet: A2, 14 and 91. RGB value is (162,20,145). Sum of RGB (Red+Green+Blue) = 162+20+145=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A21491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21491 is #5DEB6E. Grayscale: #4C4C4C. Windows color (decimal): -6155119 or 9508002. OLE color: 9508002.

HSL color Cylindrical-coordinate representation of color #A21491: hue angle of 307.18º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21491 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16220145-
CMYK00.880.100.36
HSL307.18º78.02%35.69%-
HSV(B)307.18º87.65%63.53%-
XYZ20.2610.2327.69-
YUV76.71166.54188.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 20 (8.20% from 255) = 6.12%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=49.54%
G=6.12%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622014500.880.100.36307.1878.0235.69
HexA21491058A241334e24
Octal242242210130124446311644
Binary1010001010100100100010101100010101001001001100111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21491; }

 p { color: rgb(162,20,145); }

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

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

 a { background-color: rgb(162,20,145); }

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

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

 span { border-color: rgb(162,20,145); }

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