#A09BDA

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

Shades of Wistful #A09BDA

Tints of Wistful #A09BDA

Color information

#A09BDA (or 0xA09BDA) is unknown color: approx Wistful. HEX triplet: A0, 9B and DA. RGB value is (160,155,218). Sum of RGB (Red+Green+Blue) = 160+155+218=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #A09BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BDA is #5F6425. Grayscale: #A3A3A3. Windows color (decimal): -6251558 or 14326688. OLE color: 14326688.

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

Color convert

RGB160155218-
CMYK0.270.2900.15
HSL244.76º45.99%73.14%-
HSV(B)244.76º28.9%85.49%-
XYZ38.8735.9871.23-
YUV163.68158.66125.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 155 (60.94% from 255) = 29.08%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=30.02%
G=29.08%
B=40.90%

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
Decimal1601552180.270.2900.15244.7645.9973.14
HexA09BDA1B1D0Ff52e49
Octal240233332333501736556111
Binary101000001001101111011010110111110101111111101011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09BDA; }

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

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

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

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

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

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

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

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