Shades of Logan #A09CBF
Tints of Logan #A09CBF
RGB
CMYK
RGB Variations
Color information
#A09CBF (or 0xA09CBF) is known color: Logan. HEX triplet: A0, 9C and BF. RGB value is (160,156,191). Sum of RGB (Red+Green+Blue) = 160+156+191=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #A09CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CBF is #5F6340. Grayscale: #A1A1A1. Windows color (decimal): -6251329 or 12557472. OLE color: 12557472.
HSL color Cylindrical-coordinate representation of color #A09CBF: hue angle of 246.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A09CBF is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 156 | 191 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.25 |
| HSL | 246.86º | 0.21% | 0.68% | - |
| HSV(B) | 246.86º | 0.18% | 0.75% | - |
| XYZ | 35.79 | 35.01 | 54.16 | - |
| YUV | 161.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 191 | 0.16 | 0.18 | 0 | 0.25 | 246.86 | 0.21 | 0.68 |
| Hex | A0 | 9C | BF | 10 | 12 | 0 | 19 | F7 | 15 | 44 |
| Octal | 240 | 234 | 277 | 20 | 22 | 0 | 31 | 367 | 25 | 104 |
| Binary | 10100000 | 10011100 | 10111111 | 10000 | 10010 | 0 | 11001 | 11110111 | 10101 | 1000100 |
Color Harmonies of #A09CBF
Complementary color
Monochromatic Colors of #A09CBF
Black with #A09CBF
Text Example
Text Example
White with #A09CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CBF; }
p { color: rgb(160,156,191); }
H1.HeaderClassName
{
color: #A09CBF;
}
.AnyTagClassName
{
color: #A09CBF;
}
</style>
background-color css
<style>
a { background-color: #A09CBF; }
a { background-color: rgb(160,156,191); }
div.DivClassName
{
background-color: #A09CBF;
}
.BgClassName
{
background-color: #A09CBF;
}
</style>
border-color css
<style>
span { border-color: #A09CBF; }
span { border-color: rgb(160,156,191); }
td.TdClassName
{
border-color: #A09CBF;
}
.TagClassName
{
border-color: #A09CBF;
}
</style>