Shades of Logan #A099BA
Tints of Logan #A099BA
RGB
CMYK
RGB Variations
Color information
#A099BA (or 0xA099BA) is known color: Logan. HEX triplet: A0, 99 and BA. RGB value is (160,153,186). Sum of RGB (Red+Green+Blue) = 160+153+186=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #A099BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099BA is #5F6645. Grayscale: #9E9E9E. Windows color (decimal): -6252102 or 12229024. OLE color: 12229024.
HSL color Cylindrical-coordinate representation of color #A099BA: hue angle of 252.73º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A099BA is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 153 | 186 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.27 |
| HSL | 252.73º | 0.19% | 0.66% | - |
| HSV(B) | 252.73º | 0.18% | 0.73% | - |
| XYZ | 34.75 | 33.8 | 51.15 | - |
| YUV | 158.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 186 | 0.14 | 0.18 | 0 | 0.27 | 252.73 | 0.19 | 0.66 |
| Hex | A0 | 99 | BA | E | 12 | 0 | 1B | FD | 13 | 42 |
| Octal | 240 | 231 | 272 | 16 | 22 | 0 | 33 | 375 | 23 | 102 |
| Binary | 10100000 | 10011001 | 10111010 | 1110 | 10010 | 0 | 11011 | 11111101 | 10011 | 1000010 |
Color Harmonies of #A099BA
Complementary color
Monochromatic Colors of #A099BA
Black with #A099BA
Text Example
Text Example
White with #A099BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099BA; }
p { color: rgb(160,153,186); }
H1.HeaderClassName
{
color: #A099BA;
}
.AnyTagClassName
{
color: #A099BA;
}
</style>
background-color css
<style>
a { background-color: #A099BA; }
a { background-color: rgb(160,153,186); }
div.DivClassName
{
background-color: #A099BA;
}
.BgClassName
{
background-color: #A099BA;
}
</style>
border-color css
<style>
span { border-color: #A099BA; }
span { border-color: rgb(160,153,186); }
td.TdClassName
{
border-color: #A099BA;
}
.TagClassName
{
border-color: #A099BA;
}
</style>