Shades of Logan #A09DBD
Tints of Logan #A09DBD
RGB
CMYK
RGB Variations
Color information
#A09DBD (or 0xA09DBD) is known color: Logan. HEX triplet: A0, 9D and BD. RGB value is (160,157,189). Sum of RGB (Red+Green+Blue) = 160+157+189=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #A09DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DBD is #5F6242. Grayscale: #A1A1A1. Windows color (decimal): -6251075 or 12426656. OLE color: 12426656.
HSL color Cylindrical-coordinate representation of color #A09DBD: hue angle of 245.62º 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 #A09DBD is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 157 | 189 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.26 |
| HSL | 245.63º | 0.2% | 0.68% | - |
| HSV(B) | 245.63º | 0.17% | 0.74% | - |
| XYZ | 35.74 | 35.26 | 53.07 | - |
| YUV | 161.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 189 | 0.15 | 0.17 | 0 | 0.26 | 245.63 | 0.2 | 0.68 |
| Hex | A0 | 9D | BD | F | 11 | 0 | 1A | F6 | 14 | 44 |
| Octal | 240 | 235 | 275 | 17 | 21 | 0 | 32 | 366 | 24 | 104 |
| Binary | 10100000 | 10011101 | 10111101 | 1111 | 10001 | 0 | 11010 | 11110110 | 10100 | 1000100 |
Color Harmonies of #A09DBD
Complementary color
Monochromatic Colors of #A09DBD
Black with #A09DBD
Text Example
Text Example
White with #A09DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DBD; }
p { color: rgb(160,157,189); }
H1.HeaderClassName
{
color: #A09DBD;
}
.AnyTagClassName
{
color: #A09DBD;
}
</style>
background-color css
<style>
a { background-color: #A09DBD; }
a { background-color: rgb(160,157,189); }
div.DivClassName
{
background-color: #A09DBD;
}
.BgClassName
{
background-color: #A09DBD;
}
</style>
border-color css
<style>
span { border-color: #A09DBD; }
span { border-color: rgb(160,157,189); }
td.TdClassName
{
border-color: #A09DBD;
}
.TagClassName
{
border-color: #A09DBD;
}
</style>