#A197AF

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

Shades of Cold Purple #A197AF

Tints of Cold Purple #A197AF

Color information

#A197AF (or 0xA197AF) is unknown color: approx Cold Purple. HEX triplet: A1, 97 and AF. RGB value is (161,151,175). Sum of RGB (Red+Green+Blue) = 161+151+175=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #A197AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A197AF is #5E6850. Grayscale: #9C9C9C. Windows color (decimal): -6187089 or 11507617. OLE color: 11507617.

HSL color Cylindrical-coordinate representation of color #A197AF: hue angle of 265º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A197AF is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161151175-
CMYK0.080.1400.31
HSL265º13.04%63.92%-
HSV(B)265º13.71%68.63%-
XYZ33.532.8145.12-
YUV156.73138.31131.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=33.06%
G=31.01%
B=35.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611511750.080.1400.3126513.0463.92
HexA197AF8E01F109d40
Octal241227257101603741115100
Binary1010000110010111101011111000111001111110000100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197AF; }

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

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

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

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

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

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

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

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