Shades of Logan #A4A3BC
Tints of Logan #A4A3BC
RGB
CMYK
RGB Variations
Color information
#A4A3BC (or 0xA4A3BC) is known color: Logan. HEX triplet: A4, A3 and BC. RGB value is (164,163,188). Sum of RGB (Red+Green+Blue) = 164+163+188=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #A4A3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A3BC is #5B5C43. Grayscale: #A6A6A6. Windows color (decimal): -5987396 or 12362660. OLE color: 12362660.
HSL color Cylindrical-coordinate representation of color #A4A3BC: hue angle of 242.4º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4A3BC is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 163 | 188 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.26 |
| HSL | 242.4º | 0.16% | 0.69% | - |
| HSV(B) | 242.4º | 0.13% | 0.74% | - |
| XYZ | 37.48 | 37.72 | 52.88 | - |
| YUV | 166.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 188 | 0.13 | 0.13 | 0 | 0.26 | 242.4 | 0.16 | 0.69 |
| Hex | A4 | A3 | BC | D | D | 0 | 1A | F2 | 10 | 45 |
| Octal | 244 | 243 | 274 | 15 | 15 | 0 | 32 | 362 | 20 | 105 |
| Binary | 10100100 | 10100011 | 10111100 | 1101 | 1101 | 0 | 11010 | 11110010 | 10000 | 1000101 |
Color Harmonies of #A4A3BC
Complementary color
Monochromatic Colors of #A4A3BC
Black with #A4A3BC
Text Example
Text Example
White with #A4A3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A3BC; }
p { color: rgb(164,163,188); }
H1.HeaderClassName
{
color: #A4A3BC;
}
.AnyTagClassName
{
color: #A4A3BC;
}
</style>
background-color css
<style>
a { background-color: #A4A3BC; }
a { background-color: rgb(164,163,188); }
div.DivClassName
{
background-color: #A4A3BC;
}
.BgClassName
{
background-color: #A4A3BC;
}
</style>
border-color css
<style>
span { border-color: #A4A3BC; }
span { border-color: rgb(164,163,188); }
td.TdClassName
{
border-color: #A4A3BC;
}
.TagClassName
{
border-color: #A4A3BC;
}
</style>