Shades of Wistful #A09ACD
Tints of Wistful #A09ACD
RGB
CMYK
RGB Variations
Color information
#A09ACD (or 0xA09ACD) is known color: Wistful. HEX triplet: A0, 9A and CD. RGB value is (160,154,205). Sum of RGB (Red+Green+Blue) = 160+154+205=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #A09ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ACD is #5F6532. Grayscale: #A1A1A1. Windows color (decimal): -6251827 or 13474464. OLE color: 13474464.
HSL color Cylindrical-coordinate representation of color #A09ACD: hue angle of 247.06º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A09ACD is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 160 | 154 | 205 | - |
CMYK | 0.22 | 0.25 | 0 | 0.20 |
HSL | 247.06º | 0.34% | 0.7% | - |
HSV(B) | 247.06º | 0.25% | 0.8% | - |
XYZ | 37.07 | 34.99 | 62.56 | - |
YUV | 161.61 | 152.49 | 126.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 154 | 205 | 0.22 | 0.25 | 0 | 0.20 | 247.06 | 0.34 | 0.7 |
Hex | A0 | 9A | CD | 16 | 19 | 0 | 14 | F7 | 22 | 46 |
Octal | 240 | 232 | 315 | 26 | 31 | 0 | 24 | 367 | 42 | 106 |
Binary | 10100000 | 10011010 | 11001101 | 10110 | 11001 | 0 | 10100 | 11110111 | 100010 | 1000110 |
Color Harmonies of #A09ACD
Complementary color
Monochromatic Colors of #A09ACD
Black with #A09ACD
Text Example
Text Example
White with #A09ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09ACD; }
p { color: rgb(160,154,205); }
H1.HeaderClassName
{
color: #A09ACD;
}
.AnyTagClassName
{
color: #A09ACD;
}
</style>
background-color css
<style>
a { background-color: #A09ACD; }
a { background-color: rgb(160,154,205); }
div.DivClassName
{
background-color: #A09ACD;
}
.BgClassName
{
background-color: #A09ACD;
}
</style>
border-color css
<style>
span { border-color: #A09ACD; }
span { border-color: rgb(160,154,205); }
td.TdClassName
{
border-color: #A09ACD;
}
.TagClassName
{
border-color: #A09ACD;
}
</style>