Shades of Logan #A09BBA
Tints of Logan #A09BBA
RGB
CMYK
RGB Variations
Color information
#A09BBA (or 0xA09BBA) is known color: Logan. HEX triplet: A0, 9B and BA. RGB value is (160,155,186). Sum of RGB (Red+Green+Blue) = 160+155+186=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #A09BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BBA is #5F6445. Grayscale: #9F9F9F. Windows color (decimal): -6251590 or 12229536. OLE color: 12229536.
HSL color Cylindrical-coordinate representation of color #A09BBA: hue angle of 249.68º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A09BBA is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 155 | 186 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.27 |
| HSL | 249.68º | 0.18% | 0.67% | - |
| HSV(B) | 249.68º | 0.17% | 0.73% | - |
| XYZ | 35.08 | 34.46 | 51.26 | - |
| YUV | 160.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 186 | 0.14 | 0.17 | 0 | 0.27 | 249.68 | 0.18 | 0.67 |
| Hex | A0 | 9B | BA | E | 11 | 0 | 1B | FA | 12 | 43 |
| Octal | 240 | 233 | 272 | 16 | 21 | 0 | 33 | 372 | 22 | 103 |
| Binary | 10100000 | 10011011 | 10111010 | 1110 | 10001 | 0 | 11011 | 11111010 | 10010 | 1000011 |
Color Harmonies of #A09BBA
Complementary color
Monochromatic Colors of #A09BBA
Black with #A09BBA
Text Example
Text Example
White with #A09BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BBA; }
p { color: rgb(160,155,186); }
H1.HeaderClassName
{
color: #A09BBA;
}
.AnyTagClassName
{
color: #A09BBA;
}
</style>
background-color css
<style>
a { background-color: #A09BBA; }
a { background-color: rgb(160,155,186); }
div.DivClassName
{
background-color: #A09BBA;
}
.BgClassName
{
background-color: #A09BBA;
}
</style>
border-color css
<style>
span { border-color: #A09BBA; }
span { border-color: rgb(160,155,186); }
td.TdClassName
{
border-color: #A09BBA;
}
.TagClassName
{
border-color: #A09BBA;
}
</style>