#A09ADA

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

Shades of Wistful #A09ADA

Tints of Wistful #A09ADA

Color information

#A09ADA (or 0xA09ADA) is unknown color: approx Wistful. HEX triplet: A0, 9A and DA. RGB value is (160,154,218). Sum of RGB (Red+Green+Blue) = 160+154+218=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #A09ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ADA is #5F6525. Grayscale: #A2A2A2. Windows color (decimal): -6251814 or 14326432. OLE color: 14326432.

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

Color convert

RGB160154218-
CMYK0.270.2900.15
HSL245.62º46.38%72.94%-
HSV(B)245.62º29.36%85.49%-
XYZ38.7135.6571.17-
YUV163.09158.99125.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.08%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 218 (85.55% from 255) = 40.98%
R=30.08%
G=28.95%
B=40.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601542180.270.2900.15245.6246.3872.94
HexA09ADA1B1D0Ff62e49
Octal240232332333501736656111
Binary101000001001101011011010110111110101111111101101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09ADA; }

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

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

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

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

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

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

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

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