Shades of Logan #A098BB
Tints of Logan #A098BB
RGB
CMYK
RGB Variations
Color information
#A098BB (or 0xA098BB) is known color: Logan. HEX triplet: A0, 98 and BB. RGB value is (160,152,187). Sum of RGB (Red+Green+Blue) = 160+152+187=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #A098BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098BB is #5F6744. Grayscale: #9E9E9E. Windows color (decimal): -6252357 or 12294304. OLE color: 12294304.
HSL color Cylindrical-coordinate representation of color #A098BB: hue angle of 253.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A098BB is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 152 | 187 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.27 |
| HSL | 253.71º | 0.2% | 0.66% | - |
| HSV(B) | 253.71º | 0.19% | 0.73% | - |
| XYZ | 34.7 | 33.52 | 51.65 | - |
| YUV | 158.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 187 | 0.14 | 0.19 | 0 | 0.27 | 253.71 | 0.2 | 0.66 |
| Hex | A0 | 98 | BB | E | 13 | 0 | 1B | FE | 14 | 42 |
| Octal | 240 | 230 | 273 | 16 | 23 | 0 | 33 | 376 | 24 | 102 |
| Binary | 10100000 | 10011000 | 10111011 | 1110 | 10011 | 0 | 11011 | 11111110 | 10100 | 1000010 |
Color Harmonies of #A098BB
Complementary color
Monochromatic Colors of #A098BB
Black with #A098BB
Text Example
Text Example
White with #A098BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098BB; }
p { color: rgb(160,152,187); }
H1.HeaderClassName
{
color: #A098BB;
}
.AnyTagClassName
{
color: #A098BB;
}
</style>
background-color css
<style>
a { background-color: #A098BB; }
a { background-color: rgb(160,152,187); }
div.DivClassName
{
background-color: #A098BB;
}
.BgClassName
{
background-color: #A098BB;
}
</style>
border-color css
<style>
span { border-color: #A098BB; }
span { border-color: rgb(160,152,187); }
td.TdClassName
{
border-color: #A098BB;
}
.TagClassName
{
border-color: #A098BB;
}
</style>