#A21789

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

Shades of Dark Purple #A21789

Tints of Dark Purple #A21789

Color information

#A21789 (or 0xA21789) is unknown color: approx Dark Purple. HEX triplet: A2, 17 and 89. RGB value is (162,23,137). Sum of RGB (Red+Green+Blue) = 162+23+137=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A21789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21789 is #5DE876. Grayscale: #4D4D4D. Windows color (decimal): -6154359 or 8984482. OLE color: 8984482.

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

Color convert

RGB16223137-
CMYK00.860.150.36
HSL310.79º75.14%36.27%-
HSV(B)310.79º85.8%63.53%-
XYZ19.7210.124.58-
YUV77.56161.55188.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 23 (9.38% from 255) = 7.14%
BLUE value IS 137 (53.91% from 255) = 42.55%
R=50.31%
G=7.14%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622313700.860.150.36310.7975.1436.27
HexA21789056F241374b24
Octal242272110126174446711344
Binary1010001010111100010010101011011111001001001101111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21789; }

 p { color: rgb(162,23,137); }

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

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

 a { background-color: rgb(162,23,137); }

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

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

 span { border-color: rgb(162,23,137); }

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