#A21082

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

Shades of Dark Purple #A21082

Tints of Dark Purple #A21082

Color information

#A21082 (or 0xA21082) is unknown color: approx Dark Purple. HEX triplet: A2, 10 and 82. RGB value is (162,16,130). Sum of RGB (Red+Green+Blue) = 162+16+130=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A21082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21082 is #5DEF7D. Grayscale: #484848. Windows color (decimal): -6156158 or 8523938. OLE color: 8523938.

HSL color Cylindrical-coordinate representation of color #A21082: hue angle of 313.15º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21082 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB16216130-
CMYK00.900.200.36
HSL313.15º82.02%34.9%-
HSV(B)313.15º90.12%63.53%-
XYZ19.119.6621.98-
YUV72.65160.37191.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 16 (6.64% from 255) = 5.19%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=52.60%
G=5.19%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621613000.900.200.36313.1582.0234.9
HexA2108205A14241395223
Octal242202020132244447112243
Binary10100010100001000001001011010101001001001001110011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21082; }

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

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

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

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

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

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

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

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