#A21A84

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

Shades of Dark Purple #A21A84

Tints of Dark Purple #A21A84

Color information

#A21A84 (or 0xA21A84) is unknown color: approx Dark Purple. HEX triplet: A2, 1A and 84. RGB value is (162,26,132). Sum of RGB (Red+Green+Blue) = 162+26+132=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21A84 is #5DE57B. Grayscale: #4E4E4E. Windows color (decimal): -6153596 or 8657570. OLE color: 8657570.

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

Color convert

RGB16226132-
CMYK00.840.190.36
HSL313.24º72.34%36.86%-
HSV(B)313.24º83.95%63.53%-
XYZ19.4310.0922.75-
YUV78.75158.06187.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 26 (10.55% from 255) = 8.12%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=50.62%
G=8.12%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622613200.840.190.36313.2472.3436.86
HexA21A8405413241394825
Octal242322040124234447111045
Binary10100010110101000010001010100100111001001001110011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A84; }

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

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

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

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

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

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

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

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