#A197BF

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

Shades of Cold Purple #A197BF

Tints of Cold Purple #A197BF

Color information

#A197BF (or 0xA197BF) is unknown color: approx Cold Purple. HEX triplet: A1, 97 and BF. RGB value is (161,151,191). Sum of RGB (Red+Green+Blue) = 161+151+191=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #A197BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197BF is #5E6840. Grayscale: #9E9E9E. Windows color (decimal): -6187073 or 12556193. OLE color: 12556193.

HSL color Cylindrical-coordinate representation of color #A197BF: hue angle of 255º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A197BF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161151191-
CMYK0.160.2100.25
HSL255º23.81%67.06%-
HSV(B)255º20.94%74.9%-
XYZ35.1733.4753.9-
YUV158.55146.31129.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 191 (75% from 255) = 37.97%
R=32.01%
G=30.02%
B=37.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611511910.160.2100.2525523.8167.06
HexA197BF1015019ff1843
Octal241227277202503137730103
Binary101000011001011110111111100001010101100111111111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197BF; }

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

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

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

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

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

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

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

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