#A09AC7

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

Shades of Wistful #A09AC7

Tints of Wistful #A09AC7

Color information

#A09AC7 (or 0xA09AC7) is unknown color: approx Wistful. HEX triplet: A0, 9A and C7. RGB value is (160,154,199). Sum of RGB (Red+Green+Blue) = 160+154+199=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 199 - color contains mainly: blue. Hex color #A09AC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09AC7 is #5F6538. Grayscale: #A0A0A0. Windows color (decimal): -6251833 or 13081248. OLE color: 13081248.

HSL color Cylindrical-coordinate representation of color #A09AC7: hue angle of 248º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A09AC7 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB160154199-
CMYK0.200.2300.22
HSL248º28.66%69.22%-
HSV(B)248º22.61%78.04%-
XYZ36.3634.7158.82-
YUV160.92149.49127.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 199 (78.12% from 255) = 38.79%
R=31.19%
G=30.02%
B=38.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601541990.200.2300.2224828.6669.22
HexA09AC71417016f81d45
Octal240232307242702637035105
Binary101000001001101011000111101001011101011011111000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AC7; }

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

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

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

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

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

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

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

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