#A99FE2

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

Shades of Wistful #A99FE2

Tints of Wistful #A99FE2

Color information

#A99FE2 (or 0xA99FE2) is unknown color: approx Wistful. HEX triplet: A9, 9F and E2. RGB value is (169,159,226). Sum of RGB (Red+Green+Blue) = 169+159+226=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 226 (88.67% from 255 or 40.79% from 554); Max value from RGB is 226 - color contains mainly: blue. Hex color #A99FE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FE2 is #56601D. Grayscale: #A9A9A9. Windows color (decimal): -5660702 or 14852009. OLE color: 14852009.

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

Color convert

RGB169159226-
CMYK0.250.3000.11
HSL248.96º53.6%75.49%-
HSV(B)248.96º29.65%88.63%-
XYZ42.4938.7277.19-
YUV169.63159.81127.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.51%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 226 (88.67% from 255) = 40.79%
R=30.51%
G=28.70%
B=40.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691592260.250.3000.11248.9653.675.49
HexA99FE2191E0Bf9364b
Octal251237342313601337166113
Binary101010011001111111100010110011111001011111110011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FE2; }

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

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

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

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

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

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

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

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