#A09FC9

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

Shades of Wistful #A09FC9

Tints of Wistful #A09FC9

Color information

#A09FC9 (or 0xA09FC9) is unknown color: approx Wistful. HEX triplet: A0, 9F and C9. RGB value is (160,159,201). Sum of RGB (Red+Green+Blue) = 160+159+201=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #A09FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FC9 is #5F6036. Grayscale: #A3A3A3. Windows color (decimal): -6250551 or 13213600. OLE color: 13213600.

HSL color Cylindrical-coordinate representation of color #A09FC9: hue angle of 241.43º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A09FC9 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160159201-
CMYK0.200.2100.21
HSL241.43º28%70.59%-
HSV(B)241.43º20.9%78.82%-
XYZ37.4436.4960.33-
YUV164.09148.83125.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 201 (78.91% from 255) = 38.65%
R=30.77%
G=30.58%
B=38.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601592010.200.2100.21241.432870.59
HexA09FC91415015f11c47
Octal240237311242502536134107
Binary101000001001111111001001101001010101010111110001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FC9; }

 p { color: rgb(160,159,201); }

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

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

 a { background-color: rgb(160,159,201); }

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

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

 span { border-color: rgb(160,159,201); }

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