#A499F5

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

Shades of Wistful #A499F5

Tints of Wistful #A499F5

Color information

#A499F5 (or 0xA499F5) is unknown color: approx Wistful. HEX triplet: A4, 99 and F5. RGB value is (164,153,245). Sum of RGB (Red+Green+Blue) = 164+153+245=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 245 (96.09% from 255 or 43.59% from 562); Max value from RGB is 245 - color contains mainly: blue. Hex color #A499F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A499F5 is #5B660A. Grayscale: #A6A6A6. Windows color (decimal): -5989899 or 16095652. OLE color: 16095652.

HSL color Cylindrical-coordinate representation of color #A499F5: hue angle of 247.17º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A499F5 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB164153245-
CMYK0.330.3800.04
HSL247.17º82.14%78.04%-
HSV(B)247.17º37.55%96.08%-
XYZ43.1837.2791.3-
YUV166.78172.14126.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.18%
GREEN value IS 153 (60.16% from 255) = 27.22%
BLUE value IS 245 (96.09% from 255) = 43.59%
R=29.18%
G=27.22%
B=43.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1641532450.330.3800.04247.1782.1478.04
HexA499F5212604f7524e
Octal244231365414604367122116
Binary10100100100110011111010110000110011001001111011110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499F5; }

 p { color: rgb(164,153,245); }

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

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

 a { background-color: rgb(164,153,245); }

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

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

 span { border-color: rgb(164,153,245); }

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