#A09DCD

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

Shades of Wistful #A09DCD

Tints of Wistful #A09DCD

Color information

#A09DCD (or 0xA09DCD) is unknown color: approx Wistful. HEX triplet: A0, 9D and CD. RGB value is (160,157,205). Sum of RGB (Red+Green+Blue) = 160+157+205=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #A09DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DCD is #5F6232. Grayscale: #A3A3A3. Windows color (decimal): -6251059 or 13475232. OLE color: 13475232.

HSL color Cylindrical-coordinate representation of color #A09DCD: hue angle of 243.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A09DCD is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160157205-
CMYK0.220.2300.20
HSL243.75º32.43%70.98%-
HSV(B)243.75º23.41%80.39%-
XYZ37.573662.73-
YUV163.37151.49125.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.65%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=30.65%
G=30.08%
B=39.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601572050.220.2300.20243.7532.4370.98
HexA09DCD1617014f42047
Octal240235315262702436440107
Binary1010000010011101110011011011010111010100111101001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DCD; }

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

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

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

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

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

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

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

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