#A09CDD

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

Shades of Wistful #A09CDD

Tints of Wistful #A09CDD

Color information

#A09CDD (or 0xA09CDD) is unknown color: approx Wistful. HEX triplet: A0, 9C and DD. RGB value is (160,156,221). Sum of RGB (Red+Green+Blue) = 160+156+221=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #A09CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CDD is #5F6322. Grayscale: #A4A4A4. Windows color (decimal): -6251299 or 14523552. OLE color: 14523552.

HSL color Cylindrical-coordinate representation of color #A09CDD: hue angle of 243.69º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A09CDD is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160156221-
CMYK0.280.2900.13
HSL243.69º48.87%73.92%-
HSV(B)243.69º29.41%86.67%-
XYZ39.4436.4773.37-
YUV164.61159.83124.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.80%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=29.80%
G=29.05%
B=41.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601562210.280.2900.13243.6948.8773.92
HexA09CDD1C1D0Df4314a
Octal240234335343501536461112
Binary101000001001110011011101111001110101101111101001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CDD; }

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

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

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

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

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

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

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

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