Shades of Logan #A0A0B5
Tints of Logan #A0A0B5
RGB
CMYK
RGB Variations
Color information
#A0A0B5 (or 0xA0A0B5) is known color: Logan. HEX triplet: A0, A0 and B5. RGB value is (160,160,181). Sum of RGB (Red+Green+Blue) = 160+160+181=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 181 - color contains mainly: blue. Hex color #A0A0B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A0B5 is #5F5F4A. Grayscale: #A2A2A2. Windows color (decimal): -6250315 or 11903136. OLE color: 11903136.
HSL color Cylindrical-coordinate representation of color #A0A0B5: hue angle of 240º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0A0B5 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 160 | 181 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.29 |
| HSL | 240º | 0.12% | 0.67% | - |
| HSV(B) | 240º | 0.12% | 0.71% | - |
| XYZ | 35.41 | 35.95 | 48.79 | - |
| YUV | 162.39 | 138.5 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 181 | 0.12 | 0.12 | 0 | 0.29 | 240 | 0.12 | 0.67 |
| Hex | A0 | A0 | B5 | C | C | 0 | 1D | F0 | C | 43 |
| Octal | 240 | 240 | 265 | 14 | 14 | 0 | 35 | 360 | 14 | 103 |
| Binary | 10100000 | 10100000 | 10110101 | 1100 | 1100 | 0 | 11101 | 11110000 | 1100 | 1000011 |
Color Harmonies of #A0A0B5
Complementary color
Monochromatic Colors of #A0A0B5
Black with #A0A0B5
Text Example
Text Example
White with #A0A0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A0B5; }
p { color: rgb(160,160,181); }
H1.HeaderClassName
{
color: #A0A0B5;
}
.AnyTagClassName
{
color: #A0A0B5;
}
</style>
background-color css
<style>
a { background-color: #A0A0B5; }
a { background-color: rgb(160,160,181); }
div.DivClassName
{
background-color: #A0A0B5;
}
.BgClassName
{
background-color: #A0A0B5;
}
</style>
border-color css
<style>
span { border-color: #A0A0B5; }
span { border-color: rgb(160,160,181); }
td.TdClassName
{
border-color: #A0A0B5;
}
.TagClassName
{
border-color: #A0A0B5;
}
</style>