Shades of Logan #A19DBB
Tints of Logan #A19DBB
RGB
CMYK
RGB Variations
Color information
#A19DBB (or 0xA19DBB) is known color: Logan. HEX triplet: A1, 9D and BB. RGB value is (161,157,187). Sum of RGB (Red+Green+Blue) = 161+157+187=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #A19DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DBB is #5E6244. Grayscale: #A1A1A1. Windows color (decimal): -6185541 or 12295585. OLE color: 12295585.
HSL color Cylindrical-coordinate representation of color #A19DBB: hue angle of 248º 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 #A19DBB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 157 | 187 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.27 |
| HSL | 248º | 0.18% | 0.67% | - |
| HSV(B) | 248º | 0.16% | 0.73% | - |
| XYZ | 35.72 | 35.28 | 51.94 | - |
| YUV | 161.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 187 | 0.14 | 0.16 | 0 | 0.27 | 248 | 0.18 | 0.67 |
| Hex | A1 | 9D | BB | E | 10 | 0 | 1B | F8 | 12 | 43 |
| Octal | 241 | 235 | 273 | 16 | 20 | 0 | 33 | 370 | 22 | 103 |
| Binary | 10100001 | 10011101 | 10111011 | 1110 | 10000 | 0 | 11011 | 11111000 | 10010 | 1000011 |
Color Harmonies of #A19DBB
Complementary color
Monochromatic Colors of #A19DBB
Black with #A19DBB
Text Example
Text Example
White with #A19DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19DBB; }
p { color: rgb(161,157,187); }
H1.HeaderClassName
{
color: #A19DBB;
}
.AnyTagClassName
{
color: #A19DBB;
}
</style>
background-color css
<style>
a { background-color: #A19DBB; }
a { background-color: rgb(161,157,187); }
div.DivClassName
{
background-color: #A19DBB;
}
.BgClassName
{
background-color: #A19DBB;
}
</style>
border-color css
<style>
span { border-color: #A19DBB; }
span { border-color: rgb(161,157,187); }
td.TdClassName
{
border-color: #A19DBB;
}
.TagClassName
{
border-color: #A19DBB;
}
</style>