#A99FC9

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

Shades of Wistful #A99FC9

Tints of Wistful #A99FC9

Color information

#A99FC9 (or 0xA99FC9) is unknown color: approx Wistful. HEX triplet: A9, 9F and C9. RGB value is (169,159,201). Sum of RGB (Red+Green+Blue) = 169+159+201=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #A99FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FC9 is #566036. Grayscale: #A6A6A6. Windows color (decimal): -5660727 or 13213609. OLE color: 13213609.

HSL color Cylindrical-coordinate representation of color #A99FC9: hue angle of 254.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99FC9 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169159201-
CMYK0.160.2100.21
HSL254.29º28%70.59%-
HSV(B)254.29º20.9%78.82%-
XYZ39.337.4560.42-
YUV166.78147.31129.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=31.95%
G=30.06%
B=38.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691592010.160.2100.21254.292870.59
HexA99FC91015015fe1c47
Octal251237311202502537634107
Binary101010011001111111001001100001010101010111111110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FC9; }

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

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

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

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

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

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

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

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