Shades of Logan #A09FBF
Tints of Logan #A09FBF
RGB
CMYK
RGB Variations
Color information
#A09FBF (or 0xA09FBF) is known color: Logan. HEX triplet: A0, 9F and BF. RGB value is (160,159,191). Sum of RGB (Red+Green+Blue) = 160+159+191=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #A09FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FBF is #5F6040. Grayscale: #A2A2A2. Windows color (decimal): -6250561 or 12558240. OLE color: 12558240.
HSL color Cylindrical-coordinate representation of color #A09FBF: hue angle of 241.88º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A09FBF is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 159 | 191 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.25 |
| HSL | 241.88º | 0.2% | 0.69% | - |
| HSV(B) | 241.88º | 0.17% | 0.75% | - |
| XYZ | 36.3 | 36.03 | 54.33 | - |
| YUV | 162.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 191 | 0.16 | 0.17 | 0 | 0.25 | 241.88 | 0.2 | 0.69 |
| Hex | A0 | 9F | BF | 10 | 11 | 0 | 19 | F2 | 14 | 45 |
| Octal | 240 | 237 | 277 | 20 | 21 | 0 | 31 | 362 | 24 | 105 |
| Binary | 10100000 | 10011111 | 10111111 | 10000 | 10001 | 0 | 11001 | 11110010 | 10100 | 1000101 |
Color Harmonies of #A09FBF
Complementary color
Monochromatic Colors of #A09FBF
Black with #A09FBF
Text Example
Text Example
White with #A09FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FBF; }
p { color: rgb(160,159,191); }
H1.HeaderClassName
{
color: #A09FBF;
}
.AnyTagClassName
{
color: #A09FBF;
}
</style>
background-color css
<style>
a { background-color: #A09FBF; }
a { background-color: rgb(160,159,191); }
div.DivClassName
{
background-color: #A09FBF;
}
.BgClassName
{
background-color: #A09FBF;
}
</style>
border-color css
<style>
span { border-color: #A09FBF; }
span { border-color: rgb(160,159,191); }
td.TdClassName
{
border-color: #A09FBF;
}
.TagClassName
{
border-color: #A09FBF;
}
</style>