#A09ED6

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

Shades of Wistful #A09ED6

Tints of Wistful #A09ED6

Color information

#A09ED6 (or 0xA09ED6) is unknown color: approx Wistful. HEX triplet: A0, 9E and D6. RGB value is (160,158,214). Sum of RGB (Red+Green+Blue) = 160+158+214=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #A09ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ED6 is #5F6129. Grayscale: #A4A4A4. Windows color (decimal): -6250794 or 14065312. OLE color: 14065312.

HSL color Cylindrical-coordinate representation of color #A09ED6: hue angle of 242.14º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A09ED6 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB160158214-
CMYK0.250.2600.16
HSL242.14º40.58%72.94%-
HSV(B)242.14º26.17%83.92%-
XYZ38.8636.7868.67-
YUV164.98155.66124.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.08%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 214 (83.98% from 255) = 40.23%
R=30.08%
G=29.70%
B=40.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1601582140.250.2600.16242.1440.5872.94
HexA09ED6191A010f22949
Octal240236326313202036251111
Binary1010000010011110110101101100111010010000111100101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09ED6; }

 p { color: rgb(160,158,214); }

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

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

 a { background-color: rgb(160,158,214); }

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

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

 span { border-color: rgb(160,158,214); }

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