#A197C4

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

Shades of Wistful #A197C4

Tints of Wistful #A197C4

Color information

#A197C4 (or 0xA197C4) is unknown color: approx Wistful. HEX triplet: A1, 97 and C4. RGB value is (161,151,196). Sum of RGB (Red+Green+Blue) = 161+151+196=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 196 - color contains mainly: blue. Hex color #A197C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197C4 is #5E683B. Grayscale: #9E9E9E. Windows color (decimal): -6187068 or 12883873. OLE color: 12883873.

HSL color Cylindrical-coordinate representation of color #A197C4: hue angle of 253.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A197C4 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB161151196-
CMYK0.180.2300.23
HSL253.33º27.61%68.04%-
HSV(B)253.33º22.96%76.86%-
XYZ35.7333.756.85-
YUV159.12148.81129.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 151 (59.38% from 255) = 29.72%
BLUE value IS 196 (76.95% from 255) = 38.58%
R=31.69%
G=29.72%
B=38.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611511960.180.2300.23253.3327.6168.04
HexA197C41217017fd1c44
Octal241227304222702737534104
Binary101000011001011111000100100101011101011111111101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197C4; }

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

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

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

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

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

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

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

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