#A199F3

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

Shades of Wistful #A199F3

Tints of Wistful #A199F3

Color information

#A199F3 (or 0xA199F3) is unknown color: approx Wistful. HEX triplet: A1, 99 and F3. RGB value is (161,153,243). Sum of RGB (Red+Green+Blue) = 161+153+243=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #A199F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A199F3 is #5E660C. Grayscale: #A5A5A5. Windows color (decimal): -6186509 or 15964577. OLE color: 15964577.

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

Color convert

RGB161153243-
CMYK0.340.3700.05
HSL245.33º78.95%77.65%-
HSV(B)245.33º37.04%95.29%-
XYZ42.2736.8389.68-
YUV165.65171.65124.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.90%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 243 (95.31% from 255) = 43.63%
R=28.90%
G=27.47%
B=43.63%

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
Decimal1611532430.340.3700.05245.3378.9577.65
HexA199F3222505f54f4e
Octal241231363424505365117116
Binary10100001100110011111001110001010010101011111010110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199F3; }

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

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

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

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

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

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

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

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