#A99EEC

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

Shades of Wistful #A99EEC

Tints of Wistful #A99EEC

Color information

#A99EEC (or 0xA99EEC) is unknown color: approx Wistful. HEX triplet: A9, 9E and EC. RGB value is (169,158,236). Sum of RGB (Red+Green+Blue) = 169+158+236=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #A99EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99EEC is #566113. Grayscale: #A9A9A9. Windows color (decimal): -5660948 or 15507113. OLE color: 15507113.

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

Color convert

RGB169158236-
CMYK0.280.3300.07
HSL248.46º67.24%77.25%-
HSV(B)248.46º33.05%92.55%-
XYZ43.7338.9484.57-
YUV170.18165.14127.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.02%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 236 (92.58% from 255) = 41.92%
R=30.02%
G=28.06%
B=41.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691582360.280.3300.07248.4667.2477.25
HexA99EEC1C2107f8434d
Octal251236354344107370103115
Binary1010100110011110111011001110010000101111111100010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99EEC; }

 p { color: rgb(169,158,236); }

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

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

 a { background-color: rgb(169,158,236); }

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

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

 span { border-color: rgb(169,158,236); }

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