#A69ADA

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

Shades of Wistful #A69ADA

Tints of Wistful #A69ADA

Color information

#A69ADA (or 0xA69ADA) is unknown color: approx Wistful. HEX triplet: A6, 9A and DA. RGB value is (166,154,218). Sum of RGB (Red+Green+Blue) = 166+154+218=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #A69ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ADA is #596525. Grayscale: #A4A4A4. Windows color (decimal): -5858598 or 14326438. OLE color: 14326438.

HSL color Cylindrical-coordinate representation of color #A69ADA: hue angle of 251.25º 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 #A69ADA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166154218-
CMYK0.240.2900.15
HSL251.25º46.38%72.94%-
HSV(B)251.25º29.36%85.49%-
XYZ39.9436.2871.23-
YUV164.88157.98128.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.86%
GREEN value IS 154 (60.55% from 255) = 28.62%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=30.86%
G=28.62%
B=40.52%

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
Decimal1661542180.240.2900.15251.2546.3872.94
HexA69ADA181D0Ffb2e49
Octal246232332303501737356111
Binary101001101001101011011010110001110101111111110111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69ADA; }

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

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

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

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

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

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

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

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