Shades of Logan #A199BB
Tints of Logan #A199BB
RGB
CMYK
RGB Variations
Color information
#A199BB (or 0xA199BB) is known color: Logan. HEX triplet: A1, 99 and BB. RGB value is (161,153,187). Sum of RGB (Red+Green+Blue) = 161+153+187=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #A199BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199BB is #5E6644. Grayscale: #9F9F9F. Windows color (decimal): -6186565 or 12294561. OLE color: 12294561.
HSL color Cylindrical-coordinate representation of color #A199BB: hue angle of 254.12º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A199BB is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 153 | 187 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.27 |
| HSL | 254.12º | 0.2% | 0.67% | - |
| HSV(B) | 254.12º | 0.18% | 0.73% | - |
| XYZ | 35.06 | 33.95 | 51.72 | - |
| YUV | 159.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 187 | 0.14 | 0.18 | 0 | 0.27 | 254.12 | 0.2 | 0.67 |
| Hex | A1 | 99 | BB | E | 12 | 0 | 1B | FE | 14 | 43 |
| Octal | 241 | 231 | 273 | 16 | 22 | 0 | 33 | 376 | 24 | 103 |
| Binary | 10100001 | 10011001 | 10111011 | 1110 | 10010 | 0 | 11011 | 11111110 | 10100 | 1000011 |
Color Harmonies of #A199BB
Complementary color
Monochromatic Colors of #A199BB
Black with #A199BB
Text Example
Text Example
White with #A199BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199BB; }
p { color: rgb(161,153,187); }
H1.HeaderClassName
{
color: #A199BB;
}
.AnyTagClassName
{
color: #A199BB;
}
</style>
background-color css
<style>
a { background-color: #A199BB; }
a { background-color: rgb(161,153,187); }
div.DivClassName
{
background-color: #A199BB;
}
.BgClassName
{
background-color: #A199BB;
}
</style>
border-color css
<style>
span { border-color: #A199BB; }
span { border-color: rgb(161,153,187); }
td.TdClassName
{
border-color: #A199BB;
}
.TagClassName
{
border-color: #A199BB;
}
</style>