Shades of Logan #A09FB3
Tints of Logan #A09FB3
RGB
CMYK
RGB Variations
Color information
#A09FB3 (or 0xA09FB3) is known color: Logan. HEX triplet: A0, 9F and B3. RGB value is (160,159,179). Sum of RGB (Red+Green+Blue) = 160+159+179=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 179 - color contains mainly: blue. Hex color #A09FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FB3 is #5F604C. Grayscale: #A1A1A1. Windows color (decimal): -6250573 or 11771808. OLE color: 11771808.
HSL color Cylindrical-coordinate representation of color #A09FB3: hue angle of 243º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A09FB3 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 159 | 179 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.30 |
| HSL | 243º | 0.12% | 0.66% | - |
| HSV(B) | 243º | 0.11% | 0.7% | - |
| XYZ | 35.03 | 35.52 | 47.66 | - |
| YUV | 161.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 179 | 0.11 | 0.11 | 0 | 0.30 | 243 | 0.12 | 0.66 |
| Hex | A0 | 9F | B3 | B | B | 0 | 1E | F3 | C | 42 |
| Octal | 240 | 237 | 263 | 13 | 13 | 0 | 36 | 363 | 14 | 102 |
| Binary | 10100000 | 10011111 | 10110011 | 1011 | 1011 | 0 | 11110 | 11110011 | 1100 | 1000010 |
Color Harmonies of #A09FB3
Complementary color
Monochromatic Colors of #A09FB3
Black with #A09FB3
Text Example
Text Example
White with #A09FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FB3; }
p { color: rgb(160,159,179); }
H1.HeaderClassName
{
color: #A09FB3;
}
.AnyTagClassName
{
color: #A09FB3;
}
</style>
background-color css
<style>
a { background-color: #A09FB3; }
a { background-color: rgb(160,159,179); }
div.DivClassName
{
background-color: #A09FB3;
}
.BgClassName
{
background-color: #A09FB3;
}
</style>
border-color css
<style>
span { border-color: #A09FB3; }
span { border-color: rgb(160,159,179); }
td.TdClassName
{
border-color: #A09FB3;
}
.TagClassName
{
border-color: #A09FB3;
}
</style>