Shades of Logan #A09CBD
Tints of Logan #A09CBD
RGB
CMYK
RGB Variations
Color information
#A09CBD (or 0xA09CBD) is known color: Logan. HEX triplet: A0, 9C and BD. RGB value is (160,156,189). Sum of RGB (Red+Green+Blue) = 160+156+189=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #A09CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CBD is #5F6342. Grayscale: #A0A0A0. Windows color (decimal): -6251331 or 12426400. OLE color: 12426400.
HSL color Cylindrical-coordinate representation of color #A09CBD: hue angle of 247.27º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A09CBD is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 156 | 189 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.26 |
| HSL | 247.27º | 0.2% | 0.68% | - |
| HSV(B) | 247.27º | 0.17% | 0.74% | - |
| XYZ | 35.57 | 34.92 | 53.01 | - |
| YUV | 160.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 189 | 0.15 | 0.17 | 0 | 0.26 | 247.27 | 0.2 | 0.68 |
| Hex | A0 | 9C | BD | F | 11 | 0 | 1A | F7 | 14 | 44 |
| Octal | 240 | 234 | 275 | 17 | 21 | 0 | 32 | 367 | 24 | 104 |
| Binary | 10100000 | 10011100 | 10111101 | 1111 | 10001 | 0 | 11010 | 11110111 | 10100 | 1000100 |
Color Harmonies of #A09CBD
Complementary color
Monochromatic Colors of #A09CBD
Black with #A09CBD
Text Example
Text Example
White with #A09CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CBD; }
p { color: rgb(160,156,189); }
H1.HeaderClassName
{
color: #A09CBD;
}
.AnyTagClassName
{
color: #A09CBD;
}
</style>
background-color css
<style>
a { background-color: #A09CBD; }
a { background-color: rgb(160,156,189); }
div.DivClassName
{
background-color: #A09CBD;
}
.BgClassName
{
background-color: #A09CBD;
}
</style>
border-color css
<style>
span { border-color: #A09CBD; }
span { border-color: rgb(160,156,189); }
td.TdClassName
{
border-color: #A09CBD;
}
.TagClassName
{
border-color: #A09CBD;
}
</style>