#A21A86

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

Shades of Dark Purple #A21A86

Tints of Dark Purple #A21A86

Color information

#A21A86 (or 0xA21A86) is unknown color: approx Dark Purple. HEX triplet: A2, 1A and 86. RGB value is (162,26,134). Sum of RGB (Red+Green+Blue) = 162+26+134=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21A86 is #5DE579. Grayscale: #4E4E4E. Windows color (decimal): -6153594 or 8788642. OLE color: 8788642.

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

Color convert

RGB16226134-
CMYK00.840.170.36
HSL312.35º72.34%36.86%-
HSV(B)312.35º83.95%63.53%-
XYZ19.5710.1423.48-
YUV78.98159.06187.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 26 (10.55% from 255) = 8.07%
BLUE value IS 134 (52.73% from 255) = 41.61%
R=50.31%
G=8.07%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622613400.840.170.36312.3572.3436.86
HexA21A8605411241384825
Octal242322060124214447011045
Binary10100010110101000011001010100100011001001001110001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A86; }

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

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

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

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

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

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

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

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