Shades of Logan #A7A6BC
Tints of Logan #A7A6BC
RGB
CMYK
RGB Variations
Color information
#A7A6BC (or 0xA7A6BC) is known color: Logan. HEX triplet: A7, A6 and BC. RGB value is (167,166,188). Sum of RGB (Red+Green+Blue) = 167+166+188=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #A7A6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A6BC is #585943. Grayscale: #A8A8A8. Windows color (decimal): -5790020 or 12363431. OLE color: 12363431.
HSL color Cylindrical-coordinate representation of color #A7A6BC: hue angle of 242.73º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7A6BC is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 166 | 188 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.26 |
| HSL | 242.73º | 0.14% | 0.69% | - |
| HSV(B) | 242.73º | 0.12% | 0.74% | - |
| XYZ | 38.65 | 39.12 | 53.09 | - |
| YUV | 168.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 166 | 188 | 0.11 | 0.12 | 0 | 0.26 | 242.73 | 0.14 | 0.69 |
| Hex | A7 | A6 | BC | B | C | 0 | 1A | F3 | E | 45 |
| Octal | 247 | 246 | 274 | 13 | 14 | 0 | 32 | 363 | 16 | 105 |
| Binary | 10100111 | 10100110 | 10111100 | 1011 | 1100 | 0 | 11010 | 11110011 | 1110 | 1000101 |
Color Harmonies of #A7A6BC
Complementary color
Monochromatic Colors of #A7A6BC
Black with #A7A6BC
Text Example
Text Example
White with #A7A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A6BC; }
p { color: rgb(167,166,188); }
H1.HeaderClassName
{
color: #A7A6BC;
}
.AnyTagClassName
{
color: #A7A6BC;
}
</style>
background-color css
<style>
a { background-color: #A7A6BC; }
a { background-color: rgb(167,166,188); }
div.DivClassName
{
background-color: #A7A6BC;
}
.BgClassName
{
background-color: #A7A6BC;
}
</style>
border-color css
<style>
span { border-color: #A7A6BC; }
span { border-color: rgb(167,166,188); }
td.TdClassName
{
border-color: #A7A6BC;
}
.TagClassName
{
border-color: #A7A6BC;
}
</style>