#A21A95

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

Shades of Dark Magenta #A21A95

Tints of Dark Magenta #A21A95

Color information

#A21A95 (or 0xA21A95) is unknown color: approx Dark Magenta. HEX triplet: A2, 1A and 95. RGB value is (162,26,149). Sum of RGB (Red+Green+Blue) = 162+26+149=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21A95 is #5DE56A. Grayscale: #505050. Windows color (decimal): -6153579 or 9771682. OLE color: 9771682.

HSL color Cylindrical-coordinate representation of color #A21A95: hue angle of 305.74º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A95 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16226149-
CMYK00.840.080.36
HSL305.74º72.34%36.86%-
HSV(B)305.74º83.95%63.53%-
XYZ20.6910.5929.39-
YUV80.69166.56186-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 26 (10.55% from 255) = 7.72%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=48.07%
G=7.72%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622614900.840.080.36305.7472.3436.86
HexA21A950548241324825
Octal242322250124104446211045
Binary1010001011010100101010101010010001001001001100101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A95; }

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

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

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

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

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

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

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

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