Shades of Logan #A49DBB
Tints of Logan #A49DBB
RGB
CMYK
RGB Variations
Color information
#A49DBB (or 0xA49DBB) is known color: Logan. HEX triplet: A4, 9D and BB. RGB value is (164,157,187). Sum of RGB (Red+Green+Blue) = 164+157+187=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #A49DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DBB is #5B6244. Grayscale: #A2A2A2. Windows color (decimal): -5988933 or 12295588. OLE color: 12295588.
HSL color Cylindrical-coordinate representation of color #A49DBB: hue angle of 254º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A49DBB is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 157 | 187 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.27 |
| HSL | 254º | 0.18% | 0.67% | - |
| HSV(B) | 254º | 0.16% | 0.73% | - |
| XYZ | 36.34 | 35.59 | 51.97 | - |
| YUV | 162.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 187 | 0.12 | 0.16 | 0 | 0.27 | 254 | 0.18 | 0.67 |
| Hex | A4 | 9D | BB | C | 10 | 0 | 1B | FE | 12 | 43 |
| Octal | 244 | 235 | 273 | 14 | 20 | 0 | 33 | 376 | 22 | 103 |
| Binary | 10100100 | 10011101 | 10111011 | 1100 | 10000 | 0 | 11011 | 11111110 | 10010 | 1000011 |
Color Harmonies of #A49DBB
Complementary color
Monochromatic Colors of #A49DBB
Black with #A49DBB
Text Example
Text Example
White with #A49DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49DBB; }
p { color: rgb(164,157,187); }
H1.HeaderClassName
{
color: #A49DBB;
}
.AnyTagClassName
{
color: #A49DBB;
}
</style>
background-color css
<style>
a { background-color: #A49DBB; }
a { background-color: rgb(164,157,187); }
div.DivClassName
{
background-color: #A49DBB;
}
.BgClassName
{
background-color: #A49DBB;
}
</style>
border-color css
<style>
span { border-color: #A49DBB; }
span { border-color: rgb(164,157,187); }
td.TdClassName
{
border-color: #A49DBB;
}
.TagClassName
{
border-color: #A49DBB;
}
</style>