#A197AE

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

Shades of Cold Purple #A197AE

Tints of Cold Purple #A197AE

Color information

#A197AE (or 0xA197AE) is unknown color: approx Cold Purple. HEX triplet: A1, 97 and AE. RGB value is (161,151,174). Sum of RGB (Red+Green+Blue) = 161+151+174=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 174 - color contains mainly: blue. Hex color #A197AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A197AE is #5E6851. Grayscale: #9C9C9C. Windows color (decimal): -6187090 or 11442081. OLE color: 11442081.

HSL color Cylindrical-coordinate representation of color #A197AE: hue angle of 266.09º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A197AE is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161151174-
CMYK0.070.1300.32
HSL266.09º12.43%63.73%-
HSV(B)266.09º13.22%68.24%-
XYZ33.432.7744.61-
YUV156.61137.81131.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 174 (68.36% from 255) = 35.80%
R=33.13%
G=31.07%
B=35.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611511740.070.1300.32266.0912.4363.73
HexA197AE7D02010ac40
Octal24122725671504041214100
Binary1010000110010111101011101111101010000010000101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197AE; }

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

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

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

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

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

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

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

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