#A2157C

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

Shades of Dark Purple #A2157C

Tints of Dark Purple #A2157C

Color information

#A2157C (or 0xA2157C) is unknown color: approx Dark Purple. HEX triplet: A2, 15 and 7C. RGB value is (162,21,124). Sum of RGB (Red+Green+Blue) = 162+21+124=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2157C is #5DEA83. Grayscale: #4A4A4A. Windows color (decimal): -6154884 or 8132002. OLE color: 8132002.

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

Color convert

RGB16221124-
CMYK00.870.230.36
HSL316.17º77.05%35.88%-
HSV(B)316.17º87.04%63.53%-
XYZ18.819.6719.94-
YUV74.9155.71190.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.77%
GREEN value IS 21 (8.59% from 255) = 6.84%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=52.77%
G=6.84%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622112400.870.230.36316.1777.0535.88
HexA2157C057172413c4d24
Octal242251740127274447411544
Binary1010001010101111110001010111101111001001001111001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2157C; }

 p { color: rgb(162,21,124); }

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

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

 a { background-color: rgb(162,21,124); }

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

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

 span { border-color: rgb(162,21,124); }

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