#A21585

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

Shades of Dark Purple #A21585

Tints of Dark Purple #A21585

Color information

#A21585 (or 0xA21585) is unknown color: approx Dark Purple. HEX triplet: A2, 15 and 85. RGB value is (162,21,133). Sum of RGB (Red+Green+Blue) = 162+21+133=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A21585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21585 is #5DEA7A. Grayscale: #4B4B4B. Windows color (decimal): -6154875 or 8721826. OLE color: 8721826.

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

Color convert

RGB16221133-
CMYK00.870.180.36
HSL312.34º77.05%35.88%-
HSV(B)312.34º87.04%63.53%-
XYZ19.49.9123.08-
YUV75.93160.21189.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.27%
GREEN value IS 21 (8.59% from 255) = 6.65%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=51.27%
G=6.65%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622113300.870.180.36312.3477.0535.88
HexA2158505712241384d24
Octal242252050127224447011544
Binary10100010101011000010101010111100101001001001110001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21585; }

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

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

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

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

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

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

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

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