Shades of Logan #A09DBC
Tints of Logan #A09DBC
RGB
CMYK
RGB Variations
Color information
#A09DBC (or 0xA09DBC) is known color: Logan. HEX triplet: A0, 9D and BC. RGB value is (160,157,188). Sum of RGB (Red+Green+Blue) = 160+157+188=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #A09DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DBC is #5F6243. Grayscale: #A1A1A1. Windows color (decimal): -6251076 or 12361120. OLE color: 12361120.
HSL color Cylindrical-coordinate representation of color #A09DBC: hue angle of 245.81º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A09DBC is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 157 | 188 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.26 |
| HSL | 245.81º | 0.19% | 0.68% | - |
| HSV(B) | 245.81º | 0.16% | 0.74% | - |
| XYZ | 35.63 | 35.22 | 52.5 | - |
| YUV | 161.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 188 | 0.15 | 0.16 | 0 | 0.26 | 245.81 | 0.19 | 0.68 |
| Hex | A0 | 9D | BC | F | 10 | 0 | 1A | F6 | 13 | 44 |
| Octal | 240 | 235 | 274 | 17 | 20 | 0 | 32 | 366 | 23 | 104 |
| Binary | 10100000 | 10011101 | 10111100 | 1111 | 10000 | 0 | 11010 | 11110110 | 10011 | 1000100 |
Color Harmonies of #A09DBC
Complementary color
Monochromatic Colors of #A09DBC
Black with #A09DBC
Text Example
Text Example
White with #A09DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DBC; }
p { color: rgb(160,157,188); }
H1.HeaderClassName
{
color: #A09DBC;
}
.AnyTagClassName
{
color: #A09DBC;
}
</style>
background-color css
<style>
a { background-color: #A09DBC; }
a { background-color: rgb(160,157,188); }
div.DivClassName
{
background-color: #A09DBC;
}
.BgClassName
{
background-color: #A09DBC;
}
</style>
border-color css
<style>
span { border-color: #A09DBC; }
span { border-color: rgb(160,157,188); }
td.TdClassName
{
border-color: #A09DBC;
}
.TagClassName
{
border-color: #A09DBC;
}
</style>