#A198F3

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

Shades of Wistful #A198F3

Tints of Wistful #A198F3

Color information

#A198F3 (or 0xA198F3) is unknown color: approx Wistful. HEX triplet: A1, 98 and F3. RGB value is (161,152,243). Sum of RGB (Red+Green+Blue) = 161+152+243=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #A198F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A198F3 is #5E670C. Grayscale: #A4A4A4. Windows color (decimal): -6186765 or 15964321. OLE color: 15964321.

HSL color Cylindrical-coordinate representation of color #A198F3: hue angle of 245.93º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A198F3 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161152243-
CMYK0.340.3700.05
HSL245.93º79.13%77.45%-
HSV(B)245.93º37.45%95.29%-
XYZ42.136.589.62-
YUV165.06171.98125.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 152 (59.77% from 255) = 27.34%
BLUE value IS 243 (95.31% from 255) = 43.71%
R=28.96%
G=27.34%
B=43.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611522430.340.3700.05245.9379.1377.45
HexA198F3222505f64f4d
Octal241230363424505366117115
Binary10100001100110001111001110001010010101011111011010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198F3; }

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

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

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

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

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

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

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

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