Shades of Logan #A4A0BC
Tints of Logan #A4A0BC
RGB
CMYK
RGB Variations
Color information
#A4A0BC (or 0xA4A0BC) is known color: Logan. HEX triplet: A4, A0 and BC. RGB value is (164,160,188). Sum of RGB (Red+Green+Blue) = 164+160+188=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #A4A0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A0BC is #5B5F43. Grayscale: #A4A4A4. Windows color (decimal): -5988164 or 12361892. OLE color: 12361892.
HSL color Cylindrical-coordinate representation of color #A4A0BC: hue angle of 248.57º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4A0BC is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 160 | 188 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.26 |
| HSL | 248.57º | 0.17% | 0.68% | - |
| HSV(B) | 248.57º | 0.15% | 0.74% | - |
| XYZ | 36.96 | 36.66 | 52.71 | - |
| YUV | 164.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 160 | 188 | 0.13 | 0.15 | 0 | 0.26 | 248.57 | 0.17 | 0.68 |
| Hex | A4 | A0 | BC | D | F | 0 | 1A | F9 | 11 | 44 |
| Octal | 244 | 240 | 274 | 15 | 17 | 0 | 32 | 371 | 21 | 104 |
| Binary | 10100100 | 10100000 | 10111100 | 1101 | 1111 | 0 | 11010 | 11111001 | 10001 | 1000100 |
Color Harmonies of #A4A0BC
Complementary color
Monochromatic Colors of #A4A0BC
Black with #A4A0BC
Text Example
Text Example
White with #A4A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A0BC; }
p { color: rgb(164,160,188); }
H1.HeaderClassName
{
color: #A4A0BC;
}
.AnyTagClassName
{
color: #A4A0BC;
}
</style>
background-color css
<style>
a { background-color: #A4A0BC; }
a { background-color: rgb(164,160,188); }
div.DivClassName
{
background-color: #A4A0BC;
}
.BgClassName
{
background-color: #A4A0BC;
}
</style>
border-color css
<style>
span { border-color: #A4A0BC; }
span { border-color: rgb(164,160,188); }
td.TdClassName
{
border-color: #A4A0BC;
}
.TagClassName
{
border-color: #A4A0BC;
}
</style>