Shades of Logan #A19FBB
Tints of Logan #A19FBB
RGB
CMYK
RGB Variations
Color information
#A19FBB (or 0xA19FBB) is known color: Logan. HEX triplet: A1, 9F and BB. RGB value is (161,159,187). Sum of RGB (Red+Green+Blue) = 161+159+187=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #A19FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FBB is #5E6044. Grayscale: #A2A2A2. Windows color (decimal): -6185029 or 12296097. OLE color: 12296097.
HSL color Cylindrical-coordinate representation of color #A19FBB: hue angle of 244.29º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A19FBB is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 159 | 187 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.27 |
| HSL | 244.29º | 0.17% | 0.68% | - |
| HSV(B) | 244.29º | 0.15% | 0.73% | - |
| XYZ | 36.07 | 35.96 | 52.05 | - |
| YUV | 162.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 187 | 0.14 | 0.15 | 0 | 0.27 | 244.29 | 0.17 | 0.68 |
| Hex | A1 | 9F | BB | E | F | 0 | 1B | F4 | 11 | 44 |
| Octal | 241 | 237 | 273 | 16 | 17 | 0 | 33 | 364 | 21 | 104 |
| Binary | 10100001 | 10011111 | 10111011 | 1110 | 1111 | 0 | 11011 | 11110100 | 10001 | 1000100 |
Color Harmonies of #A19FBB
Complementary color
Monochromatic Colors of #A19FBB
Black with #A19FBB
Text Example
Text Example
White with #A19FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FBB; }
p { color: rgb(161,159,187); }
H1.HeaderClassName
{
color: #A19FBB;
}
.AnyTagClassName
{
color: #A19FBB;
}
</style>
background-color css
<style>
a { background-color: #A19FBB; }
a { background-color: rgb(161,159,187); }
div.DivClassName
{
background-color: #A19FBB;
}
.BgClassName
{
background-color: #A19FBB;
}
</style>
border-color css
<style>
span { border-color: #A19FBB; }
span { border-color: rgb(161,159,187); }
td.TdClassName
{
border-color: #A19FBB;
}
.TagClassName
{
border-color: #A19FBB;
}
</style>