#A09ADD

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

Shades of Wistful #A09ADD

Tints of Wistful #A09ADD

Color information

#A09ADD (or 0xA09ADD) is unknown color: approx Wistful. HEX triplet: A0, 9A and DD. RGB value is (160,154,221). Sum of RGB (Red+Green+Blue) = 160+154+221=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #A09ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ADD is #5F6522. Grayscale: #A3A3A3. Windows color (decimal): -6251811 or 14523040. OLE color: 14523040.

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

Color convert

RGB160154221-
CMYK0.280.3000.13
HSL245.37º49.63%73.53%-
HSV(B)245.37º30.32%86.67%-
XYZ39.135.8173.26-
YUV163.43160.49125.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=29.91%
G=28.79%
B=41.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601542210.280.3000.13245.3749.6373.53
HexA09ADD1C1E0Df5324a
Octal240232335343601536562112
Binary101000001001101011011101111001111001101111101011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09ADD; }

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

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

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

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

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

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

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

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