Shades of Logan #A3A4B4
Tints of Logan #A3A4B4
RGB
CMYK
RGB Variations
Color information
#A3A4B4 (or 0xA3A4B4) is known color: Logan. HEX triplet: A3, A4 and B4. RGB value is (163,164,180). Sum of RGB (Red+Green+Blue) = 163+164+180=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 180 - color contains mainly: blue. Hex color #A3A4B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A4B4 is #5C5B4B. Grayscale: #A5A5A5. Windows color (decimal): -6052684 or 11838627. OLE color: 11838627.
HSL color Cylindrical-coordinate representation of color #A3A4B4: hue angle of 236.47º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3A4B4 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 164 | 180 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.29 |
| HSL | 236.47º | 0.1% | 0.67% | - |
| HSV(B) | 236.47º | 0.09% | 0.71% | - |
| XYZ | 36.62 | 37.63 | 48.51 | - |
| YUV | 165.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 180 | 0.09 | 0.09 | 0 | 0.29 | 236.47 | 0.1 | 0.67 |
| Hex | A3 | A4 | B4 | 9 | 9 | 0 | 1D | EC | A | 43 |
| Octal | 243 | 244 | 264 | 11 | 11 | 0 | 35 | 354 | 12 | 103 |
| Binary | 10100011 | 10100100 | 10110100 | 1001 | 1001 | 0 | 11101 | 11101100 | 1010 | 1000011 |
Color Harmonies of #A3A4B4
Complementary color
Monochromatic Colors of #A3A4B4
Black with #A3A4B4
Text Example
Text Example
White with #A3A4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A4B4; }
p { color: rgb(163,164,180); }
H1.HeaderClassName
{
color: #A3A4B4;
}
.AnyTagClassName
{
color: #A3A4B4;
}
</style>
background-color css
<style>
a { background-color: #A3A4B4; }
a { background-color: rgb(163,164,180); }
div.DivClassName
{
background-color: #A3A4B4;
}
.BgClassName
{
background-color: #A3A4B4;
}
</style>
border-color css
<style>
span { border-color: #A3A4B4; }
span { border-color: rgb(163,164,180); }
td.TdClassName
{
border-color: #A3A4B4;
}
.TagClassName
{
border-color: #A3A4B4;
}
</style>