#A09AE5

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

Shades of Wistful #A09AE5

Tints of Wistful #A09AE5

Color information

#A09AE5 (or 0xA09AE5) is unknown color: approx Wistful. HEX triplet: A0, 9A and E5. RGB value is (160,154,229). Sum of RGB (Red+Green+Blue) = 160+154+229=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #A09AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09AE5 is #5F651A. Grayscale: #A4A4A4. Windows color (decimal): -6251803 or 15047328. OLE color: 15047328.

HSL color Cylindrical-coordinate representation of color #A09AE5: hue angle of 244.8º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A09AE5 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB160154229-
CMYK0.300.3300.10
HSL244.8º59.06%75.1%-
HSV(B)244.8º32.75%89.8%-
XYZ40.236.2479.01-
YUV164.34164.49124.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.47%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 229 (89.84% from 255) = 42.17%
R=29.47%
G=28.36%
B=42.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1601542290.300.3300.10244.859.0675.1
HexA09AE51E210Af53b4b
Octal240232345364101236573113
Binary1010000010011010111001011111010000101010111101011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AE5; }

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

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

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

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

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

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

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

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