#A09AF0

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

Shades of Wistful #A09AF0

Tints of Wistful #A09AF0

Color information

#A09AF0 (or 0xA09AF0) is unknown color: approx Wistful. HEX triplet: A0, 9A and F0. RGB value is (160,154,240). Sum of RGB (Red+Green+Blue) = 160+154+240=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #A09AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09AF0 is #5F650F. Grayscale: #A5A5A5. Windows color (decimal): -6251792 or 15768224. OLE color: 15768224.

HSL color Cylindrical-coordinate representation of color #A09AF0: hue angle of 244.19º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A09AF0 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB160154240-
CMYK0.330.3600.06
HSL244.19º74.14%77.25%-
HSV(B)244.19º35.83%94.12%-
XYZ41.7836.8887.35-
YUV165.6169.99124.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.88%
GREEN value IS 154 (60.55% from 255) = 27.80%
BLUE value IS 240 (94.14% from 255) = 43.32%
R=28.88%
G=27.80%
B=43.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1601542400.330.3600.06244.1974.1477.25
HexA09AF0212406f44a4d
Octal240232360414406364112115
Binary10100000100110101111000010000110010001101111010010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AF0; }

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

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

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

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

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

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

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

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