#A198CE

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

Shades of Wistful #A198CE

Tints of Wistful #A198CE

Color information

#A198CE (or 0xA198CE) is unknown color: approx Wistful. HEX triplet: A1, 98 and CE. RGB value is (161,152,206). Sum of RGB (Red+Green+Blue) = 161+152+206=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #A198CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198CE is #5E6731. Grayscale: #A0A0A0. Windows color (decimal): -6186802 or 13539489. OLE color: 13539489.

HSL color Cylindrical-coordinate representation of color #A198CE: hue angle of 250º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A198CE is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161152206-
CMYK0.220.2600.19
HSL250º35.53%70.2%-
HSV(B)250º26.21%80.78%-
XYZ37.0734.4963.1-
YUV160.85153.48128.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.02%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=31.02%
G=29.29%
B=39.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611522060.220.2600.1925035.5370.2
HexA198CE161A013fa2446
Octal241230316263202337244106
Binary1010000110011000110011101011011010010011111110101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198CE; }

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

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

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

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

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

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

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

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