#A21791

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

Shades of Dark Magenta #A21791

Tints of Dark Magenta #A21791

Color information

#A21791 (or 0xA21791) is unknown color: approx Dark Magenta. HEX triplet: A2, 17 and 91. RGB value is (162,23,145). Sum of RGB (Red+Green+Blue) = 162+23+145=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A21791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21791 is #5DE86E. Grayscale: #4E4E4E. Windows color (decimal): -6154351 or 9508770. OLE color: 9508770.

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

Color convert

RGB16223145-
CMYK00.860.100.36
HSL307.34º75.14%36.27%-
HSV(B)307.34º85.8%63.53%-
XYZ20.3210.3427.71-
YUV78.47165.55187.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 23 (9.38% from 255) = 6.97%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=49.09%
G=6.97%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622314500.860.100.36307.3475.1436.27
HexA21791056A241334b24
Octal242272210126124446311344
Binary1010001010111100100010101011010101001001001100111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21791; }

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

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

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

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

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

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

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

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