#A21C83

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

Shades of Dark Purple #A21C83

Tints of Dark Purple #A21C83

Color information

#A21C83 (or 0xA21C83) is unknown color: approx Dark Purple. HEX triplet: A2, 1C and 83. RGB value is (162,28,131). Sum of RGB (Red+Green+Blue) = 162+28+131=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21C83 is #5DE37C. Grayscale: #4F4F4F. Windows color (decimal): -6153085 or 8592546. OLE color: 8592546.

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

Color convert

RGB16228131-
CMYK00.830.190.36
HSL313.88º70.53%37.25%-
HSV(B)313.88º82.72%63.53%-
XYZ19.4110.1522.41-
YUV79.81156.89186.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 28 (11.33% from 255) = 8.72%
BLUE value IS 131 (51.56% from 255) = 40.81%
R=50.47%
G=8.72%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622813100.830.190.36313.8870.5337.25
HexA21C83053132413a4725
Octal242342030123234447210745
Binary10100010111001000001101010011100111001001001110101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21C83; }

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

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

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

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

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

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

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

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