#A2197B

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

Shades of Dark Purple #A2197B

Tints of Dark Purple #A2197B

Color information

#A2197B (or 0xA2197B) is unknown color: approx Dark Purple. HEX triplet: A2, 19 and 7B. RGB value is (162,25,123). Sum of RGB (Red+Green+Blue) = 162+25+123=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2197B is #5DE684. Grayscale: #4C4C4C. Windows color (decimal): -6153861 or 8067490. OLE color: 8067490.

HSL color Cylindrical-coordinate representation of color #A2197B: hue angle of 317.08º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2197B is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16225123-
CMYK00.850.240.36
HSL317.08º73.26%36.67%-
HSV(B)317.08º84.57%63.53%-
XYZ18.829.8119.64-
YUV77.13153.89188.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.26%
GREEN value IS 25 (10.16% from 255) = 8.06%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=52.26%
G=8.06%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622512300.850.240.36317.0873.2636.67
HexA2197B055182413d4925
Octal242311730125304447511145
Binary1010001011001111101101010101110001001001001111011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2197B; }

 p { color: rgb(162,25,123); }

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

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

 a { background-color: rgb(162,25,123); }

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

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

 span { border-color: rgb(162,25,123); }

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