Shades of Logan #A19DB6
Tints of Logan #A19DB6
RGB
CMYK
RGB Variations
Color information
#A19DB6 (or 0xA19DB6) is known color: Logan. HEX triplet: A1, 9D and B6. RGB value is (161,157,182). Sum of RGB (Red+Green+Blue) = 161+157+182=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 182 - color contains mainly: blue. Hex color #A19DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DB6 is #5E6249. Grayscale: #A0A0A0. Windows color (decimal): -6185546 or 11967905. OLE color: 11967905.
HSL color Cylindrical-coordinate representation of color #A19DB6: hue angle of 249.6º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A19DB6 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 157 | 182 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.29 |
| HSL | 249.6º | 0.15% | 0.66% | - |
| HSV(B) | 249.6º | 0.14% | 0.71% | - |
| XYZ | 35.2 | 35.07 | 49.17 | - |
| YUV | 161.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 182 | 0.12 | 0.14 | 0 | 0.29 | 249.6 | 0.15 | 0.66 |
| Hex | A1 | 9D | B6 | C | E | 0 | 1D | FA | F | 42 |
| Octal | 241 | 235 | 266 | 14 | 16 | 0 | 35 | 372 | 17 | 102 |
| Binary | 10100001 | 10011101 | 10110110 | 1100 | 1110 | 0 | 11101 | 11111010 | 1111 | 1000010 |
Color Harmonies of #A19DB6
Complementary color
Monochromatic Colors of #A19DB6
Black with #A19DB6
Text Example
Text Example
White with #A19DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19DB6; }
p { color: rgb(161,157,182); }
H1.HeaderClassName
{
color: #A19DB6;
}
.AnyTagClassName
{
color: #A19DB6;
}
</style>
background-color css
<style>
a { background-color: #A19DB6; }
a { background-color: rgb(161,157,182); }
div.DivClassName
{
background-color: #A19DB6;
}
.BgClassName
{
background-color: #A19DB6;
}
</style>
border-color css
<style>
span { border-color: #A19DB6; }
span { border-color: rgb(161,157,182); }
td.TdClassName
{
border-color: #A19DB6;
}
.TagClassName
{
border-color: #A19DB6;
}
</style>