Shades of Logan #A4A6BB
Tints of Logan #A4A6BB
RGB
CMYK
RGB Variations
Color information
#A4A6BB (or 0xA4A6BB) is known color: Logan. HEX triplet: A4, A6 and BB. RGB value is (164,166,187). Sum of RGB (Red+Green+Blue) = 164+166+187=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4A6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A6BB is #5B5944. Grayscale: #A7A7A7. Windows color (decimal): -5986629 or 12297892. OLE color: 12297892.
HSL color Cylindrical-coordinate representation of color #A4A6BB: hue angle of 234.78º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4A6BB is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 166 | 187 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.27 |
| HSL | 234.78º | 0.14% | 0.69% | - |
| HSV(B) | 234.78º | 0.12% | 0.73% | - |
| XYZ | 37.92 | 38.75 | 52.5 | - |
| YUV | 167.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 187 | 0.12 | 0.11 | 0 | 0.27 | 234.78 | 0.14 | 0.69 |
| Hex | A4 | A6 | BB | C | B | 0 | 1B | EB | E | 45 |
| Octal | 244 | 246 | 273 | 14 | 13 | 0 | 33 | 353 | 16 | 105 |
| Binary | 10100100 | 10100110 | 10111011 | 1100 | 1011 | 0 | 11011 | 11101011 | 1110 | 1000101 |
Color Harmonies of #A4A6BB
Complementary color
Monochromatic Colors of #A4A6BB
Black with #A4A6BB
Text Example
Text Example
White with #A4A6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A6BB; }
p { color: rgb(164,166,187); }
H1.HeaderClassName
{
color: #A4A6BB;
}
.AnyTagClassName
{
color: #A4A6BB;
}
</style>
background-color css
<style>
a { background-color: #A4A6BB; }
a { background-color: rgb(164,166,187); }
div.DivClassName
{
background-color: #A4A6BB;
}
.BgClassName
{
background-color: #A4A6BB;
}
</style>
border-color css
<style>
span { border-color: #A4A6BB; }
span { border-color: rgb(164,166,187); }
td.TdClassName
{
border-color: #A4A6BB;
}
.TagClassName
{
border-color: #A4A6BB;
}
</style>