#A21B98

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

Shades of Dark Magenta #A21B98

Tints of Dark Magenta #A21B98

Color information

#A21B98 (or 0xA21B98) is unknown color: approx Dark Magenta. HEX triplet: A2, 1B and 98. RGB value is (162,27,152). Sum of RGB (Red+Green+Blue) = 162+27+152=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21B98 is #5DE467. Grayscale: #515151. Windows color (decimal): -6153320 or 9968546. OLE color: 9968546.

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

Color convert

RGB16227152-
CMYK00.830.060.36
HSL304.44º71.43%37.06%-
HSV(B)304.44º83.33%63.53%-
XYZ20.9610.7330.67-
YUV81.61167.73185.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 27 (10.94% from 255) = 7.92%
BLUE value IS 152 (59.77% from 255) = 44.57%
R=47.51%
G=7.92%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622715200.830.060.36304.4471.4337.06
HexA21B980536241304725
Octal24233230012364446010745
Binary101000101101110011000010100111101001001001100001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B98; }

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

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

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

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

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

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

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

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