#A09DCA

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

Shades of Wistful #A09DCA

Tints of Wistful #A09DCA

Color information

#A09DCA (or 0xA09DCA) is unknown color: approx Wistful. HEX triplet: A0, 9D and CA. RGB value is (160,157,202). Sum of RGB (Red+Green+Blue) = 160+157+202=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #A09DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DCA is #5F6235. Grayscale: #A2A2A2. Windows color (decimal): -6251062 or 13278624. OLE color: 13278624.

HSL color Cylindrical-coordinate representation of color #A09DCA: hue angle of 244º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A09DCA is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160157202-
CMYK0.210.2200.21
HSL244º29.8%70.39%-
HSV(B)244º22.28%79.22%-
XYZ37.2135.8560.84-
YUV163.03149.99125.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.83%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=30.83%
G=30.25%
B=38.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601572020.210.2200.2124429.870.39
HexA09DCA1516015f41e46
Octal240235312252602536436106
Binary101000001001110111001010101011011001010111110100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DCA; }

 p { color: rgb(160,157,202); }

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

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

 a { background-color: rgb(160,157,202); }

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

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

 span { border-color: rgb(160,157,202); }

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