#A197B5

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

Shades of Cold Purple #A197B5

Tints of Cold Purple #A197B5

Color information

#A197B5 (or 0xA197B5) is unknown color: approx Cold Purple. HEX triplet: A1, 97 and B5. RGB value is (161,151,181). Sum of RGB (Red+Green+Blue) = 161+151+181=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 181 - color contains mainly: blue. Hex color #A197B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197B5 is #5E684A. Grayscale: #9D9D9D. Windows color (decimal): -6187083 or 11900833. OLE color: 11900833.

HSL color Cylindrical-coordinate representation of color #A197B5: hue angle of 260º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A197B5 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB161151181-
CMYK0.110.1700.29
HSL260º16.85%65.1%-
HSV(B)260º16.57%70.98%-
XYZ34.1133.0548.3-
YUV157.41141.31130.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 181 (71.09% from 255) = 36.71%
R=32.66%
G=30.63%
B=36.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611511810.110.1700.2926016.8565.1
HexA197B5B1101D1041141
Octal241227265132103540421101
Binary101000011001011110110101101110001011101100000100100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197B5; }

 p { color: rgb(161,151,181); }

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

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

 a { background-color: rgb(161,151,181); }

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

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

 span { border-color: rgb(161,151,181); }

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