#A21888

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

Shades of Dark Purple #A21888

Tints of Dark Purple #A21888

Color information

#A21888 (or 0xA21888) is unknown color: approx Dark Purple. HEX triplet: A2, 18 and 88. RGB value is (162,24,136). Sum of RGB (Red+Green+Blue) = 162+24+136=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A21888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21888 is #5DE777. Grayscale: #4D4D4D. Windows color (decimal): -6154104 or 8919202. OLE color: 8919202.

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

Color convert

RGB16224136-
CMYK00.850.160.36
HSL311.3º74.19%36.47%-
HSV(B)311.3º85.19%63.53%-
XYZ19.6710.1124.21-
YUV78.03160.72187.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 24 (9.77% from 255) = 7.45%
BLUE value IS 136 (53.52% from 255) = 42.24%
R=50.31%
G=7.45%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622413600.850.160.36311.374.1936.47
HexA2188805510241374a24
Octal242302100125204446711244
Binary10100010110001000100001010101100001001001001101111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21888; }

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

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

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

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

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

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

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

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