#A09AEC

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

Shades of Wistful #A09AEC

Tints of Wistful #A09AEC

Color information

#A09AEC (or 0xA09AEC) is unknown color: approx Wistful. HEX triplet: A0, 9A and EC. RGB value is (160,154,236). Sum of RGB (Red+Green+Blue) = 160+154+236=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #A09AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09AEC is #5F6513. Grayscale: #A4A4A4. Windows color (decimal): -6251796 or 15506080. OLE color: 15506080.

HSL color Cylindrical-coordinate representation of color #A09AEC: hue angle of 244.39º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A09AEC is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160154236-
CMYK0.320.3500.07
HSL244.39º68.33%76.47%-
HSV(B)244.39º34.75%92.55%-
XYZ41.1936.6484.26-
YUV165.14167.99124.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.09%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 236 (92.58% from 255) = 42.91%
R=29.09%
G=28%
B=42.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601542360.320.3500.07244.3968.3376.47
HexA09AEC202307f4444c
Octal240232354404307364104114
Binary10100000100110101110110010000010001101111111010010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AEC; }

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

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

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

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

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

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

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

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