Shades of Logan #A19EBB
Tints of Logan #A19EBB
RGB
CMYK
RGB Variations
Color information
#A19EBB (or 0xA19EBB) is known color: Logan. HEX triplet: A1, 9E and BB. RGB value is (161,158,187). Sum of RGB (Red+Green+Blue) = 161+158+187=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #A19EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19EBB is #5E6144. Grayscale: #A2A2A2. Windows color (decimal): -6185285 or 12295841. OLE color: 12295841.
HSL color Cylindrical-coordinate representation of color #A19EBB: hue angle of 246.21º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A19EBB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 158 | 187 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.27 |
| HSL | 246.21º | 0.18% | 0.68% | - |
| HSV(B) | 246.21º | 0.16% | 0.73% | - |
| XYZ | 35.89 | 35.62 | 52 | - |
| YUV | 162.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 187 | 0.14 | 0.16 | 0 | 0.27 | 246.21 | 0.18 | 0.68 |
| Hex | A1 | 9E | BB | E | 10 | 0 | 1B | F6 | 12 | 44 |
| Octal | 241 | 236 | 273 | 16 | 20 | 0 | 33 | 366 | 22 | 104 |
| Binary | 10100001 | 10011110 | 10111011 | 1110 | 10000 | 0 | 11011 | 11110110 | 10010 | 1000100 |
Color Harmonies of #A19EBB
Complementary color
Monochromatic Colors of #A19EBB
Black with #A19EBB
Text Example
Text Example
White with #A19EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19EBB; }
p { color: rgb(161,158,187); }
H1.HeaderClassName
{
color: #A19EBB;
}
.AnyTagClassName
{
color: #A19EBB;
}
</style>
background-color css
<style>
a { background-color: #A19EBB; }
a { background-color: rgb(161,158,187); }
div.DivClassName
{
background-color: #A19EBB;
}
.BgClassName
{
background-color: #A19EBB;
}
</style>
border-color css
<style>
span { border-color: #A19EBB; }
span { border-color: rgb(161,158,187); }
td.TdClassName
{
border-color: #A19EBB;
}
.TagClassName
{
border-color: #A19EBB;
}
</style>