#A99EDA

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

Shades of Wistful #A99EDA

Tints of Wistful #A99EDA

Color information

#A99EDA (or 0xA99EDA) is unknown color: approx Wistful. HEX triplet: A9, 9E and DA. RGB value is (169,158,218). Sum of RGB (Red+Green+Blue) = 169+158+218=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #A99EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EDA is #566125. Grayscale: #A7A7A7. Windows color (decimal): -5660966 or 14327465. OLE color: 14327465.

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

Color convert

RGB169158218-
CMYK0.220.2800.15
HSL251º44.78%73.73%-
HSV(B)251º27.52%85.49%-
XYZ41.2437.9571.48-
YUV168.13156.14128.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.01%
GREEN value IS 158 (62.11% from 255) = 28.99%
BLUE value IS 218 (85.55% from 255) = 40%
R=31.01%
G=28.99%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691582180.220.2800.1525144.7873.73
HexA99EDA161C0Ffb2d4a
Octal251236332263401737355112
Binary101010011001111011011010101101110001111111110111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99EDA; }

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

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

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

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

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

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

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

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