#A198E5

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

Shades of Wistful #A198E5

Tints of Wistful #A198E5

Color information

#A198E5 (or 0xA198E5) is unknown color: approx Wistful. HEX triplet: A1, 98 and E5. RGB value is (161,152,229). Sum of RGB (Red+Green+Blue) = 161+152+229=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #A198E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198E5 is #5E671A. Grayscale: #A3A3A3. Windows color (decimal): -6186779 or 15046817. OLE color: 15046817.

HSL color Cylindrical-coordinate representation of color #A198E5: hue angle of 247.01º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A198E5 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB161152229-
CMYK0.300.3400.10
HSL247.01º59.69%74.71%-
HSV(B)247.01º33.62%89.8%-
XYZ40.0735.6978.91-
YUV163.47164.98126.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.70%
GREEN value IS 152 (59.77% from 255) = 28.04%
BLUE value IS 229 (89.84% from 255) = 42.25%
R=29.70%
G=28.04%
B=42.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1611522290.300.3400.10247.0159.6974.71
HexA198E51E220Af73c4b
Octal241230345364201236774113
Binary1010000110011000111001011111010001001010111101111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198E5; }

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

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

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

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

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

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

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

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