Shades of Logan #A19BBB
Tints of Logan #A19BBB
RGB
CMYK
RGB Variations
Color information
#A19BBB (or 0xA19BBB) is known color: Logan. HEX triplet: A1, 9B and BB. RGB value is (161,155,187). Sum of RGB (Red+Green+Blue) = 161+155+187=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #A19BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BBB is #5E6444. Grayscale: #A0A0A0. Windows color (decimal): -6186053 or 12295073. OLE color: 12295073.
HSL color Cylindrical-coordinate representation of color #A19BBB: hue angle of 251.25º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A19BBB is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 155 | 187 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.27 |
| HSL | 251.25º | 0.19% | 0.67% | - |
| HSV(B) | 251.25º | 0.17% | 0.73% | - |
| XYZ | 35.39 | 34.61 | 51.83 | - |
| YUV | 160.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 187 | 0.14 | 0.17 | 0 | 0.27 | 251.25 | 0.19 | 0.67 |
| Hex | A1 | 9B | BB | E | 11 | 0 | 1B | FB | 13 | 43 |
| Octal | 241 | 233 | 273 | 16 | 21 | 0 | 33 | 373 | 23 | 103 |
| Binary | 10100001 | 10011011 | 10111011 | 1110 | 10001 | 0 | 11011 | 11111011 | 10011 | 1000011 |
Color Harmonies of #A19BBB
Complementary color
Monochromatic Colors of #A19BBB
Black with #A19BBB
Text Example
Text Example
White with #A19BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BBB; }
p { color: rgb(161,155,187); }
H1.HeaderClassName
{
color: #A19BBB;
}
.AnyTagClassName
{
color: #A19BBB;
}
</style>
background-color css
<style>
a { background-color: #A19BBB; }
a { background-color: rgb(161,155,187); }
div.DivClassName
{
background-color: #A19BBB;
}
.BgClassName
{
background-color: #A19BBB;
}
</style>
border-color css
<style>
span { border-color: #A19BBB; }
span { border-color: rgb(161,155,187); }
td.TdClassName
{
border-color: #A19BBB;
}
.TagClassName
{
border-color: #A19BBB;
}
</style>