#A99ED9

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

Shades of Wistful #A99ED9

Tints of Wistful #A99ED9

Color information

#A99ED9 (or 0xA99ED9) is unknown color: approx Wistful. HEX triplet: A9, 9E and D9. RGB value is (169,158,217). Sum of RGB (Red+Green+Blue) = 169+158+217=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 217 - color contains mainly: blue. Hex color #A99ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ED9 is #566126. Grayscale: #A7A7A7. Windows color (decimal): -5660967 or 14261929. OLE color: 14261929.

HSL color Cylindrical-coordinate representation of color #A99ED9: hue angle of 251.19º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A99ED9 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169158217-
CMYK0.220.2700.15
HSL251.19º43.7%73.53%-
HSV(B)251.19º27.19%85.1%-
XYZ41.1137.970.79-
YUV168.02155.64128.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.07%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 217 (85.16% from 255) = 39.89%
R=31.07%
G=29.04%
B=39.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691582170.220.2700.15251.1943.773.53
HexA99ED9161B0Ffb2c4a
Octal251236331263301737354112
Binary101010011001111011011001101101101101111111110111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99ED9; }

 p { color: rgb(169,158,217); }

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

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

 a { background-color: rgb(169,158,217); }

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

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

 span { border-color: rgb(169,158,217); }

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