#A499E7

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

Shades of Wistful #A499E7

Tints of Wistful #A499E7

Color information

#A499E7 (or 0xA499E7) is unknown color: approx Wistful. HEX triplet: A4, 99 and E7. RGB value is (164,153,231). Sum of RGB (Red+Green+Blue) = 164+153+231=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #A499E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A499E7 is #5B6618. Grayscale: #A4A4A4. Windows color (decimal): -5989913 or 15178148. OLE color: 15178148.

HSL color Cylindrical-coordinate representation of color #A499E7: hue angle of 248.46º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A499E7 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB164153231-
CMYK0.290.3400.09
HSL248.46º61.9%75.29%-
HSV(B)248.46º33.77%90.59%-
XYZ41.1236.4480.47-
YUV165.18165.14127.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.93%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 231 (90.62% from 255) = 42.15%
R=29.93%
G=27.92%
B=42.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1641532310.290.3400.09248.4661.975.29
HexA499E71D2209f83e4b
Octal244231347354201137076113
Binary1010010010011001111001111110110001001001111110001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499E7; }

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

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

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

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

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

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

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

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