Shades of Logan #A49FBB
Tints of Logan #A49FBB
RGB
CMYK
RGB Variations
Color information
#A49FBB (or 0xA49FBB) is known color: Logan. HEX triplet: A4, 9F and BB. RGB value is (164,159,187). Sum of RGB (Red+Green+Blue) = 164+159+187=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #A49FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FBB is #5B6044. Grayscale: #A3A3A3. Windows color (decimal): -5988421 or 12296100. OLE color: 12296100.
HSL color Cylindrical-coordinate representation of color #A49FBB: hue angle of 250.71º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A49FBB is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 159 | 187 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.27 |
| HSL | 250.71º | 0.17% | 0.68% | - |
| HSV(B) | 250.71º | 0.15% | 0.73% | - |
| XYZ | 36.68 | 36.28 | 52.08 | - |
| YUV | 163.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 159 | 187 | 0.12 | 0.15 | 0 | 0.27 | 250.71 | 0.17 | 0.68 |
| Hex | A4 | 9F | BB | C | F | 0 | 1B | FB | 11 | 44 |
| Octal | 244 | 237 | 273 | 14 | 17 | 0 | 33 | 373 | 21 | 104 |
| Binary | 10100100 | 10011111 | 10111011 | 1100 | 1111 | 0 | 11011 | 11111011 | 10001 | 1000100 |
Color Harmonies of #A49FBB
Complementary color
Monochromatic Colors of #A49FBB
Black with #A49FBB
Text Example
Text Example
White with #A49FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49FBB; }
p { color: rgb(164,159,187); }
H1.HeaderClassName
{
color: #A49FBB;
}
.AnyTagClassName
{
color: #A49FBB;
}
</style>
background-color css
<style>
a { background-color: #A49FBB; }
a { background-color: rgb(164,159,187); }
div.DivClassName
{
background-color: #A49FBB;
}
.BgClassName
{
background-color: #A49FBB;
}
</style>
border-color css
<style>
span { border-color: #A49FBB; }
span { border-color: rgb(164,159,187); }
td.TdClassName
{
border-color: #A49FBB;
}
.TagClassName
{
border-color: #A49FBB;
}
</style>