Shades of Logan #A19FBF
Tints of Logan #A19FBF
RGB
CMYK
RGB Variations
Color information
#A19FBF (or 0xA19FBF) is known color: Logan. HEX triplet: A1, 9F and BF. RGB value is (161,159,191). Sum of RGB (Red+Green+Blue) = 161+159+191=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #A19FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FBF is #5E6040. Grayscale: #A3A3A3. Windows color (decimal): -6185025 or 12558241. OLE color: 12558241.
HSL color Cylindrical-coordinate representation of color #A19FBF: hue angle of 243.75º 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 #A19FBF is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 159 | 191 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.25 |
| HSL | 243.75º | 0.2% | 0.69% | - |
| HSV(B) | 243.75º | 0.17% | 0.75% | - |
| XYZ | 36.5 | 36.13 | 54.34 | - |
| YUV | 163.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 191 | 0.16 | 0.17 | 0 | 0.25 | 243.75 | 0.2 | 0.69 |
| Hex | A1 | 9F | BF | 10 | 11 | 0 | 19 | F4 | 14 | 45 |
| Octal | 241 | 237 | 277 | 20 | 21 | 0 | 31 | 364 | 24 | 105 |
| Binary | 10100001 | 10011111 | 10111111 | 10000 | 10001 | 0 | 11001 | 11110100 | 10100 | 1000101 |
Color Harmonies of #A19FBF
Complementary color
Monochromatic Colors of #A19FBF
Black with #A19FBF
Text Example
Text Example
White with #A19FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FBF; }
p { color: rgb(161,159,191); }
H1.HeaderClassName
{
color: #A19FBF;
}
.AnyTagClassName
{
color: #A19FBF;
}
</style>
background-color css
<style>
a { background-color: #A19FBF; }
a { background-color: rgb(161,159,191); }
div.DivClassName
{
background-color: #A19FBF;
}
.BgClassName
{
background-color: #A19FBF;
}
</style>
border-color css
<style>
span { border-color: #A19FBF; }
span { border-color: rgb(161,159,191); }
td.TdClassName
{
border-color: #A19FBF;
}
.TagClassName
{
border-color: #A19FBF;
}
</style>