#A99FDA

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

Shades of Wistful #A99FDA

Tints of Wistful #A99FDA

Color information

#A99FDA (or 0xA99FDA) is unknown color: approx Wistful. HEX triplet: A9, 9F and DA. RGB value is (169,159,218). Sum of RGB (Red+Green+Blue) = 169+159+218=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #A99FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FDA is #566025. Grayscale: #A8A8A8. Windows color (decimal): -5660710 or 14327721. OLE color: 14327721.

HSL color Cylindrical-coordinate representation of color #A99FDA: hue angle of 250.17º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A99FDA is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169159218-
CMYK0.220.2700.15
HSL250.17º44.36%73.92%-
HSV(B)250.17º27.06%85.49%-
XYZ41.4238.2971.54-
YUV168.72155.81128.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.95%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 218 (85.55% from 255) = 39.93%
R=30.95%
G=29.12%
B=39.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691592180.220.2700.15250.1744.3673.92
HexA99FDA161B0Ffa2c4a
Octal251237332263301737254112
Binary101010011001111111011010101101101101111111110101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FDA; }

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

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

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

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

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

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

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

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