Shades of Logan #A098BC
Tints of Logan #A098BC
RGB
CMYK
RGB Variations
Color information
#A098BC (or 0xA098BC) is known color: Logan. HEX triplet: A0, 98 and BC. RGB value is (160,152,188). Sum of RGB (Red+Green+Blue) = 160+152+188=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #A098BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098BC is #5F6743. Grayscale: #9E9E9E. Windows color (decimal): -6252356 or 12359840. OLE color: 12359840.
HSL color Cylindrical-coordinate representation of color #A098BC: hue angle of 253.33º 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 #A098BC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 152 | 188 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.26 |
| HSL | 253.33º | 0.21% | 0.67% | - |
| HSV(B) | 253.33º | 0.19% | 0.74% | - |
| XYZ | 34.8 | 33.56 | 52.22 | - |
| YUV | 158.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 188 | 0.15 | 0.19 | 0 | 0.26 | 253.33 | 0.21 | 0.67 |
| Hex | A0 | 98 | BC | F | 13 | 0 | 1A | FD | 15 | 43 |
| Octal | 240 | 230 | 274 | 17 | 23 | 0 | 32 | 375 | 25 | 103 |
| Binary | 10100000 | 10011000 | 10111100 | 1111 | 10011 | 0 | 11010 | 11111101 | 10101 | 1000011 |
Color Harmonies of #A098BC
Complementary color
Monochromatic Colors of #A098BC
Black with #A098BC
Text Example
Text Example
White with #A098BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098BC; }
p { color: rgb(160,152,188); }
H1.HeaderClassName
{
color: #A098BC;
}
.AnyTagClassName
{
color: #A098BC;
}
</style>
background-color css
<style>
a { background-color: #A098BC; }
a { background-color: rgb(160,152,188); }
div.DivClassName
{
background-color: #A098BC;
}
.BgClassName
{
background-color: #A098BC;
}
</style>
border-color css
<style>
span { border-color: #A098BC; }
span { border-color: rgb(160,152,188); }
td.TdClassName
{
border-color: #A098BC;
}
.TagClassName
{
border-color: #A098BC;
}
</style>