#A99FEE

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

Shades of Wistful #A99FEE

Tints of Wistful #A99FEE

Color information

#A99FEE (or 0xA99FEE) is unknown color: approx Wistful. HEX triplet: A9, 9F and EE. RGB value is (169,159,238). Sum of RGB (Red+Green+Blue) = 169+159+238=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #A99FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99FEE is #566011. Grayscale: #AAAAAA. Windows color (decimal): -5660690 or 15638441. OLE color: 15638441.

HSL color Cylindrical-coordinate representation of color #A99FEE: hue angle of 247.59º degrees, saturation: 0.7, 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 #A99FEE is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169159238-
CMYK0.290.3300.07
HSL247.59º69.91%77.84%-
HSV(B)247.59º33.19%93.33%-
XYZ44.1939.486.17-
YUV171165.81126.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.86%
GREEN value IS 159 (62.5% from 255) = 28.09%
BLUE value IS 238 (93.36% from 255) = 42.05%
R=29.86%
G=28.09%
B=42.05%

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
Decimal1691592380.290.3300.07247.5969.9177.84
HexA99FEE1D2107f8464e
Octal251237356354107370106116
Binary1010100110011111111011101110110000101111111100010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FEE; }

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

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

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

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

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

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

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

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