#A09AE0

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

Shades of Wistful #A09AE0

Tints of Wistful #A09AE0

Color information

#A09AE0 (or 0xA09AE0) is unknown color: approx Wistful. HEX triplet: A0, 9A and E0. RGB value is (160,154,224). Sum of RGB (Red+Green+Blue) = 160+154+224=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #A09AE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09AE0 is #5F651F. Grayscale: #A3A3A3. Windows color (decimal): -6251808 or 14719648. OLE color: 14719648.

HSL color Cylindrical-coordinate representation of color #A09AE0: hue angle of 245.14º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A09AE0 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB160154224-
CMYK0.290.3100.12
HSL245.14º53.03%74.12%-
HSV(B)245.14º31.25%87.84%-
XYZ39.5135.9775.38-
YUV163.77161.99125.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 154 (60.55% from 255) = 28.62%
BLUE value IS 224 (87.89% from 255) = 41.64%
R=29.74%
G=28.62%
B=41.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1601542240.290.3100.12245.1453.0374.12
HexA09AE01D1F0Cf5354a
Octal240232340353701436565112
Binary101000001001101011100000111011111101100111101011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AE0; }

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

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

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

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

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

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

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

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