#A09FD8

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

Shades of Wistful #A09FD8

Tints of Wistful #A09FD8

Color information

#A09FD8 (or 0xA09FD8) is unknown color: approx Wistful. HEX triplet: A0, 9F and D8. RGB value is (160,159,216). Sum of RGB (Red+Green+Blue) = 160+159+216=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #A09FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FD8 is #5F6027. Grayscale: #A5A5A5. Windows color (decimal): -6250536 or 14196640. OLE color: 14196640.

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

Color convert

RGB160159216-
CMYK0.260.2600.15
HSL241.05º42.22%73.53%-
HSV(B)241.05º26.39%84.71%-
XYZ39.2937.2370.08-
YUV165.8156.33123.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 159 (62.5% from 255) = 29.72%
BLUE value IS 216 (84.77% from 255) = 40.37%
R=29.91%
G=29.72%
B=40.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601592160.260.2600.15241.0542.2273.53
HexA09FD81A1A0Ff12a4a
Octal240237330323201736152112
Binary101000001001111111011000110101101001111111100011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FD8; }

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

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

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

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

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

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

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

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