#A09AEA

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

Shades of Wistful #A09AEA

Tints of Wistful #A09AEA

Color information

#A09AEA (or 0xA09AEA) is unknown color: approx Wistful. HEX triplet: A0, 9A and EA. RGB value is (160,154,234). Sum of RGB (Red+Green+Blue) = 160+154+234=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #A09AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09AEA is #5F6515. Grayscale: #A4A4A4. Windows color (decimal): -6251798 or 15375008. OLE color: 15375008.

HSL color Cylindrical-coordinate representation of color #A09AEA: hue angle of 244.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A09AEA is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160154234-
CMYK0.320.3400.08
HSL244.5º65.57%76.08%-
HSV(B)244.5º34.19%91.76%-
XYZ40.936.5382.74-
YUV164.91166.99124.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.20%
GREEN value IS 154 (60.55% from 255) = 28.10%
BLUE value IS 234 (91.80% from 255) = 42.70%
R=29.20%
G=28.10%
B=42.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601542340.320.3400.08244.565.5776.08
HexA09AEA202208f4424c
Octal2402323524042010364102114
Binary101000001001101011101010100000100010010001111010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AEA; }

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

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

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

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

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

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

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

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