#A198C7

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

Shades of Wistful #A198C7

Tints of Wistful #A198C7

Color information

#A198C7 (or 0xA198C7) is unknown color: approx Wistful. HEX triplet: A1, 98 and C7. RGB value is (161,152,199). Sum of RGB (Red+Green+Blue) = 161+152+199=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 199 - color contains mainly: blue. Hex color #A198C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198C7 is #5E6738. Grayscale: #9F9F9F. Windows color (decimal): -6186809 or 13080737. OLE color: 13080737.

HSL color Cylindrical-coordinate representation of color #A198C7: hue angle of 251.49º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A198C7 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB161152199-
CMYK0.190.2400.22
HSL251.49º29.56%68.82%-
HSV(B)251.49º23.62%78.04%-
XYZ36.2334.1658.72-
YUV160.05149.98128.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 152 (59.77% from 255) = 29.69%
BLUE value IS 199 (78.12% from 255) = 38.87%
R=31.45%
G=29.69%
B=38.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611521990.190.2400.22251.4929.5668.82
HexA198C71318016fb1e45
Octal241230307233002637336105
Binary101000011001100011000111100111100001011011111011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198C7; }

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

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

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

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

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

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

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

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