Shades of Logan #A19DBD
Tints of Logan #A19DBD
RGB
CMYK
RGB Variations
Color information
#A19DBD (or 0xA19DBD) is known color: Logan. HEX triplet: A1, 9D and BD. RGB value is (161,157,189). Sum of RGB (Red+Green+Blue) = 161+157+189=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #A19DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DBD is #5E6242. Grayscale: #A1A1A1. Windows color (decimal): -6185539 or 12426657. OLE color: 12426657.
HSL color Cylindrical-coordinate representation of color #A19DBD: hue angle of 247.5º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A19DBD is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 157 | 189 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.26 |
| HSL | 247.5º | 0.2% | 0.68% | - |
| HSV(B) | 247.5º | 0.17% | 0.74% | - |
| XYZ | 35.94 | 35.37 | 53.08 | - |
| YUV | 161.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 189 | 0.15 | 0.17 | 0 | 0.26 | 247.5 | 0.2 | 0.68 |
| Hex | A1 | 9D | BD | F | 11 | 0 | 1A | F8 | 14 | 44 |
| Octal | 241 | 235 | 275 | 17 | 21 | 0 | 32 | 370 | 24 | 104 |
| Binary | 10100001 | 10011101 | 10111101 | 1111 | 10001 | 0 | 11010 | 11111000 | 10100 | 1000100 |
Color Harmonies of #A19DBD
Complementary color
Monochromatic Colors of #A19DBD
Black with #A19DBD
Text Example
Text Example
White with #A19DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19DBD; }
p { color: rgb(161,157,189); }
H1.HeaderClassName
{
color: #A19DBD;
}
.AnyTagClassName
{
color: #A19DBD;
}
</style>
background-color css
<style>
a { background-color: #A19DBD; }
a { background-color: rgb(161,157,189); }
div.DivClassName
{
background-color: #A19DBD;
}
.BgClassName
{
background-color: #A19DBD;
}
</style>
border-color css
<style>
span { border-color: #A19DBD; }
span { border-color: rgb(161,157,189); }
td.TdClassName
{
border-color: #A19DBD;
}
.TagClassName
{
border-color: #A19DBD;
}
</style>