#A09AF1

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

Shades of Wistful #A09AF1

Tints of Wistful #A09AF1

Color information

#A09AF1 (or 0xA09AF1) is unknown color: approx Wistful. HEX triplet: A0, 9A and F1. RGB value is (160,154,241). Sum of RGB (Red+Green+Blue) = 160+154+241=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #A09AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09AF1 is #5F650E. Grayscale: #A5A5A5. Windows color (decimal): -6251791 or 15833760. OLE color: 15833760.

HSL color Cylindrical-coordinate representation of color #A09AF1: hue angle of 244.14º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A09AF1 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160154241-
CMYK0.340.3600.05
HSL244.14º75.65%77.45%-
HSV(B)244.14º36.1%94.51%-
XYZ41.9336.9488.14-
YUV165.71170.49123.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.83%
GREEN value IS 154 (60.55% from 255) = 27.75%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=28.83%
G=27.75%
B=43.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601542410.340.3600.05244.1475.6577.45
HexA09AF1222405f44c4d
Octal240232361424405364114115
Binary10100000100110101111000110001010010001011111010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AF1; }

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

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

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

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

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

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

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

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