#A99FD7

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

Shades of Wistful #A99FD7

Tints of Wistful #A99FD7

Color information

#A99FD7 (or 0xA99FD7) is unknown color: approx Wistful. HEX triplet: A9, 9F and D7. RGB value is (169,159,215). Sum of RGB (Red+Green+Blue) = 169+159+215=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #A99FD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FD7 is #566028. Grayscale: #A8A8A8. Windows color (decimal): -5660713 or 14131113. OLE color: 14131113.

HSL color Cylindrical-coordinate representation of color #A99FD7: hue angle of 250.71º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A99FD7 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169159215-
CMYK0.210.2600.16
HSL250.71º41.18%73.33%-
HSV(B)250.71º26.05%84.31%-
XYZ41.0338.1469.49-
YUV168.37154.31128.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.12%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 215 (84.38% from 255) = 39.59%
R=31.12%
G=29.28%
B=39.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691592150.210.2600.16250.7141.1873.33
HexA99FD7151A010fb2949
Octal251237327253202037351111
Binary1010100110011111110101111010111010010000111110111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FD7; }

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

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

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

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

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

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

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

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