Shades of Logan #A59FBC
Tints of Logan #A59FBC
RGB
CMYK
RGB Variations
Color information
#A59FBC (or 0xA59FBC) is known color: Logan. HEX triplet: A5, 9F and BC. RGB value is (165,159,188). Sum of RGB (Red+Green+Blue) = 165+159+188=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #A59FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FBC is #5A6043. Grayscale: #A3A3A3. Windows color (decimal): -5922884 or 12361637. OLE color: 12361637.
HSL color Cylindrical-coordinate representation of color #A59FBC: hue angle of 252.41º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A59FBC is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 159 | 188 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.26 |
| HSL | 252.41º | 0.18% | 0.68% | - |
| HSV(B) | 252.41º | 0.15% | 0.74% | - |
| XYZ | 36.99 | 36.43 | 52.66 | - |
| YUV | 164.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 188 | 0.12 | 0.15 | 0 | 0.26 | 252.41 | 0.18 | 0.68 |
| Hex | A5 | 9F | BC | C | F | 0 | 1A | FC | 12 | 44 |
| Octal | 245 | 237 | 274 | 14 | 17 | 0 | 32 | 374 | 22 | 104 |
| Binary | 10100101 | 10011111 | 10111100 | 1100 | 1111 | 0 | 11010 | 11111100 | 10010 | 1000100 |
Color Harmonies of #A59FBC
Complementary color
Monochromatic Colors of #A59FBC
Black with #A59FBC
Text Example
Text Example
White with #A59FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59FBC; }
p { color: rgb(165,159,188); }
H1.HeaderClassName
{
color: #A59FBC;
}
.AnyTagClassName
{
color: #A59FBC;
}
</style>
background-color css
<style>
a { background-color: #A59FBC; }
a { background-color: rgb(165,159,188); }
div.DivClassName
{
background-color: #A59FBC;
}
.BgClassName
{
background-color: #A59FBC;
}
</style>
border-color css
<style>
span { border-color: #A59FBC; }
span { border-color: rgb(165,159,188); }
td.TdClassName
{
border-color: #A59FBC;
}
.TagClassName
{
border-color: #A59FBC;
}
</style>