#A21884

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

Shades of Dark Purple #A21884

Tints of Dark Purple #A21884

Color information

#A21884 (or 0xA21884) is unknown color: approx Dark Purple. HEX triplet: A2, 18 and 84. RGB value is (162,24,132). Sum of RGB (Red+Green+Blue) = 162+24+132=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A21884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21884 is #5DE77B. Grayscale: #4D4D4D. Windows color (decimal): -6154108 or 8657058. OLE color: 8657058.

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

Color convert

RGB16224132-
CMYK00.850.190.36
HSL313.04º74.19%36.47%-
HSV(B)313.04º85.19%63.53%-
XYZ19.391022.74-
YUV77.57158.72188.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 24 (9.77% from 255) = 7.55%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=50.94%
G=7.55%
B=41.51%

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
Decimal1622413200.850.190.36313.0474.1936.47
HexA2188405513241394a24
Octal242302040125234447111244
Binary10100010110001000010001010101100111001001001110011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21884; }

 p { color: rgb(162,24,132); }

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

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

 a { background-color: rgb(162,24,132); }

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

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

 span { border-color: rgb(162,24,132); }

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