Shades of Logan #A09FBE
Tints of Logan #A09FBE
RGB
CMYK
RGB Variations
Color information
#A09FBE (or 0xA09FBE) is known color: Logan. HEX triplet: A0, 9F and BE. RGB value is (160,159,190). Sum of RGB (Red+Green+Blue) = 160+159+190=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #A09FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FBE is #5F6041. Grayscale: #A2A2A2. Windows color (decimal): -6250562 or 12492704. OLE color: 12492704.
HSL color Cylindrical-coordinate representation of color #A09FBE: hue angle of 241.94º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A09FBE is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 159 | 190 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.25 |
| HSL | 241.94º | 0.19% | 0.68% | - |
| HSV(B) | 241.94º | 0.16% | 0.75% | - |
| XYZ | 36.19 | 35.99 | 53.75 | - |
| YUV | 162.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 190 | 0.16 | 0.16 | 0 | 0.25 | 241.94 | 0.19 | 0.68 |
| Hex | A0 | 9F | BE | 10 | 10 | 0 | 19 | F2 | 13 | 44 |
| Octal | 240 | 237 | 276 | 20 | 20 | 0 | 31 | 362 | 23 | 104 |
| Binary | 10100000 | 10011111 | 10111110 | 10000 | 10000 | 0 | 11001 | 11110010 | 10011 | 1000100 |
Color Harmonies of #A09FBE
Complementary color
Monochromatic Colors of #A09FBE
Black with #A09FBE
Text Example
Text Example
White with #A09FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FBE; }
p { color: rgb(160,159,190); }
H1.HeaderClassName
{
color: #A09FBE;
}
.AnyTagClassName
{
color: #A09FBE;
}
</style>
background-color css
<style>
a { background-color: #A09FBE; }
a { background-color: rgb(160,159,190); }
div.DivClassName
{
background-color: #A09FBE;
}
.BgClassName
{
background-color: #A09FBE;
}
</style>
border-color css
<style>
span { border-color: #A09FBE; }
span { border-color: rgb(160,159,190); }
td.TdClassName
{
border-color: #A09FBE;
}
.TagClassName
{
border-color: #A09FBE;
}
</style>