#A21B96

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

Shades of Dark Magenta #A21B96

Tints of Dark Magenta #A21B96

Color information

#A21B96 (or 0xA21B96) is unknown color: approx Dark Magenta. HEX triplet: A2, 1B and 96. RGB value is (162,27,150). Sum of RGB (Red+Green+Blue) = 162+27+150=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21B96 is #5DE469. Grayscale: #515151. Windows color (decimal): -6153322 or 9837474. OLE color: 9837474.

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

Color convert

RGB16227150-
CMYK00.830.070.36
HSL305.33º71.43%37.06%-
HSV(B)305.33º83.33%63.53%-
XYZ20.810.6729.82-
YUV81.39166.73185.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 27 (10.94% from 255) = 7.96%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=47.79%
G=7.96%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622715000.830.070.36305.3371.4337.06
HexA21B960537241314725
Octal24233226012374446110745
Binary101000101101110010110010100111111001001001100011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B96; }

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

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

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

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

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

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

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

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