#A199F0

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

Shades of Wistful #A199F0

Tints of Wistful #A199F0

Color information

#A199F0 (or 0xA199F0) is unknown color: approx Wistful. HEX triplet: A1, 99 and F0. RGB value is (161,153,240). Sum of RGB (Red+Green+Blue) = 161+153+240=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #A199F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A199F0 is #5E660F. Grayscale: #A4A4A4. Windows color (decimal): -6186512 or 15767969. OLE color: 15767969.

HSL color Cylindrical-coordinate representation of color #A199F0: hue angle of 245.52º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A199F0 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB161153240-
CMYK0.330.3600.06
HSL245.52º74.36%77.06%-
HSV(B)245.52º36.25%94.12%-
XYZ41.8236.6587.31-
YUV165.31170.15124.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 153 (60.16% from 255) = 27.62%
BLUE value IS 240 (94.14% from 255) = 43.32%
R=29.06%
G=27.62%
B=43.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1611532400.330.3600.06245.5274.3677.06
HexA199F0212406f64a4d
Octal241231360414406366112115
Binary10100001100110011111000010000110010001101111011010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199F0; }

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

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

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

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

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

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

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

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