#A198C5

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

Shades of Wistful #A198C5

Tints of Wistful #A198C5

Color information

#A198C5 (or 0xA198C5) is unknown color: approx Wistful. HEX triplet: A1, 98 and C5. RGB value is (161,152,197). Sum of RGB (Red+Green+Blue) = 161+152+197=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #A198C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198C5 is #5E673A. Grayscale: #9F9F9F. Windows color (decimal): -6186811 or 12949665. OLE color: 12949665.

HSL color Cylindrical-coordinate representation of color #A198C5: hue angle of 252º 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 #A198C5 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB161152197-
CMYK0.180.2300.23
HSL252º27.95%68.43%-
HSV(B)252º22.84%77.25%-
XYZ3634.0657.5-
YUV159.82148.98128.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 197 (77.34% from 255) = 38.63%
R=31.57%
G=29.80%
B=38.63%

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
Decimal1611521970.180.2300.2325227.9568.43
HexA198C51217017fc1c44
Octal241230305222702737434104
Binary101000011001100011000101100101011101011111111100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198C5; }

 p { color: rgb(161,152,197); }

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

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

 a { background-color: rgb(161,152,197); }

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

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

 span { border-color: rgb(161,152,197); }

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