#A99FCD

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

Shades of Wistful #A99FCD

Tints of Wistful #A99FCD

Color information

#A99FCD (or 0xA99FCD) is unknown color: approx Wistful. HEX triplet: A9, 9F and CD. RGB value is (169,159,205). Sum of RGB (Red+Green+Blue) = 169+159+205=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #A99FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FCD is #566032. Grayscale: #A7A7A7. Windows color (decimal): -5660723 or 13475753. OLE color: 13475753.

HSL color Cylindrical-coordinate representation of color #A99FCD: hue angle of 253.04º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A99FCD is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169159205-
CMYK0.180.2200.20
HSL253.04º31.51%71.37%-
HSV(B)253.04º22.44%80.39%-
XYZ39.7837.6462.93-
YUV167.23149.31129.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.71%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=31.71%
G=29.83%
B=38.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691592050.180.2200.20253.0431.5171.37
HexA99FCD1216014fd2047
Octal251237315222602437540107
Binary1010100110011111110011011001010110010100111111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FCD; }

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

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

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

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

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

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

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

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