Shades of Logan #A199BA
Tints of Logan #A199BA
RGB
CMYK
RGB Variations
Color information
#A199BA (or 0xA199BA) is known color: Logan. HEX triplet: A1, 99 and BA. RGB value is (161,153,186). Sum of RGB (Red+Green+Blue) = 161+153+186=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #A199BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199BA is #5E6645. Grayscale: #9F9F9F. Windows color (decimal): -6186566 or 12229025. OLE color: 12229025.
HSL color Cylindrical-coordinate representation of color #A199BA: hue angle of 254.55º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A199BA is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 153 | 186 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.27 |
| HSL | 254.55º | 0.19% | 0.66% | - |
| HSV(B) | 254.55º | 0.18% | 0.73% | - |
| XYZ | 34.95 | 33.9 | 51.16 | - |
| YUV | 159.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 186 | 0.13 | 0.18 | 0 | 0.27 | 254.55 | 0.19 | 0.66 |
| Hex | A1 | 99 | BA | D | 12 | 0 | 1B | FF | 13 | 42 |
| Octal | 241 | 231 | 272 | 15 | 22 | 0 | 33 | 377 | 23 | 102 |
| Binary | 10100001 | 10011001 | 10111010 | 1101 | 10010 | 0 | 11011 | 11111111 | 10011 | 1000010 |
Color Harmonies of #A199BA
Complementary color
Monochromatic Colors of #A199BA
Black with #A199BA
Text Example
Text Example
White with #A199BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199BA; }
p { color: rgb(161,153,186); }
H1.HeaderClassName
{
color: #A199BA;
}
.AnyTagClassName
{
color: #A199BA;
}
</style>
background-color css
<style>
a { background-color: #A199BA; }
a { background-color: rgb(161,153,186); }
div.DivClassName
{
background-color: #A199BA;
}
.BgClassName
{
background-color: #A199BA;
}
</style>
border-color css
<style>
span { border-color: #A199BA; }
span { border-color: rgb(161,153,186); }
td.TdClassName
{
border-color: #A199BA;
}
.TagClassName
{
border-color: #A199BA;
}
</style>