#A21B81

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

Shades of Dark Purple #A21B81

Tints of Dark Purple #A21B81

Color information

#A21B81 (or 0xA21B81) is unknown color: approx Dark Purple. HEX triplet: A2, 1B and 81. RGB value is (162,27,129). Sum of RGB (Red+Green+Blue) = 162+27+129=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21B81 is #5DE47E. Grayscale: #4E4E4E. Windows color (decimal): -6153343 or 8461218. OLE color: 8461218.

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

Color convert

RGB16227129-
CMYK00.830.200.36
HSL314.67º71.43%37.06%-
HSV(B)314.67º83.33%63.53%-
XYZ19.2510.0521.69-
YUV78.99156.23187.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 27 (10.94% from 255) = 8.49%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=50.94%
G=8.49%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622712900.830.200.36314.6771.4337.06
HexA21B81053142413b4725
Octal242332010123244447310745
Binary10100010110111000000101010011101001001001001110111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B81; }

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

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

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

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

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

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

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

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