Shades of Logan #A099B7
Tints of Logan #A099B7
RGB
CMYK
RGB Variations
Color information
#A099B7 (or 0xA099B7) is known color: Logan. HEX triplet: A0, 99 and B7. RGB value is (160,153,183). Sum of RGB (Red+Green+Blue) = 160+153+183=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 183 - color contains mainly: blue. Hex color #A099B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099B7 is #5F6648. Grayscale: #9E9E9E. Windows color (decimal): -6252105 or 12032416. OLE color: 12032416.
HSL color Cylindrical-coordinate representation of color #A099B7: hue angle of 254º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A099B7 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 153 | 183 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.28 |
| HSL | 254º | 0.17% | 0.66% | - |
| HSV(B) | 254º | 0.16% | 0.72% | - |
| XYZ | 34.44 | 33.67 | 49.48 | - |
| YUV | 158.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 183 | 0.13 | 0.16 | 0 | 0.28 | 254 | 0.17 | 0.66 |
| Hex | A0 | 99 | B7 | D | 10 | 0 | 1C | FE | 11 | 42 |
| Octal | 240 | 231 | 267 | 15 | 20 | 0 | 34 | 376 | 21 | 102 |
| Binary | 10100000 | 10011001 | 10110111 | 1101 | 10000 | 0 | 11100 | 11111110 | 10001 | 1000010 |
Color Harmonies of #A099B7
Complementary color
Monochromatic Colors of #A099B7
Black with #A099B7
Text Example
Text Example
White with #A099B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099B7; }
p { color: rgb(160,153,183); }
H1.HeaderClassName
{
color: #A099B7;
}
.AnyTagClassName
{
color: #A099B7;
}
</style>
background-color css
<style>
a { background-color: #A099B7; }
a { background-color: rgb(160,153,183); }
div.DivClassName
{
background-color: #A099B7;
}
.BgClassName
{
background-color: #A099B7;
}
</style>
border-color css
<style>
span { border-color: #A099B7; }
span { border-color: rgb(160,153,183); }
td.TdClassName
{
border-color: #A099B7;
}
.TagClassName
{
border-color: #A099B7;
}
</style>