Shades of Logan #A1A2B5
Tints of Logan #A1A2B5
RGB
CMYK
RGB Variations
Color information
#A1A2B5 (or 0xA1A2B5) is known color: Logan. HEX triplet: A1, A2 and B5. RGB value is (161,162,181). Sum of RGB (Red+Green+Blue) = 161+162+181=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 181 - color contains mainly: blue. Hex color #A1A2B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A2B5 is #5E5D4A. Grayscale: #A3A3A3. Windows color (decimal): -6184267 or 11903649. OLE color: 11903649.
HSL color Cylindrical-coordinate representation of color #A1A2B5: hue angle of 237º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1A2B5 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 161 | 162 | 181 | - |
CMYK | 0.11 | 0.10 | 0 | 0.29 |
HSL | 237º | 0.12% | 0.67% | - |
HSV(B) | 237º | 0.11% | 0.71% | - |
XYZ | 35.96 | 36.75 | 48.92 | - |
YUV | 163.87 | 137.67 | 125.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 162 | 181 | 0.11 | 0.10 | 0 | 0.29 | 237 | 0.12 | 0.67 |
Hex | A1 | A2 | B5 | B | A | 0 | 1D | ED | C | 43 |
Octal | 241 | 242 | 265 | 13 | 12 | 0 | 35 | 355 | 14 | 103 |
Binary | 10100001 | 10100010 | 10110101 | 1011 | 1010 | 0 | 11101 | 11101101 | 1100 | 1000011 |
Color Harmonies of #A1A2B5
Complementary color
Monochromatic Colors of #A1A2B5
Black with #A1A2B5
Text Example
Text Example
White with #A1A2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A2B5; }
p { color: rgb(161,162,181); }
H1.HeaderClassName
{
color: #A1A2B5;
}
.AnyTagClassName
{
color: #A1A2B5;
}
</style>
background-color css
<style>
a { background-color: #A1A2B5; }
a { background-color: rgb(161,162,181); }
div.DivClassName
{
background-color: #A1A2B5;
}
.BgClassName
{
background-color: #A1A2B5;
}
</style>
border-color css
<style>
span { border-color: #A1A2B5; }
span { border-color: rgb(161,162,181); }
td.TdClassName
{
border-color: #A1A2B5;
}
.TagClassName
{
border-color: #A1A2B5;
}
</style>