#A09EE0

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

Shades of Wistful #A09EE0

Tints of Wistful #A09EE0

Color information

#A09EE0 (or 0xA09EE0) is unknown color: approx Wistful. HEX triplet: A0, 9E and E0. RGB value is (160,158,224). Sum of RGB (Red+Green+Blue) = 160+158+224=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #A09EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09EE0 is #5F611F. Grayscale: #A5A5A5. Windows color (decimal): -6250784 or 14720672. OLE color: 14720672.

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

Color convert

RGB160158224-
CMYK0.290.2900.12
HSL241.82º51.56%74.9%-
HSV(B)241.82º29.46%87.84%-
XYZ40.1837.3175.6-
YUV166.12160.66123.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.52%
GREEN value IS 158 (62.11% from 255) = 29.15%
BLUE value IS 224 (87.89% from 255) = 41.33%
R=29.52%
G=29.15%
B=41.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1601582240.290.2900.12241.8251.5674.9
HexA09EE01D1D0Cf2344b
Octal240236340353501436264113
Binary101000001001111011100000111011110101100111100101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09EE0; }

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

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

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

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

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

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

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

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