#A699DA

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

Shades of Wistful #A699DA

Tints of Wistful #A699DA

Color information

#A699DA (or 0xA699DA) is unknown color: approx Wistful. HEX triplet: A6, 99 and DA. RGB value is (166,153,218). Sum of RGB (Red+Green+Blue) = 166+153+218=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #A699DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699DA is #596625. Grayscale: #A4A4A4. Windows color (decimal): -5858854 or 14326182. OLE color: 14326182.

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

Color convert

RGB166153218-
CMYK0.240.3000.15
HSL252º46.76%72.75%-
HSV(B)252º29.82%85.49%-
XYZ39.7735.9571.17-
YUV164.3158.31129.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.91%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=30.91%
G=28.49%
B=40.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661532180.240.3000.1525246.7672.75
HexA699DA181E0Ffc2f49
Octal246231332303601737457111
Binary101001101001100111011010110001111001111111111001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A699DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A699DA; }

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

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

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

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

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

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

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

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