#A99FC8

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

Shades of Wistful #A99FC8

Tints of Wistful #A99FC8

Color information

#A99FC8 (or 0xA99FC8) is unknown color: approx Wistful. HEX triplet: A9, 9F and C8. RGB value is (169,159,200). Sum of RGB (Red+Green+Blue) = 169+159+200=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 200 - color contains mainly: blue. Hex color #A99FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FC8 is #566037. Grayscale: #A6A6A6. Windows color (decimal): -5660728 or 13148073. OLE color: 13148073.

HSL color Cylindrical-coordinate representation of color #A99FC8: hue angle of 254.63º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A99FC8 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169159200-
CMYK0.160.2000.22
HSL254.63º27.15%70.39%-
HSV(B)254.63º20.5%78.43%-
XYZ39.1937.459.8-
YUV166.66146.81129.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 200 (78.52% from 255) = 37.88%
R=32.01%
G=30.11%
B=37.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691592000.160.2000.22254.6327.1570.39
HexA99FC81014016ff1b46
Octal251237310202402637733106
Binary101010011001111111001000100001010001011011111111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FC8; }

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

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

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

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

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

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

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

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