#A21B88

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

Shades of Dark Purple #A21B88

Tints of Dark Purple #A21B88

Color information

#A21B88 (or 0xA21B88) is unknown color: approx Dark Purple. HEX triplet: A2, 1B and 88. RGB value is (162,27,136). Sum of RGB (Red+Green+Blue) = 162+27+136=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21B88 is #5DE477. Grayscale: #4F4F4F. Windows color (decimal): -6153336 or 8919970. OLE color: 8919970.

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

Color convert

RGB16227136-
CMYK00.830.160.36
HSL311.56º71.43%37.06%-
HSV(B)311.56º83.33%63.53%-
XYZ19.7410.2424.23-
YUV79.79159.73186.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 27 (10.94% from 255) = 8.31%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=49.85%
G=8.31%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622713600.830.160.36311.5671.4337.06
HexA21B8805310241384725
Octal242332100123204447010745
Binary10100010110111000100001010011100001001001001110001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B88; }

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

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

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

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

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

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

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

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