#a21c85

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

Shades of Dark Purple #A21C85

Tints of Dark Purple #A21C85

Color information

#A21C85 (or 0xA21C85) is unknown color: approx Dark Purple. HEX triplet: A2, 1C and 85. RGB value is (162,28,133). Sum of RGB (Red+Green+Blue) = 162+28+133=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21C85 is #5DE37A. Grayscale: #4F4F4F. Windows color (decimal): -6153083 or 8723618. OLE color: 8723618.

HSL color Cylindrical-coordinate representation of color #A21C85: hue angle of 312.99º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21C85 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16228133-
CMYK00.830.180.36
HSL312.99º70.53%37.25%-
HSV(B)312.99º82.72%63.53%-
XYZ19.5510.2123.13-
YUV80.04157.89186.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.15%
GREEN value IS 28 (11.33% from 255) = 8.67%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=50.15%
G=8.67%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622813300.830.180.36312.9970.5337.25
HexA21C8505312241394725
Octal242342050123224447110745
Binary10100010111001000010101010011100101001001001110011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a21c85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a21c85; }

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

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

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

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

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

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

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

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