#A09CDF

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

Shades of Wistful #A09CDF

Tints of Wistful #A09CDF

Color information

#A09CDF (or 0xA09CDF) is unknown color: approx Wistful. HEX triplet: A0, 9C and DF. RGB value is (160,156,223). Sum of RGB (Red+Green+Blue) = 160+156+223=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #A09CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CDF is #5F6320. Grayscale: #A4A4A4. Windows color (decimal): -6251297 or 14654624. OLE color: 14654624.

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

Color convert

RGB160156223-
CMYK0.280.3000.13
HSL243.58º51.15%74.31%-
HSV(B)243.58º30.04%87.45%-
XYZ39.736.5874.78-
YUV164.83160.83124.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 223 (87.5% from 255) = 41.37%
R=29.68%
G=28.94%
B=41.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601562230.280.3000.13243.5851.1574.31
HexA09CDF1C1E0Df4334a
Octal240234337343601536463112
Binary101000001001110011011111111001111001101111101001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CDF; }

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

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

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

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

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

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

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

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