Shades of Logan #A09BBF
Tints of Logan #A09BBF
RGB
CMYK
RGB Variations
Color information
#A09BBF (or 0xA09BBF) is known color: Logan. HEX triplet: A0, 9B and BF. RGB value is (160,155,191). Sum of RGB (Red+Green+Blue) = 160+155+191=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #A09BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BBF is #5F6440. Grayscale: #A0A0A0. Windows color (decimal): -6251585 or 12557216. OLE color: 12557216.
HSL color Cylindrical-coordinate representation of color #A09BBF: hue angle of 248.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A09BBF is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 155 | 191 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.25 |
| HSL | 248.33º | 0.22% | 0.68% | - |
| HSV(B) | 248.33º | 0.19% | 0.75% | - |
| XYZ | 35.62 | 34.68 | 54.11 | - |
| YUV | 160.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 191 | 0.16 | 0.19 | 0 | 0.25 | 248.33 | 0.22 | 0.68 |
| Hex | A0 | 9B | BF | 10 | 13 | 0 | 19 | F8 | 16 | 44 |
| Octal | 240 | 233 | 277 | 20 | 23 | 0 | 31 | 370 | 26 | 104 |
| Binary | 10100000 | 10011011 | 10111111 | 10000 | 10011 | 0 | 11001 | 11111000 | 10110 | 1000100 |
Color Harmonies of #A09BBF
Complementary color
Monochromatic Colors of #A09BBF
Black with #A09BBF
Text Example
Text Example
White with #A09BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BBF; }
p { color: rgb(160,155,191); }
H1.HeaderClassName
{
color: #A09BBF;
}
.AnyTagClassName
{
color: #A09BBF;
}
</style>
background-color css
<style>
a { background-color: #A09BBF; }
a { background-color: rgb(160,155,191); }
div.DivClassName
{
background-color: #A09BBF;
}
.BgClassName
{
background-color: #A09BBF;
}
</style>
border-color css
<style>
span { border-color: #A09BBF; }
span { border-color: rgb(160,155,191); }
td.TdClassName
{
border-color: #A09BBF;
}
.TagClassName
{
border-color: #A09BBF;
}
</style>