Shades of Logan #A1A4BF
Tints of Logan #A1A4BF
RGB
CMYK
RGB Variations
Color information
#A1A4BF (or 0xA1A4BF) is known color: Logan. HEX triplet: A1, A4 and BF. RGB value is (161,164,191). Sum of RGB (Red+Green+Blue) = 161+164+191=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #A1A4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A4BF is #5E5B40. Grayscale: #A6A6A6. Windows color (decimal): -6183745 or 12559521. OLE color: 12559521.
HSL color Cylindrical-coordinate representation of color #A1A4BF: hue angle of 234º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1A4BF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 164 | 191 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.25 |
| HSL | 234º | 0.19% | 0.69% | - |
| HSV(B) | 234º | 0.16% | 0.75% | - |
| XYZ | 37.38 | 37.89 | 54.63 | - |
| YUV | 166.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 191 | 0.16 | 0.14 | 0 | 0.25 | 234 | 0.19 | 0.69 |
| Hex | A1 | A4 | BF | 10 | E | 0 | 19 | EA | 13 | 45 |
| Octal | 241 | 244 | 277 | 20 | 16 | 0 | 31 | 352 | 23 | 105 |
| Binary | 10100001 | 10100100 | 10111111 | 10000 | 1110 | 0 | 11001 | 11101010 | 10011 | 1000101 |
Color Harmonies of #A1A4BF
Complementary color
Monochromatic Colors of #A1A4BF
Black with #A1A4BF
Text Example
Text Example
White with #A1A4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A4BF; }
p { color: rgb(161,164,191); }
H1.HeaderClassName
{
color: #A1A4BF;
}
.AnyTagClassName
{
color: #A1A4BF;
}
</style>
background-color css
<style>
a { background-color: #A1A4BF; }
a { background-color: rgb(161,164,191); }
div.DivClassName
{
background-color: #A1A4BF;
}
.BgClassName
{
background-color: #A1A4BF;
}
</style>
border-color css
<style>
span { border-color: #A1A4BF; }
span { border-color: rgb(161,164,191); }
td.TdClassName
{
border-color: #A1A4BF;
}
.TagClassName
{
border-color: #A1A4BF;
}
</style>