Shades of Logan #A09CB8
Tints of Logan #A09CB8
RGB
CMYK
RGB Variations
Color information
#A09CB8 (or 0xA09CB8) is known color: Logan. HEX triplet: A0, 9C and B8. RGB value is (160,156,184). Sum of RGB (Red+Green+Blue) = 160+156+184=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 184 - color contains mainly: blue. Hex color #A09CB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CB8 is #5F6347. Grayscale: #A0A0A0. Windows color (decimal): -6251336 or 12098720. OLE color: 12098720.
HSL color Cylindrical-coordinate representation of color #A09CB8: hue angle of 248.57º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A09CB8 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 156 | 184 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.28 |
| HSL | 248.57º | 0.16% | 0.67% | - |
| HSV(B) | 248.57º | 0.15% | 0.72% | - |
| XYZ | 35.04 | 34.71 | 50.2 | - |
| YUV | 160.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 184 | 0.13 | 0.15 | 0 | 0.28 | 248.57 | 0.16 | 0.67 |
| Hex | A0 | 9C | B8 | D | F | 0 | 1C | F9 | 10 | 43 |
| Octal | 240 | 234 | 270 | 15 | 17 | 0 | 34 | 371 | 20 | 103 |
| Binary | 10100000 | 10011100 | 10111000 | 1101 | 1111 | 0 | 11100 | 11111001 | 10000 | 1000011 |
Color Harmonies of #A09CB8
Complementary color
Monochromatic Colors of #A09CB8
Black with #A09CB8
Text Example
Text Example
White with #A09CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CB8; }
p { color: rgb(160,156,184); }
H1.HeaderClassName
{
color: #A09CB8;
}
.AnyTagClassName
{
color: #A09CB8;
}
</style>
background-color css
<style>
a { background-color: #A09CB8; }
a { background-color: rgb(160,156,184); }
div.DivClassName
{
background-color: #A09CB8;
}
.BgClassName
{
background-color: #A09CB8;
}
</style>
border-color css
<style>
span { border-color: #A09CB8; }
span { border-color: rgb(160,156,184); }
td.TdClassName
{
border-color: #A09CB8;
}
.TagClassName
{
border-color: #A09CB8;
}
</style>