Shades of Logan #A098BD
Tints of Logan #A098BD
RGB
CMYK
RGB Variations
Color information
#A098BD (or 0xA098BD) is known color: Logan. HEX triplet: A0, 98 and BD. RGB value is (160,152,189). Sum of RGB (Red+Green+Blue) = 160+152+189=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #A098BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098BD is #5F6742. Grayscale: #9E9E9E. Windows color (decimal): -6252355 or 12425376. OLE color: 12425376.
HSL color Cylindrical-coordinate representation of color #A098BD: hue angle of 252.97º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A098BD is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 152 | 189 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.26 |
| HSL | 252.97º | 0.22% | 0.67% | - |
| HSV(B) | 252.97º | 0.2% | 0.74% | - |
| XYZ | 34.91 | 33.6 | 52.79 | - |
| YUV | 158.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 189 | 0.15 | 0.20 | 0 | 0.26 | 252.97 | 0.22 | 0.67 |
| Hex | A0 | 98 | BD | F | 14 | 0 | 1A | FD | 16 | 43 |
| Octal | 240 | 230 | 275 | 17 | 24 | 0 | 32 | 375 | 26 | 103 |
| Binary | 10100000 | 10011000 | 10111101 | 1111 | 10100 | 0 | 11010 | 11111101 | 10110 | 1000011 |
Color Harmonies of #A098BD
Complementary color
Monochromatic Colors of #A098BD
Black with #A098BD
Text Example
Text Example
White with #A098BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098BD; }
p { color: rgb(160,152,189); }
H1.HeaderClassName
{
color: #A098BD;
}
.AnyTagClassName
{
color: #A098BD;
}
</style>
background-color css
<style>
a { background-color: #A098BD; }
a { background-color: rgb(160,152,189); }
div.DivClassName
{
background-color: #A098BD;
}
.BgClassName
{
background-color: #A098BD;
}
</style>
border-color css
<style>
span { border-color: #A098BD; }
span { border-color: rgb(160,152,189); }
td.TdClassName
{
border-color: #A098BD;
}
.TagClassName
{
border-color: #A098BD;
}
</style>