#A99FE3

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

Shades of Wistful #A99FE3

Tints of Wistful #A99FE3

Color information

#A99FE3 (or 0xA99FE3) is unknown color: approx Wistful. HEX triplet: A9, 9F and E3. RGB value is (169,159,227). Sum of RGB (Red+Green+Blue) = 169+159+227=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #A99FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FE3 is #56601C. Grayscale: #A9A9A9. Windows color (decimal): -5660701 or 14917545. OLE color: 14917545.

HSL color Cylindrical-coordinate representation of color #A99FE3: hue angle of 248.82º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99FE3 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB169159227-
CMYK0.260.3000.11
HSL248.82º54.84%75.69%-
HSV(B)248.82º29.96%89.02%-
XYZ42.6338.7877.91-
YUV169.74160.31127.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.45%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 227 (89.06% from 255) = 40.90%
R=30.45%
G=28.65%
B=40.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691592270.260.3000.11248.8254.8475.69
HexA99FE31A1E0Bf9374c
Octal251237343323601337167114
Binary101010011001111111100011110101111001011111110011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FE3; }

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

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

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

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

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

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

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

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