#A21A82

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

Shades of Dark Purple #A21A82

Tints of Dark Purple #A21A82

Color information

#A21A82 (or 0xA21A82) is unknown color: approx Dark Purple. HEX triplet: A2, 1A and 82. RGB value is (162,26,130). Sum of RGB (Red+Green+Blue) = 162+26+130=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21A82 is #5DE57D. Grayscale: #4E4E4E. Windows color (decimal): -6153598 or 8526498. OLE color: 8526498.

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

Color convert

RGB16226130-
CMYK00.840.200.36
HSL314.12º72.34%36.86%-
HSV(B)314.12º83.95%63.53%-
XYZ19.310.0322.04-
YUV78.52157.06187.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 26 (10.55% from 255) = 8.18%
BLUE value IS 130 (51.17% from 255) = 40.88%
R=50.94%
G=8.18%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622613000.840.200.36314.1272.3436.86
HexA21A82054142413a4825
Octal242322020124244447211045
Binary10100010110101000001001010100101001001001001110101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A82; }

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

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

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

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

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

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

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

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