#A99FEA

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

Shades of Wistful #A99FEA

Tints of Wistful #A99FEA

Color information

#A99FEA (or 0xA99FEA) is unknown color: approx Wistful. HEX triplet: A9, 9F and EA. RGB value is (169,159,234). Sum of RGB (Red+Green+Blue) = 169+159+234=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #A99FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99FEA is #566015. Grayscale: #AAAAAA. Windows color (decimal): -5660694 or 15376297. OLE color: 15376297.

HSL color Cylindrical-coordinate representation of color #A99FEA: hue angle of 248º degrees, saturation: 0.64, 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 #A99FEA is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169159234-
CMYK0.280.3200.08
HSL248º64.1%77.06%-
HSV(B)248º32.05%91.76%-
XYZ43.6139.1783.1-
YUV170.54163.81126.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=30.07%
G=28.29%
B=41.64%

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
Decimal1691592340.280.3200.0824864.177.06
HexA99FEA1C2008f8404d
Octal2512373523440010370100115
Binary10101001100111111110101011100100000010001111100010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FEA; }

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

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

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

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

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

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

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

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