Shades of Logan #A19FB4
Tints of Logan #A19FB4
RGB
CMYK
RGB Variations
Color information
#A19FB4 (or 0xA19FB4) is known color: Logan. HEX triplet: A1, 9F and B4. RGB value is (161,159,180). Sum of RGB (Red+Green+Blue) = 161+159+180=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 180 - color contains mainly: blue. Hex color #A19FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FB4 is #5E604B. Grayscale: #A1A1A1. Windows color (decimal): -6185036 or 11837345. OLE color: 11837345.
HSL color Cylindrical-coordinate representation of color #A19FB4: hue angle of 245.71º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A19FB4 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 159 | 180 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.29 |
| HSL | 245.71º | 0.12% | 0.66% | - |
| HSV(B) | 245.71º | 0.12% | 0.71% | - |
| XYZ | 35.33 | 35.67 | 48.2 | - |
| YUV | 161.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 180 | 0.11 | 0.12 | 0 | 0.29 | 245.71 | 0.12 | 0.66 |
| Hex | A1 | 9F | B4 | B | C | 0 | 1D | F6 | C | 42 |
| Octal | 241 | 237 | 264 | 13 | 14 | 0 | 35 | 366 | 14 | 102 |
| Binary | 10100001 | 10011111 | 10110100 | 1011 | 1100 | 0 | 11101 | 11110110 | 1100 | 1000010 |
Color Harmonies of #A19FB4
Complementary color
Monochromatic Colors of #A19FB4
Black with #A19FB4
Text Example
Text Example
White with #A19FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FB4; }
p { color: rgb(161,159,180); }
H1.HeaderClassName
{
color: #A19FB4;
}
.AnyTagClassName
{
color: #A19FB4;
}
</style>
background-color css
<style>
a { background-color: #A19FB4; }
a { background-color: rgb(161,159,180); }
div.DivClassName
{
background-color: #A19FB4;
}
.BgClassName
{
background-color: #A19FB4;
}
</style>
border-color css
<style>
span { border-color: #A19FB4; }
span { border-color: rgb(161,159,180); }
td.TdClassName
{
border-color: #A19FB4;
}
.TagClassName
{
border-color: #A19FB4;
}
</style>