Shades of Logan #A199BE
Tints of Logan #A199BE
RGB
CMYK
RGB Variations
Color information
#A199BE (or 0xA199BE) is known color: Logan. HEX triplet: A1, 99 and BE. RGB value is (161,153,190). Sum of RGB (Red+Green+Blue) = 161+153+190=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #A199BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199BE is #5E6641. Grayscale: #9F9F9F. Windows color (decimal): -6186562 or 12491169. OLE color: 12491169.
HSL color Cylindrical-coordinate representation of color #A199BE: hue angle of 252.97º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A199BE is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 153 | 190 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.25 |
| HSL | 252.97º | 0.22% | 0.67% | - |
| HSV(B) | 252.97º | 0.19% | 0.75% | - |
| XYZ | 35.38 | 34.08 | 53.43 | - |
| YUV | 159.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 190 | 0.15 | 0.19 | 0 | 0.25 | 252.97 | 0.22 | 0.67 |
| Hex | A1 | 99 | BE | F | 13 | 0 | 19 | FD | 16 | 43 |
| Octal | 241 | 231 | 276 | 17 | 23 | 0 | 31 | 375 | 26 | 103 |
| Binary | 10100001 | 10011001 | 10111110 | 1111 | 10011 | 0 | 11001 | 11111101 | 10110 | 1000011 |
Color Harmonies of #A199BE
Complementary color
Monochromatic Colors of #A199BE
Black with #A199BE
Text Example
Text Example
White with #A199BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199BE; }
p { color: rgb(161,153,190); }
H1.HeaderClassName
{
color: #A199BE;
}
.AnyTagClassName
{
color: #A199BE;
}
</style>
background-color css
<style>
a { background-color: #A199BE; }
a { background-color: rgb(161,153,190); }
div.DivClassName
{
background-color: #A199BE;
}
.BgClassName
{
background-color: #A199BE;
}
</style>
border-color css
<style>
span { border-color: #A199BE; }
span { border-color: rgb(161,153,190); }
td.TdClassName
{
border-color: #A199BE;
}
.TagClassName
{
border-color: #A199BE;
}
</style>