#A09EE2

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

Shades of Wistful #A09EE2

Tints of Wistful #A09EE2

Color information

#A09EE2 (or 0xA09EE2) is unknown color: approx Wistful. HEX triplet: A0, 9E and E2. RGB value is (160,158,226). Sum of RGB (Red+Green+Blue) = 160+158+226=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 226 (88.67% from 255 or 41.54% from 544); Max value from RGB is 226 - color contains mainly: blue. Hex color #A09EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09EE2 is #5F611D. Grayscale: #A6A6A6. Windows color (decimal): -6250782 or 14851744. OLE color: 14851744.

HSL color Cylindrical-coordinate representation of color #A09EE2: hue angle of 241.76º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09EE2 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160158226-
CMYK0.290.3000.11
HSL241.76º53.97%75.29%-
HSV(B)241.76º30.09%88.63%-
XYZ40.4537.4277.04-
YUV166.35161.66123.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.41%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 226 (88.67% from 255) = 41.54%
R=29.41%
G=29.04%
B=41.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601582260.290.3000.11241.7653.9775.29
HexA09EE21D1E0Bf2364b
Octal240236342353601336266113
Binary101000001001111011100010111011111001011111100101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09EE2; }

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

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

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

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

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

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

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

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