Shades of Logan #A19FB6
Tints of Logan #A19FB6
RGB
CMYK
RGB Variations
Color information
#A19FB6 (or 0xA19FB6) is known color: Logan. HEX triplet: A1, 9F and B6. RGB value is (161,159,182). Sum of RGB (Red+Green+Blue) = 161+159+182=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 182 - color contains mainly: blue. Hex color #A19FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FB6 is #5E6049. Grayscale: #A2A2A2. Windows color (decimal): -6185034 or 11968417. OLE color: 11968417.
HSL color Cylindrical-coordinate representation of color #A19FB6: hue angle of 245.22º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A19FB6 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 159 | 182 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.29 |
| HSL | 245.22º | 0.14% | 0.67% | - |
| HSV(B) | 245.22º | 0.13% | 0.71% | - |
| XYZ | 35.54 | 35.75 | 49.28 | - |
| YUV | 162.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 182 | 0.12 | 0.13 | 0 | 0.29 | 245.22 | 0.14 | 0.67 |
| Hex | A1 | 9F | B6 | C | D | 0 | 1D | F5 | E | 43 |
| Octal | 241 | 237 | 266 | 14 | 15 | 0 | 35 | 365 | 16 | 103 |
| Binary | 10100001 | 10011111 | 10110110 | 1100 | 1101 | 0 | 11101 | 11110101 | 1110 | 1000011 |
Color Harmonies of #A19FB6
Complementary color
Monochromatic Colors of #A19FB6
Black with #A19FB6
Text Example
Text Example
White with #A19FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FB6; }
p { color: rgb(161,159,182); }
H1.HeaderClassName
{
color: #A19FB6;
}
.AnyTagClassName
{
color: #A19FB6;
}
</style>
background-color css
<style>
a { background-color: #A19FB6; }
a { background-color: rgb(161,159,182); }
div.DivClassName
{
background-color: #A19FB6;
}
.BgClassName
{
background-color: #A19FB6;
}
</style>
border-color css
<style>
span { border-color: #A19FB6; }
span { border-color: rgb(161,159,182); }
td.TdClassName
{
border-color: #A19FB6;
}
.TagClassName
{
border-color: #A19FB6;
}
</style>