#A99DEB

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

Shades of Wistful #A99DEB

Tints of Wistful #A99DEB

Color information

#A99DEB (or 0xA99DEB) is unknown color: approx Wistful. HEX triplet: A9, 9D and EB. RGB value is (169,157,235). Sum of RGB (Red+Green+Blue) = 169+157+235=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #A99DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99DEB is #566214. Grayscale: #A9A9A9. Windows color (decimal): -5661205 or 15441321. OLE color: 15441321.

HSL color Cylindrical-coordinate representation of color #A99DEB: hue angle of 249.23º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A99DEB is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169157235-
CMYK0.280.3300.08
HSL249.23º66.1%76.86%-
HSV(B)249.23º33.19%92.16%-
XYZ43.4138.5583.75-
YUV169.48164.98127.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.12%
GREEN value IS 157 (61.72% from 255) = 27.99%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=30.12%
G=27.99%
B=41.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691572350.280.3300.08249.2366.176.86
HexA99DEB1C2108f9424d
Octal2512353533441010371102115
Binary10101001100111011110101111100100001010001111100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DEB; }

 p { color: rgb(169,157,235); }

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

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

 a { background-color: rgb(169,157,235); }

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

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

 span { border-color: rgb(169,157,235); }

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