#A99FEF

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

Shades of Wistful #A99FEF

Tints of Wistful #A99FEF

Color information

#A99FEF (or 0xA99FEF) is unknown color: approx Wistful. HEX triplet: A9, 9F and EF. RGB value is (169,159,239). Sum of RGB (Red+Green+Blue) = 169+159+239=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #A99FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99FEF is #566010. Grayscale: #AAAAAA. Windows color (decimal): -5660689 or 15703977. OLE color: 15703977.

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

Color convert

RGB169159239-
CMYK0.290.3300.06
HSL247.5º71.43%78.04%-
HSV(B)247.5º33.47%93.73%-
XYZ44.3439.4686.94-
YUV171.11166.31126.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.81%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 239 (93.75% from 255) = 42.15%
R=29.81%
G=28.04%
B=42.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691592390.290.3300.06247.571.4378.04
HexA99FEF1D2106f8474e
Octal251237357354106370107116
Binary1010100110011111111011111110110000101101111100010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FEF; }

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

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

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

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

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

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

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

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