#A09FC1

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

Shades of Wistful #A09FC1

Tints of Wistful #A09FC1

Color information

#A09FC1 (or 0xA09FC1) is unknown color: approx Wistful. HEX triplet: A0, 9F and C1. RGB value is (160,159,193). Sum of RGB (Red+Green+Blue) = 160+159+193=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #A09FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FC1 is #5F603E. Grayscale: #A3A3A3. Windows color (decimal): -6250559 or 12689312. OLE color: 12689312.

HSL color Cylindrical-coordinate representation of color #A09FC1: hue angle of 241.76º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A09FC1 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160159193-
CMYK0.170.1800.24
HSL241.76º21.52%69.02%-
HSV(B)241.76º17.62%75.69%-
XYZ36.5236.1255.5-
YUV163.18144.83125.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 193 (75.78% from 255) = 37.70%
R=31.25%
G=31.05%
B=37.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601591930.170.1800.24241.7621.5269.02
HexA09FC11112018f21645
Octal240237301212203036226105
Binary101000001001111111000001100011001001100011110010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FC1; }

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

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

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

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

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

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

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

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