#A09ED1

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

Shades of Wistful #A09ED1

Tints of Wistful #A09ED1

Color information

#A09ED1 (or 0xA09ED1) is unknown color: approx Wistful. HEX triplet: A0, 9E and D1. RGB value is (160,158,209). Sum of RGB (Red+Green+Blue) = 160+158+209=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #A09ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ED1 is #5F612E. Grayscale: #A4A4A4. Windows color (decimal): -6250799 or 13737632. OLE color: 13737632.

HSL color Cylindrical-coordinate representation of color #A09ED1: hue angle of 242.35º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A09ED1 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160158209-
CMYK0.230.2400.18
HSL242.35º35.66%71.96%-
HSV(B)242.35º24.4%81.96%-
XYZ38.2336.5365.36-
YUV164.41153.16124.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 158 (62.11% from 255) = 29.98%
BLUE value IS 209 (82.03% from 255) = 39.66%
R=30.36%
G=29.98%
B=39.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601582090.230.2400.18242.3535.6671.96
HexA09ED11718012f22448
Octal240236321273002236244110
Binary1010000010011110110100011011111000010010111100101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09ED1; }

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

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

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

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

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

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

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

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