Shades of Logan #A19BBF
Tints of Logan #A19BBF
RGB
CMYK
RGB Variations
Color information
#A19BBF (or 0xA19BBF) is known color: Logan. HEX triplet: A1, 9B and BF. RGB value is (161,155,191). Sum of RGB (Red+Green+Blue) = 161+155+191=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 155 (60.94% from 255 or 30.57% 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 #A19BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BBF is #5E6440. Grayscale: #A0A0A0. Windows color (decimal): -6186049 or 12557217. OLE color: 12557217.
HSL color Cylindrical-coordinate representation of color #A19BBF: hue angle of 250º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A19BBF is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 155 | 191 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.25 |
| HSL | 250º | 0.22% | 0.68% | - |
| HSV(B) | 250º | 0.19% | 0.75% | - |
| XYZ | 35.82 | 34.78 | 54.12 | - |
| YUV | 160.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 191 | 0.16 | 0.19 | 0 | 0.25 | 250 | 0.22 | 0.68 |
| Hex | A1 | 9B | BF | 10 | 13 | 0 | 19 | FA | 16 | 44 |
| Octal | 241 | 233 | 277 | 20 | 23 | 0 | 31 | 372 | 26 | 104 |
| Binary | 10100001 | 10011011 | 10111111 | 10000 | 10011 | 0 | 11001 | 11111010 | 10110 | 1000100 |
Color Harmonies of #A19BBF
Complementary color
Monochromatic Colors of #A19BBF
Black with #A19BBF
Text Example
Text Example
White with #A19BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BBF; }
p { color: rgb(161,155,191); }
H1.HeaderClassName
{
color: #A19BBF;
}
.AnyTagClassName
{
color: #A19BBF;
}
</style>
background-color css
<style>
a { background-color: #A19BBF; }
a { background-color: rgb(161,155,191); }
div.DivClassName
{
background-color: #A19BBF;
}
.BgClassName
{
background-color: #A19BBF;
}
</style>
border-color css
<style>
span { border-color: #A19BBF; }
span { border-color: rgb(161,155,191); }
td.TdClassName
{
border-color: #A19BBF;
}
.TagClassName
{
border-color: #A19BBF;
}
</style>