#A21296

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

Shades of Dark Magenta #A21296

Tints of Dark Magenta #A21296

Color information

#A21296 (or 0xA21296) is unknown color: approx Dark Magenta. HEX triplet: A2, 12 and 96. RGB value is (162,18,150). Sum of RGB (Red+Green+Blue) = 162+18+150=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A21296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21296 is #5DED69. Grayscale: #4B4B4B. Windows color (decimal): -6155626 or 9835170. OLE color: 9835170.

HSL color Cylindrical-coordinate representation of color #A21296: hue angle of 305º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21296 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16218150-
CMYK00.890.070.36
HSL305º80%35.29%-
HSV(B)305º88.89%63.53%-
XYZ20.6210.3229.76-
YUV76.1169.71189.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 18 (7.42% from 255) = 5.45%
BLUE value IS 150 (58.98% from 255) = 45.45%
R=49.09%
G=5.45%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621815000.890.070.363058035.29
HexA212960597241315023
Octal24222226013174446112043
Binary101000101001010010110010110011111001001001100011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21296; }

 p { color: rgb(162,18,150); }

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

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

 a { background-color: rgb(162,18,150); }

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

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

 span { border-color: rgb(162,18,150); }

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