#A499DE

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

Shades of Wistful #A499DE

Tints of Wistful #A499DE

Color information

#A499DE (or 0xA499DE) is unknown color: approx Wistful. HEX triplet: A4, 99 and DE. RGB value is (164,153,222). Sum of RGB (Red+Green+Blue) = 164+153+222=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #A499DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499DE is #5B6621. Grayscale: #A3A3A3. Windows color (decimal): -5989922 or 14588324. OLE color: 14588324.

HSL color Cylindrical-coordinate representation of color #A499DE: hue angle of 249.57º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A499DE is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164153222-
CMYK0.260.3100.13
HSL249.57º51.11%73.53%-
HSV(B)249.57º31.08%87.06%-
XYZ39.8935.9573.94-
YUV164.15160.64127.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 153 (60.16% from 255) = 28.39%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=30.43%
G=28.39%
B=41.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641532220.260.3100.13249.5751.1173.53
HexA499DE1A1F0Dfa334a
Octal244231336323701537263112
Binary101001001001100111011110110101111101101111110101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499DE; }

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

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

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

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

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

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

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

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