#A2187F

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

Shades of Dark Purple #A2187F

Tints of Dark Purple #A2187F

Color information

#A2187F (or 0xA2187F) is unknown color: approx Dark Purple. HEX triplet: A2, 18 and 7F. RGB value is (162,24,127). Sum of RGB (Red+Green+Blue) = 162+24+127=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A2187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2187F is #5DE780. Grayscale: #4C4C4C. Windows color (decimal): -6154113 or 8329378. OLE color: 8329378.

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

Color convert

RGB16224127-
CMYK00.850.220.36
HSL315.22º74.19%36.47%-
HSV(B)315.22º85.19%63.53%-
XYZ19.069.8720.98-
YUV77156.22188.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 24 (9.77% from 255) = 7.67%
BLUE value IS 127 (50% from 255) = 40.58%
R=51.76%
G=7.67%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622412700.850.220.36315.2274.1936.47
HexA2187F055162413b4a24
Octal242301770125264447311244
Binary1010001011000111111101010101101101001001001110111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2187F; }

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

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

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

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

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

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

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

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