#A197B3

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

Shades of Cold Purple #A197B3

Tints of Cold Purple #A197B3

Color information

#A197B3 (or 0xA197B3) is unknown color: approx Cold Purple. HEX triplet: A1, 97 and B3. RGB value is (161,151,179). Sum of RGB (Red+Green+Blue) = 161+151+179=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #A197B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197B3 is #5E684C. Grayscale: #9D9D9D. Windows color (decimal): -6187085 or 11769761. OLE color: 11769761.

HSL color Cylindrical-coordinate representation of color #A197B3: hue angle of 261.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A197B3 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB161151179-
CMYK0.100.1600.30
HSL261.43º15.56%64.71%-
HSV(B)261.43º15.64%70.2%-
XYZ33.932.9647.22-
YUV157.18140.31130.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=32.79%
G=30.75%
B=36.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611511790.100.1600.30261.4315.5664.71
HexA197B3A1001E1051041
Octal241227263122003640520101
Binary101000011001011110110011101010000011110100000101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197B3; }

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

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

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

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

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

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

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

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