#A99EEB

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

Shades of Wistful #A99EEB

Tints of Wistful #A99EEB

Color information

#A99EEB (or 0xA99EEB) is unknown color: approx Wistful. HEX triplet: A9, 9E and EB. RGB value is (169,158,235). Sum of RGB (Red+Green+Blue) = 169+158+235=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #A99EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99EEB is #566114. Grayscale: #A9A9A9. Windows color (decimal): -5660949 or 15441577. OLE color: 15441577.

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

Color convert

RGB169158235-
CMYK0.280.3300.08
HSL248.57º65.81%77.06%-
HSV(B)248.57º32.77%92.16%-
XYZ43.5838.8983.81-
YUV170.07164.64127.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 158 (62.11% from 255) = 28.11%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=30.07%
G=28.11%
B=41.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691582350.280.3300.08248.5765.8177.06
HexA99EEB1C2108f9424d
Octal2512363533441010371102115
Binary10101001100111101110101111100100001010001111100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99EEB; }

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

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

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

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

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

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

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

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