#A09EDD

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

Shades of Wistful #A09EDD

Tints of Wistful #A09EDD

Color information

#A09EDD (or 0xA09EDD) is unknown color: approx Wistful. HEX triplet: A0, 9E and DD. RGB value is (160,158,221). Sum of RGB (Red+Green+Blue) = 160+158+221=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #A09EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09EDD is #5F6122. Grayscale: #A5A5A5. Windows color (decimal): -6250787 or 14524064. OLE color: 14524064.

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

Color convert

RGB160158221-
CMYK0.280.2900.13
HSL241.9º48.09%74.31%-
HSV(B)241.9º28.51%86.67%-
XYZ39.7837.1573.48-
YUV165.78159.16123.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 158 (62.11% from 255) = 29.31%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=29.68%
G=29.31%
B=41.00%

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
Decimal1601582210.280.2900.13241.948.0974.31
HexA09EDD1C1D0Df2304a
Octal240236335343501536260112
Binary101000001001111011011101111001110101101111100101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09EDD; }

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

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

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

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

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

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

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

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