#A99FEB

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

Shades of Wistful #A99FEB

Tints of Wistful #A99FEB

Color information

#A99FEB (or 0xA99FEB) is unknown color: approx Wistful. HEX triplet: A9, 9F and EB. RGB value is (169,159,235). Sum of RGB (Red+Green+Blue) = 169+159+235=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #A99FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99FEB is #566014. Grayscale: #AAAAAA. Windows color (decimal): -5660693 or 15441833. OLE color: 15441833.

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

Color convert

RGB169159235-
CMYK0.280.3200.08
HSL247.89º65.52%77.25%-
HSV(B)247.89º32.34%92.16%-
XYZ43.7639.2383.86-
YUV170.65164.31126.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.02%
GREEN value IS 159 (62.5% from 255) = 28.24%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=30.02%
G=28.24%
B=41.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691592350.280.3200.08247.8965.5277.25
HexA99FEB1C2008f8424d
Octal2512373533440010370102115
Binary10101001100111111110101111100100000010001111100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FEB; }

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

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

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

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

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

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

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

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