Shades of Logan #A19EBF
Tints of Logan #A19EBF
RGB
CMYK
RGB Variations
Color information
#A19EBF (or 0xA19EBF) is known color: Logan. HEX triplet: A1, 9E and BF. RGB value is (161,158,191). Sum of RGB (Red+Green+Blue) = 161+158+191=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 158 (62.11% from 255 or 30.98% 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 #A19EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19EBF is #5E6140. Grayscale: #A2A2A2. Windows color (decimal): -6185281 or 12557985. OLE color: 12557985.
HSL color Cylindrical-coordinate representation of color #A19EBF: hue angle of 245.45º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A19EBF is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 158 | 191 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.25 |
| HSL | 245.45º | 0.2% | 0.68% | - |
| HSV(B) | 245.45º | 0.17% | 0.75% | - |
| XYZ | 36.33 | 35.79 | 54.28 | - |
| YUV | 162.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 191 | 0.16 | 0.17 | 0 | 0.25 | 245.45 | 0.2 | 0.68 |
| Hex | A1 | 9E | BF | 10 | 11 | 0 | 19 | F5 | 14 | 44 |
| Octal | 241 | 236 | 277 | 20 | 21 | 0 | 31 | 365 | 24 | 104 |
| Binary | 10100001 | 10011110 | 10111111 | 10000 | 10001 | 0 | 11001 | 11110101 | 10100 | 1000100 |
Color Harmonies of #A19EBF
Complementary color
Monochromatic Colors of #A19EBF
Black with #A19EBF
Text Example
Text Example
White with #A19EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19EBF; }
p { color: rgb(161,158,191); }
H1.HeaderClassName
{
color: #A19EBF;
}
.AnyTagClassName
{
color: #A19EBF;
}
</style>
background-color css
<style>
a { background-color: #A19EBF; }
a { background-color: rgb(161,158,191); }
div.DivClassName
{
background-color: #A19EBF;
}
.BgClassName
{
background-color: #A19EBF;
}
</style>
border-color css
<style>
span { border-color: #A19EBF; }
span { border-color: rgb(161,158,191); }
td.TdClassName
{
border-color: #A19EBF;
}
.TagClassName
{
border-color: #A19EBF;
}
</style>