#A09FD9

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

Shades of Wistful #A09FD9

Tints of Wistful #A09FD9

Color information

#A09FD9 (or 0xA09FD9) is unknown color: approx Wistful. HEX triplet: A0, 9F and D9. RGB value is (160,159,217). Sum of RGB (Red+Green+Blue) = 160+159+217=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #A09FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FD9 is #5F6026. Grayscale: #A5A5A5. Windows color (decimal): -6250535 or 14262176. OLE color: 14262176.

HSL color Cylindrical-coordinate representation of color #A09FD9: hue angle of 241.03º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A09FD9 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160159217-
CMYK0.260.2700.15
HSL241.03º43.28%73.73%-
HSV(B)241.03º26.73%85.1%-
XYZ39.4237.2870.76-
YUV165.91156.83123.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.85%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 217 (85.16% from 255) = 40.49%
R=29.85%
G=29.66%
B=40.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601592170.260.2700.15241.0343.2873.73
HexA09FD91A1B0Ff12b4a
Octal240237331323301736153112
Binary101000001001111111011001110101101101111111100011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FD9; }

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

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

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

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

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

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

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

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