#A197CB

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

Shades of Wistful #A197CB

Tints of Wistful #A197CB

Color information

#A197CB (or 0xA197CB) is unknown color: approx Wistful. HEX triplet: A1, 97 and CB. RGB value is (161,151,203). Sum of RGB (Red+Green+Blue) = 161+151+203=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #A197CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197CB is #5E6834. Grayscale: #9F9F9F. Windows color (decimal): -6187061 or 13342625. OLE color: 13342625.

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

Color convert

RGB161151203-
CMYK0.210.2600.20
HSL251.54º33.33%69.41%-
HSV(B)251.54º25.62%79.61%-
XYZ36.5434.0261.14-
YUV159.92152.31128.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=31.26%
G=29.32%
B=39.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611512030.210.2600.20251.5433.3369.41
HexA197CB151A014fc2145
Octal241227313253202437441105
Binary1010000110010111110010111010111010010100111111001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197CB; }

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

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

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

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

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

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

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

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