Shades of Logan #A099BC
Tints of Logan #A099BC
RGB
CMYK
RGB Variations
Color information
#A099BC (or 0xA099BC) is known color: Logan. HEX triplet: A0, 99 and BC. RGB value is (160,153,188). Sum of RGB (Red+Green+Blue) = 160+153+188=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #A099BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099BC is #5F6643. Grayscale: #9E9E9E. Windows color (decimal): -6252100 or 12360096. OLE color: 12360096.
HSL color Cylindrical-coordinate representation of color #A099BC: hue angle of 252º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A099BC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 153 | 188 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.26 |
| HSL | 252º | 0.21% | 0.67% | - |
| HSV(B) | 252º | 0.19% | 0.74% | - |
| XYZ | 34.97 | 33.89 | 52.27 | - |
| YUV | 159.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 188 | 0.15 | 0.19 | 0 | 0.26 | 252 | 0.21 | 0.67 |
| Hex | A0 | 99 | BC | F | 13 | 0 | 1A | FC | 15 | 43 |
| Octal | 240 | 231 | 274 | 17 | 23 | 0 | 32 | 374 | 25 | 103 |
| Binary | 10100000 | 10011001 | 10111100 | 1111 | 10011 | 0 | 11010 | 11111100 | 10101 | 1000011 |
Color Harmonies of #A099BC
Complementary color
Monochromatic Colors of #A099BC
Black with #A099BC
Text Example
Text Example
White with #A099BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099BC; }
p { color: rgb(160,153,188); }
H1.HeaderClassName
{
color: #A099BC;
}
.AnyTagClassName
{
color: #A099BC;
}
</style>
background-color css
<style>
a { background-color: #A099BC; }
a { background-color: rgb(160,153,188); }
div.DivClassName
{
background-color: #A099BC;
}
.BgClassName
{
background-color: #A099BC;
}
</style>
border-color css
<style>
span { border-color: #A099BC; }
span { border-color: rgb(160,153,188); }
td.TdClassName
{
border-color: #A099BC;
}
.TagClassName
{
border-color: #A099BC;
}
</style>