Shades of Logan #A3A5BC
Tints of Logan #A3A5BC
RGB
CMYK
RGB Variations
Color information
#A3A5BC (or 0xA3A5BC) is known color: Logan. HEX triplet: A3, A5 and BC. RGB value is (163,165,188). Sum of RGB (Red+Green+Blue) = 163+165+188=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3A5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A5BC is #5C5A43. Grayscale: #A6A6A6. Windows color (decimal): -6052420 or 12363171. OLE color: 12363171.
HSL color Cylindrical-coordinate representation of color #A3A5BC: hue angle of 235.2º 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 #A3A5BC is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 165 | 188 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.26 |
| HSL | 235.2º | 0.16% | 0.69% | - |
| HSV(B) | 235.2º | 0.13% | 0.74% | - |
| XYZ | 37.64 | 38.33 | 52.99 | - |
| YUV | 167.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 165 | 188 | 0.13 | 0.12 | 0 | 0.26 | 235.2 | 0.16 | 0.69 |
| Hex | A3 | A5 | BC | D | C | 0 | 1A | EB | 10 | 45 |
| Octal | 243 | 245 | 274 | 15 | 14 | 0 | 32 | 353 | 20 | 105 |
| Binary | 10100011 | 10100101 | 10111100 | 1101 | 1100 | 0 | 11010 | 11101011 | 10000 | 1000101 |
Color Harmonies of #A3A5BC
Complementary color
Monochromatic Colors of #A3A5BC
Black with #A3A5BC
Text Example
Text Example
White with #A3A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A5BC; }
p { color: rgb(163,165,188); }
H1.HeaderClassName
{
color: #A3A5BC;
}
.AnyTagClassName
{
color: #A3A5BC;
}
</style>
background-color css
<style>
a { background-color: #A3A5BC; }
a { background-color: rgb(163,165,188); }
div.DivClassName
{
background-color: #A3A5BC;
}
.BgClassName
{
background-color: #A3A5BC;
}
</style>
border-color css
<style>
span { border-color: #A3A5BC; }
span { border-color: rgb(163,165,188); }
td.TdClassName
{
border-color: #A3A5BC;
}
.TagClassName
{
border-color: #A3A5BC;
}
</style>