#A197CC

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

Shades of Wistful #A197CC

Tints of Wistful #A197CC

Color information

#A197CC (or 0xA197CC) is unknown color: approx Wistful. HEX triplet: A1, 97 and CC. RGB value is (161,151,204). Sum of RGB (Red+Green+Blue) = 161+151+204=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #A197CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197CC is #5E6833. Grayscale: #9F9F9F. Windows color (decimal): -6187060 or 13408161. OLE color: 13408161.

HSL color Cylindrical-coordinate representation of color #A197CC: hue angle of 251.32º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A197CC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB161151204-
CMYK0.210.2600.2
HSL251.32º34.19%69.61%-
HSV(B)251.32º25.98%80%-
XYZ36.6634.0761.77-
YUV160.03152.81128.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=31.20%
G=29.26%
B=39.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611512040.210.2600.2251.3234.1969.61
HexA197CC151A014fb2246
Octal241227314253202437342106
Binary1010000110010111110011001010111010010100111110111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197CC; }

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

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

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

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

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

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

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

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