#A2188B

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

Shades of Dark Purple #A2188B

Tints of Dark Purple #A2188B

Color information

#A2188B (or 0xA2188B) is unknown color: approx Dark Purple. HEX triplet: A2, 18 and 8B. RGB value is (162,24,139). Sum of RGB (Red+Green+Blue) = 162+24+139=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2188B is #5DE774. Grayscale: #4E4E4E. Windows color (decimal): -6154101 or 9115810. OLE color: 9115810.

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

Color convert

RGB16224139-
CMYK00.850.140.36
HSL310º74.19%36.47%-
HSV(B)310º85.19%63.53%-
XYZ19.8910.225.35-
YUV78.37162.22187.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 24 (9.77% from 255) = 7.38%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=49.85%
G=7.38%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622413900.850.140.3631074.1936.47
HexA2188B055E241364a24
Octal242302130125164446611244
Binary1010001011000100010110101010111101001001001101101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2188B; }

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

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

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

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

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

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

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

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