#A499D8

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

Shades of Wistful #A499D8

Tints of Wistful #A499D8

Color information

#A499D8 (or 0xA499D8) is unknown color: approx Wistful. HEX triplet: A4, 99 and D8. RGB value is (164,153,216). Sum of RGB (Red+Green+Blue) = 164+153+216=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #A499D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499D8 is #5B6627. Grayscale: #A3A3A3. Windows color (decimal): -5989928 or 14195108. OLE color: 14195108.

HSL color Cylindrical-coordinate representation of color #A499D8: hue angle of 250.48º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A499D8 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164153216-
CMYK0.240.2900.15
HSL250.48º44.68%72.35%-
HSV(B)250.48º29.17%84.71%-
XYZ39.135.6369.78-
YUV163.47157.64128.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 153 (60.16% from 255) = 28.71%
BLUE value IS 216 (84.77% from 255) = 40.53%
R=30.77%
G=28.71%
B=40.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641532160.240.2900.15250.4844.6872.35
HexA499D8181D0Ffa2d48
Octal244231330303501737255110
Binary101001001001100111011000110001110101111111110101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499D8; }

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

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

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

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

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

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

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

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