Shades of Logan #A09EBB
Tints of Logan #A09EBB
RGB
CMYK
RGB Variations
Color information
#A09EBB (or 0xA09EBB) is known color: Logan. HEX triplet: A0, 9E and BB. RGB value is (160,158,187). Sum of RGB (Red+Green+Blue) = 160+158+187=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #A09EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09EBB is #5F6144. Grayscale: #A1A1A1. Windows color (decimal): -6250821 or 12295840. OLE color: 12295840.
HSL color Cylindrical-coordinate representation of color #A09EBB: hue angle of 244.14º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A09EBB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 158 | 187 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.27 |
| HSL | 244.14º | 0.18% | 0.68% | - |
| HSV(B) | 244.14º | 0.16% | 0.73% | - |
| XYZ | 35.69 | 35.52 | 51.99 | - |
| YUV | 161.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 187 | 0.14 | 0.16 | 0 | 0.27 | 244.14 | 0.18 | 0.68 |
| Hex | A0 | 9E | BB | E | 10 | 0 | 1B | F4 | 12 | 44 |
| Octal | 240 | 236 | 273 | 16 | 20 | 0 | 33 | 364 | 22 | 104 |
| Binary | 10100000 | 10011110 | 10111011 | 1110 | 10000 | 0 | 11011 | 11110100 | 10010 | 1000100 |
Color Harmonies of #A09EBB
Complementary color
Monochromatic Colors of #A09EBB
Black with #A09EBB
Text Example
Text Example
White with #A09EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09EBB; }
p { color: rgb(160,158,187); }
H1.HeaderClassName
{
color: #A09EBB;
}
.AnyTagClassName
{
color: #A09EBB;
}
</style>
background-color css
<style>
a { background-color: #A09EBB; }
a { background-color: rgb(160,158,187); }
div.DivClassName
{
background-color: #A09EBB;
}
.BgClassName
{
background-color: #A09EBB;
}
</style>
border-color css
<style>
span { border-color: #A09EBB; }
span { border-color: rgb(160,158,187); }
td.TdClassName
{
border-color: #A09EBB;
}
.TagClassName
{
border-color: #A09EBB;
}
</style>