Shades of Logan #A09BB9
Tints of Logan #A09BB9
RGB
CMYK
RGB Variations
Color information
#A09BB9 (or 0xA09BB9) is known color: Logan. HEX triplet: A0, 9B and B9. RGB value is (160,155,185). Sum of RGB (Red+Green+Blue) = 160+155+185=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 185 - color contains mainly: blue. Hex color #A09BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BB9 is #5F6446. Grayscale: #9F9F9F. Windows color (decimal): -6251591 or 12164000. OLE color: 12164000.
HSL color Cylindrical-coordinate representation of color #A09BB9: hue angle of 250º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A09BB9 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 155 | 185 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.27 |
| HSL | 250º | 0.18% | 0.67% | - |
| HSV(B) | 250º | 0.16% | 0.73% | - |
| XYZ | 34.98 | 34.42 | 50.7 | - |
| YUV | 159.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 185 | 0.14 | 0.16 | 0 | 0.27 | 250 | 0.18 | 0.67 |
| Hex | A0 | 9B | B9 | E | 10 | 0 | 1B | FA | 12 | 43 |
| Octal | 240 | 233 | 271 | 16 | 20 | 0 | 33 | 372 | 22 | 103 |
| Binary | 10100000 | 10011011 | 10111001 | 1110 | 10000 | 0 | 11011 | 11111010 | 10010 | 1000011 |
Color Harmonies of #A09BB9
Complementary color
Monochromatic Colors of #A09BB9
Black with #A09BB9
Text Example
Text Example
White with #A09BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BB9; }
p { color: rgb(160,155,185); }
H1.HeaderClassName
{
color: #A09BB9;
}
.AnyTagClassName
{
color: #A09BB9;
}
</style>
background-color css
<style>
a { background-color: #A09BB9; }
a { background-color: rgb(160,155,185); }
div.DivClassName
{
background-color: #A09BB9;
}
.BgClassName
{
background-color: #A09BB9;
}
</style>
border-color css
<style>
span { border-color: #A09BB9; }
span { border-color: rgb(160,155,185); }
td.TdClassName
{
border-color: #A09BB9;
}
.TagClassName
{
border-color: #A09BB9;
}
</style>