#A09FDA

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

Shades of Wistful #A09FDA

Tints of Wistful #A09FDA

Color information

#A09FDA (or 0xA09FDA) is unknown color: approx Wistful. HEX triplet: A0, 9F and DA. RGB value is (160,159,218). Sum of RGB (Red+Green+Blue) = 160+159+218=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #A09FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FDA is #5F6025. Grayscale: #A5A5A5. Windows color (decimal): -6250534 or 14327712. OLE color: 14327712.

HSL color Cylindrical-coordinate representation of color #A09FDA: hue angle of 241.02º degrees, saturation: 0.44, 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 #A09FDA is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160159218-
CMYK0.270.2700.15
HSL241.02º44.36%73.92%-
HSV(B)241.02º27.06%85.49%-
XYZ39.5537.3371.45-
YUV166.02157.33123.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.80%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=29.80%
G=29.61%
B=40.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601592180.270.2700.15241.0244.3673.92
HexA09FDA1B1B0Ff12c4a
Octal240237332333301736154112
Binary101000001001111111011010110111101101111111100011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FDA; }

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

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

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

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

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

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

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

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