Shades of Logan #A09DBA
Tints of Logan #A09DBA
RGB
CMYK
RGB Variations
Color information
#A09DBA (or 0xA09DBA) is known color: Logan. HEX triplet: A0, 9D and BA. RGB value is (160,157,186). Sum of RGB (Red+Green+Blue) = 160+157+186=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #A09DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DBA is #5F6245. Grayscale: #A1A1A1. Windows color (decimal): -6251078 or 12230048. OLE color: 12230048.
HSL color Cylindrical-coordinate representation of color #A09DBA: hue angle of 246.21º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A09DBA is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 157 | 186 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.27 |
| HSL | 246.21º | 0.17% | 0.67% | - |
| HSV(B) | 246.21º | 0.16% | 0.73% | - |
| XYZ | 35.42 | 35.13 | 51.37 | - |
| YUV | 161.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 186 | 0.14 | 0.16 | 0 | 0.27 | 246.21 | 0.17 | 0.67 |
| Hex | A0 | 9D | BA | E | 10 | 0 | 1B | F6 | 11 | 43 |
| Octal | 240 | 235 | 272 | 16 | 20 | 0 | 33 | 366 | 21 | 103 |
| Binary | 10100000 | 10011101 | 10111010 | 1110 | 10000 | 0 | 11011 | 11110110 | 10001 | 1000011 |
Color Harmonies of #A09DBA
Complementary color
Monochromatic Colors of #A09DBA
Black with #A09DBA
Text Example
Text Example
White with #A09DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DBA; }
p { color: rgb(160,157,186); }
H1.HeaderClassName
{
color: #A09DBA;
}
.AnyTagClassName
{
color: #A09DBA;
}
</style>
background-color css
<style>
a { background-color: #A09DBA; }
a { background-color: rgb(160,157,186); }
div.DivClassName
{
background-color: #A09DBA;
}
.BgClassName
{
background-color: #A09DBA;
}
</style>
border-color css
<style>
span { border-color: #A09DBA; }
span { border-color: rgb(160,157,186); }
td.TdClassName
{
border-color: #A09DBA;
}
.TagClassName
{
border-color: #A09DBA;
}
</style>