Shades of Logan #A09FB4
Tints of Logan #A09FB4
RGB
CMYK
RGB Variations
Color information
#A09FB4 (or 0xA09FB4) is known color: Logan. HEX triplet: A0, 9F and B4. RGB value is (160,159,180). Sum of RGB (Red+Green+Blue) = 160+159+180=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #A09FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FB4 is #5F604B. Grayscale: #A1A1A1. Windows color (decimal): -6250572 or 11837344. OLE color: 11837344.
HSL color Cylindrical-coordinate representation of color #A09FB4: hue angle of 242.86º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A09FB4 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 159 | 180 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.29 |
| HSL | 242.86º | 0.12% | 0.66% | - |
| HSV(B) | 242.86º | 0.12% | 0.71% | - |
| XYZ | 35.13 | 35.57 | 48.19 | - |
| YUV | 161.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 180 | 0.11 | 0.12 | 0 | 0.29 | 242.86 | 0.12 | 0.66 |
| Hex | A0 | 9F | B4 | B | C | 0 | 1D | F3 | C | 42 |
| Octal | 240 | 237 | 264 | 13 | 14 | 0 | 35 | 363 | 14 | 102 |
| Binary | 10100000 | 10011111 | 10110100 | 1011 | 1100 | 0 | 11101 | 11110011 | 1100 | 1000010 |
Color Harmonies of #A09FB4
Complementary color
Monochromatic Colors of #A09FB4
Black with #A09FB4
Text Example
Text Example
White with #A09FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FB4; }
p { color: rgb(160,159,180); }
H1.HeaderClassName
{
color: #A09FB4;
}
.AnyTagClassName
{
color: #A09FB4;
}
</style>
background-color css
<style>
a { background-color: #A09FB4; }
a { background-color: rgb(160,159,180); }
div.DivClassName
{
background-color: #A09FB4;
}
.BgClassName
{
background-color: #A09FB4;
}
</style>
border-color css
<style>
span { border-color: #A09FB4; }
span { border-color: rgb(160,159,180); }
td.TdClassName
{
border-color: #A09FB4;
}
.TagClassName
{
border-color: #A09FB4;
}
</style>