#A21983

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

Shades of Dark Purple #A21983

Tints of Dark Purple #A21983

Color information

#A21983 (or 0xA21983) is unknown color: approx Dark Purple. HEX triplet: A2, 19 and 83. RGB value is (162,25,131). Sum of RGB (Red+Green+Blue) = 162+25+131=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A21983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21983 is #5DE67C. Grayscale: #4D4D4D. Windows color (decimal): -6153853 or 8591778. OLE color: 8591778.

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

Color convert

RGB16225131-
CMYK00.850.190.36
HSL313.58º73.26%36.67%-
HSV(B)313.58º84.57%63.53%-
XYZ19.3410.0222.39-
YUV78.05157.89187.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 25 (10.16% from 255) = 7.86%
BLUE value IS 131 (51.56% from 255) = 41.19%
R=50.94%
G=7.86%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622513100.850.190.36313.5873.2636.67
HexA21983055132413a4925
Octal242312030125234447211145
Binary10100010110011000001101010101100111001001001110101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21983; }

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

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

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

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

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

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

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

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