Shades of Logan #A59EBC
Tints of Logan #A59EBC
RGB
CMYK
RGB Variations
Color information
#A59EBC (or 0xA59EBC) is known color: Logan. HEX triplet: A5, 9E and BC. RGB value is (165,158,188). Sum of RGB (Red+Green+Blue) = 165+158+188=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #A59EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EBC is #5A6143. Grayscale: #A3A3A3. Windows color (decimal): -5923140 or 12361381. OLE color: 12361381.
HSL color Cylindrical-coordinate representation of color #A59EBC: hue angle of 254º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A59EBC is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 158 | 188 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.26 |
| HSL | 254º | 0.18% | 0.68% | - |
| HSV(B) | 254º | 0.16% | 0.74% | - |
| XYZ | 36.82 | 36.08 | 52.6 | - |
| YUV | 163.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 188 | 0.12 | 0.16 | 0 | 0.26 | 254 | 0.18 | 0.68 |
| Hex | A5 | 9E | BC | C | 10 | 0 | 1A | FE | 12 | 44 |
| Octal | 245 | 236 | 274 | 14 | 20 | 0 | 32 | 376 | 22 | 104 |
| Binary | 10100101 | 10011110 | 10111100 | 1100 | 10000 | 0 | 11010 | 11111110 | 10010 | 1000100 |
Color Harmonies of #A59EBC
Complementary color
Monochromatic Colors of #A59EBC
Black with #A59EBC
Text Example
Text Example
White with #A59EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59EBC; }
p { color: rgb(165,158,188); }
H1.HeaderClassName
{
color: #A59EBC;
}
.AnyTagClassName
{
color: #A59EBC;
}
</style>
background-color css
<style>
a { background-color: #A59EBC; }
a { background-color: rgb(165,158,188); }
div.DivClassName
{
background-color: #A59EBC;
}
.BgClassName
{
background-color: #A59EBC;
}
</style>
border-color css
<style>
span { border-color: #A59EBC; }
span { border-color: rgb(165,158,188); }
td.TdClassName
{
border-color: #A59EBC;
}
.TagClassName
{
border-color: #A59EBC;
}
</style>