#A99FF0

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

Shades of Wistful #A99FF0

Tints of Wistful #A99FF0

Color information

#A99FF0 (or 0xA99FF0) is unknown color: approx Wistful. HEX triplet: A9, 9F and F0. RGB value is (169,159,240). Sum of RGB (Red+Green+Blue) = 169+159+240=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #A99FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99FF0 is #56600F. Grayscale: #AAAAAA. Windows color (decimal): -5660688 or 15769513. OLE color: 15769513.

HSL color Cylindrical-coordinate representation of color #A99FF0: hue angle of 247.41º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A99FF0 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169159240-
CMYK0.300.3400.06
HSL247.41º72.97%78.24%-
HSV(B)247.41º33.75%94.12%-
XYZ44.4939.5287.72-
YUV171.22166.81126.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.75%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 240 (94.14% from 255) = 42.25%
R=29.75%
G=27.99%
B=42.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691592400.300.3400.06247.4172.9778.24
HexA99FF01E2206f7494e
Octal251237360364206367111116
Binary1010100110011111111100001111010001001101111011110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FF0; }

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

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

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

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

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

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

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

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