#A21295

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

Shades of Dark Magenta #A21295

Tints of Dark Magenta #A21295

Color information

#A21295 (or 0xA21295) is unknown color: approx Dark Magenta. HEX triplet: A2, 12 and 95. RGB value is (162,18,149). Sum of RGB (Red+Green+Blue) = 162+18+149=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A21295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21295 is #5DED6A. Grayscale: #4B4B4B. Windows color (decimal): -6155627 or 9769634. OLE color: 9769634.

HSL color Cylindrical-coordinate representation of color #A21295: hue angle of 305.42º 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 #A21295 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16218149-
CMYK00.890.080.36
HSL305.42º80%35.29%-
HSV(B)305.42º88.89%63.53%-
XYZ20.5410.2829.34-
YUV75.99169.21189.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 18 (7.42% from 255) = 5.47%
BLUE value IS 149 (58.59% from 255) = 45.29%
R=49.24%
G=5.47%
B=45.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621814900.890.080.36305.428035.29
HexA212950598241315023
Octal242222250131104446112043
Binary1010001010010100101010101100110001001001001100011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21295; }

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

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

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

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

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

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

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

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