#A699D9

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

Shades of Wistful #A699D9

Tints of Wistful #A699D9

Color information

#A699D9 (or 0xA699D9) is unknown color: approx Wistful. HEX triplet: A6, 99 and D9. RGB value is (166,153,217). Sum of RGB (Red+Green+Blue) = 166+153+217=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #A699D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699D9 is #596626. Grayscale: #A3A3A3. Windows color (decimal): -5858855 or 14260646. OLE color: 14260646.

HSL color Cylindrical-coordinate representation of color #A699D9: hue angle of 252.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A699D9 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166153217-
CMYK0.240.2900.15
HSL252.19º45.71%72.55%-
HSV(B)252.19º29.49%85.1%-
XYZ39.6435.970.49-
YUV164.18157.81129.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 153 (60.16% from 255) = 28.54%
BLUE value IS 217 (85.16% from 255) = 40.49%
R=30.97%
G=28.54%
B=40.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661532170.240.2900.15252.1945.7172.55
HexA699D9181D0Ffc2e49
Octal246231331303501737456111
Binary101001101001100111011001110001110101111111111001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A699D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A699D9; }

 p { color: rgb(166,153,217); }

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

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

 a { background-color: rgb(166,153,217); }

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

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

 span { border-color: rgb(166,153,217); }

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