#A21580

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

Shades of Dark Purple #A21580

Tints of Dark Purple #A21580

Color information

#A21580 (or 0xA21580) is unknown color: approx Dark Purple. HEX triplet: A2, 15 and 80. RGB value is (162,21,128). Sum of RGB (Red+Green+Blue) = 162+21+128=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A21580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21580 is #5DEA7F. Grayscale: #4B4B4B. Windows color (decimal): -6154880 or 8394146. OLE color: 8394146.

HSL color Cylindrical-coordinate representation of color #A21580: hue angle of 314.47º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21580 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB16221128-
CMYK00.870.210.36
HSL314.47º77.05%35.88%-
HSV(B)314.47º87.04%63.53%-
XYZ19.069.7821.3-
YUV75.36157.71189.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 21 (8.59% from 255) = 6.75%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=52.09%
G=6.75%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622112800.870.210.36314.4777.0535.88
HexA21580057152413a4d24
Octal242252000127254447211544
Binary10100010101011000000001010111101011001001001110101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21580; }

 p { color: rgb(162,21,128); }

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

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

 a { background-color: rgb(162,21,128); }

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

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

 span { border-color: rgb(162,21,128); }

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