#A499F1

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

Shades of Wistful #A499F1

Tints of Wistful #A499F1

Color information

#A499F1 (or 0xA499F1) is unknown color: approx Wistful. HEX triplet: A4, 99 and F1. RGB value is (164,153,241). Sum of RGB (Red+Green+Blue) = 164+153+241=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #A499F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A499F1 is #5B660E. Grayscale: #A5A5A5. Windows color (decimal): -5989903 or 15833508. OLE color: 15833508.

HSL color Cylindrical-coordinate representation of color #A499F1: hue angle of 247.5º degrees, saturation: 0.76, 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 #A499F1 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164153241-
CMYK0.320.3700.05
HSL247.5º75.86%77.25%-
HSV(B)247.5º36.51%94.51%-
XYZ42.5837.0388.12-
YUV166.32170.14126.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.39%
GREEN value IS 153 (60.16% from 255) = 27.42%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=29.39%
G=27.42%
B=43.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641532410.320.3700.05247.575.8677.25
HexA499F1202505f84c4d
Octal244231361404505370114115
Binary10100100100110011111000110000010010101011111100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499F1; }

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

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

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

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

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

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

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

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