Shades of Logan #A3A3BA
Tints of Logan #A3A3BA
RGB
CMYK
RGB Variations
Color information
#A3A3BA (or 0xA3A3BA) is known color: Logan. HEX triplet: A3, A3 and BA. RGB value is (163,163,186). Sum of RGB (Red+Green+Blue) = 163+163+186=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #A3A3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A3BA is #5C5C45. Grayscale: #A5A5A5. Windows color (decimal): -6052934 or 12231587. OLE color: 12231587.
HSL color Cylindrical-coordinate representation of color #A3A3BA: hue angle of 240º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3A3BA is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 163 | 186 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.27 |
| HSL | 240º | 0.14% | 0.68% | - |
| HSV(B) | 240º | 0.12% | 0.73% | - |
| XYZ | 37.06 | 37.53 | 51.74 | - |
| YUV | 165.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 163 | 186 | 0.12 | 0.12 | 0 | 0.27 | 240 | 0.14 | 0.68 |
| Hex | A3 | A3 | BA | C | C | 0 | 1B | F0 | E | 44 |
| Octal | 243 | 243 | 272 | 14 | 14 | 0 | 33 | 360 | 16 | 104 |
| Binary | 10100011 | 10100011 | 10111010 | 1100 | 1100 | 0 | 11011 | 11110000 | 1110 | 1000100 |
Color Harmonies of #A3A3BA
Complementary color
Monochromatic Colors of #A3A3BA
Black with #A3A3BA
Text Example
Text Example
White with #A3A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A3BA; }
p { color: rgb(163,163,186); }
H1.HeaderClassName
{
color: #A3A3BA;
}
.AnyTagClassName
{
color: #A3A3BA;
}
</style>
background-color css
<style>
a { background-color: #A3A3BA; }
a { background-color: rgb(163,163,186); }
div.DivClassName
{
background-color: #A3A3BA;
}
.BgClassName
{
background-color: #A3A3BA;
}
</style>
border-color css
<style>
span { border-color: #A3A3BA; }
span { border-color: rgb(163,163,186); }
td.TdClassName
{
border-color: #A3A3BA;
}
.TagClassName
{
border-color: #A3A3BA;
}
</style>