#A09CD9

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

Shades of Wistful #A09CD9

Tints of Wistful #A09CD9

Color information

#A09CD9 (or 0xA09CD9) is unknown color: approx Wistful. HEX triplet: A0, 9C and D9. RGB value is (160,156,217). Sum of RGB (Red+Green+Blue) = 160+156+217=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #A09CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CD9 is #5F6326. Grayscale: #A3A3A3. Windows color (decimal): -6251303 or 14261408. OLE color: 14261408.

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

Color convert

RGB160156217-
CMYK0.260.2800.15
HSL243.93º44.53%73.14%-
HSV(B)243.93º28.11%85.1%-
XYZ38.9136.2670.59-
YUV164.15157.83125.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 217 (85.16% from 255) = 40.71%
R=30.02%
G=29.27%
B=40.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601562170.260.2800.15243.9344.5373.14
HexA09CD91A1C0Ff42d49
Octal240234331323401736455111
Binary101000001001110011011001110101110001111111101001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CD9; }

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

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

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

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

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

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

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

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