#A09DDD

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

Shades of Wistful #A09DDD

Tints of Wistful #A09DDD

Color information

#A09DDD (or 0xA09DDD) is unknown color: approx Wistful. HEX triplet: A0, 9D and DD. RGB value is (160,157,221). Sum of RGB (Red+Green+Blue) = 160+157+221=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #A09DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DDD is #5F6222. Grayscale: #A4A4A4. Windows color (decimal): -6251043 or 14523808. OLE color: 14523808.

HSL color Cylindrical-coordinate representation of color #A09DDD: hue angle of 242.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A09DDD is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160157221-
CMYK0.280.2900.13
HSL242.81º48.48%74.12%-
HSV(B)242.81º28.96%86.67%-
XYZ39.6136.8173.42-
YUV165.19159.49124.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 157 (61.72% from 255) = 29.18%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=29.74%
G=29.18%
B=41.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601572210.280.2900.13242.8148.4874.12
HexA09DDD1C1D0Df3304a
Octal240235335343501536360112
Binary101000001001110111011101111001110101101111100111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DDD; }

 p { color: rgb(160,157,221); }

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

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

 a { background-color: rgb(160,157,221); }

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

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

 span { border-color: rgb(160,157,221); }

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