#A99FED

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

Shades of Wistful #A99FED

Tints of Wistful #A99FED

Color information

#A99FED (or 0xA99FED) is unknown color: approx Wistful. HEX triplet: A9, 9F and ED. RGB value is (169,159,237). Sum of RGB (Red+Green+Blue) = 169+159+237=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #A99FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99FED is #566012. Grayscale: #AAAAAA. Windows color (decimal): -5660691 or 15572905. OLE color: 15572905.

HSL color Cylindrical-coordinate representation of color #A99FED: hue angle of 247.69º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A99FED is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169159237-
CMYK0.290.3300.07
HSL247.69º68.42%77.65%-
HSV(B)247.69º32.91%92.94%-
XYZ44.0539.3585.39-
YUV170.88165.31126.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.91%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=29.91%
G=28.14%
B=41.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691592370.290.3300.07247.6968.4277.65
HexA99FED1D2107f8444e
Octal251237355354107370104116
Binary1010100110011111111011011110110000101111111100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FED; }

 p { color: rgb(169,159,237); }

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

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

 a { background-color: rgb(169,159,237); }

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

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

 span { border-color: rgb(169,159,237); }

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