#A09FCC

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

Shades of Wistful #A09FCC

Tints of Wistful #A09FCC

Color information

#A09FCC (or 0xA09FCC) is unknown color: approx Wistful. HEX triplet: A0, 9F and CC. RGB value is (160,159,204). Sum of RGB (Red+Green+Blue) = 160+159+204=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #A09FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FCC is #5F6033. Grayscale: #A4A4A4. Windows color (decimal): -6250548 or 13410208. OLE color: 13410208.

HSL color Cylindrical-coordinate representation of color #A09FCC: hue angle of 241.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A09FCC is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160159204-
CMYK0.220.2200.2
HSL241.33º30.61%71.18%-
HSV(B)241.33º22.06%80%-
XYZ37.7936.6362.2-
YUV164.43150.33124.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=30.59%
G=30.40%
B=39.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601592040.220.2200.2241.3330.6171.18
HexA09FCC1616014f11f47
Octal240237314262602436137107
Binary101000001001111111001100101101011001010011110001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FCC; }

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

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

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

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

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

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

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

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