#a21787

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

Shades of Dark Purple #A21787

Tints of Dark Purple #A21787

Color information

#A21787 (or 0xA21787) is unknown color: approx Dark Purple. HEX triplet: A2, 17 and 87. RGB value is (162,23,135). Sum of RGB (Red+Green+Blue) = 162+23+135=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A21787 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21787 is #5DE878. Grayscale: #4D4D4D. Windows color (decimal): -6154361 or 8853410. OLE color: 8853410.

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

Color convert

RGB16223135-
CMYK00.860.170.36
HSL311.65º75.14%36.27%-
HSV(B)311.65º85.8%63.53%-
XYZ19.5810.0423.83-
YUV77.33160.55188.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 23 (9.38% from 255) = 7.19%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=50.62%
G=7.19%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622313500.860.170.36311.6575.1436.27
HexA2178705611241384b24
Octal242272070126214447011344
Binary10100010101111000011101010110100011001001001110001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a21787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a21787; }

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

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

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

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

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

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

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

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