Shades of Logan #A09DBE
Tints of Logan #A09DBE
RGB
CMYK
RGB Variations
Color information
#A09DBE (or 0xA09DBE) is known color: Logan. HEX triplet: A0, 9D and BE. RGB value is (160,157,190). Sum of RGB (Red+Green+Blue) = 160+157+190=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #A09DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DBE is #5F6241. Grayscale: #A1A1A1. Windows color (decimal): -6251074 or 12492192. OLE color: 12492192.
HSL color Cylindrical-coordinate representation of color #A09DBE: hue angle of 245.45º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A09DBE is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 157 | 190 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.25 |
| HSL | 245.45º | 0.2% | 0.68% | - |
| HSV(B) | 245.45º | 0.17% | 0.75% | - |
| XYZ | 35.85 | 35.31 | 53.64 | - |
| YUV | 161.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 190 | 0.16 | 0.17 | 0 | 0.25 | 245.45 | 0.2 | 0.68 |
| Hex | A0 | 9D | BE | 10 | 11 | 0 | 19 | F5 | 14 | 44 |
| Octal | 240 | 235 | 276 | 20 | 21 | 0 | 31 | 365 | 24 | 104 |
| Binary | 10100000 | 10011101 | 10111110 | 10000 | 10001 | 0 | 11001 | 11110101 | 10100 | 1000100 |
Color Harmonies of #A09DBE
Complementary color
Monochromatic Colors of #A09DBE
Black with #A09DBE
Text Example
Text Example
White with #A09DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DBE; }
p { color: rgb(160,157,190); }
H1.HeaderClassName
{
color: #A09DBE;
}
.AnyTagClassName
{
color: #A09DBE;
}
</style>
background-color css
<style>
a { background-color: #A09DBE; }
a { background-color: rgb(160,157,190); }
div.DivClassName
{
background-color: #A09DBE;
}
.BgClassName
{
background-color: #A09DBE;
}
</style>
border-color css
<style>
span { border-color: #A09DBE; }
span { border-color: rgb(160,157,190); }
td.TdClassName
{
border-color: #A09DBE;
}
.TagClassName
{
border-color: #A09DBE;
}
</style>