Shades of Logan #A19ABD
Tints of Logan #A19ABD
RGB
CMYK
RGB Variations
Color information
#A19ABD (or 0xA19ABD) is known color: Logan. HEX triplet: A1, 9A and BD. RGB value is (161,154,189). Sum of RGB (Red+Green+Blue) = 161+154+189=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #A19ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ABD is #5E6542. Grayscale: #9F9F9F. Windows color (decimal): -6186307 or 12425889. OLE color: 12425889.
HSL color Cylindrical-coordinate representation of color #A19ABD: hue angle of 252º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A19ABD is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 154 | 189 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.26 |
| HSL | 252º | 0.21% | 0.67% | - |
| HSV(B) | 252º | 0.19% | 0.74% | - |
| XYZ | 35.44 | 34.36 | 52.91 | - |
| YUV | 160.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 189 | 0.15 | 0.19 | 0 | 0.26 | 252 | 0.21 | 0.67 |
| Hex | A1 | 9A | BD | F | 13 | 0 | 1A | FC | 15 | 43 |
| Octal | 241 | 232 | 275 | 17 | 23 | 0 | 32 | 374 | 25 | 103 |
| Binary | 10100001 | 10011010 | 10111101 | 1111 | 10011 | 0 | 11010 | 11111100 | 10101 | 1000011 |
Color Harmonies of #A19ABD
Complementary color
Monochromatic Colors of #A19ABD
Black with #A19ABD
Text Example
Text Example
White with #A19ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19ABD; }
p { color: rgb(161,154,189); }
H1.HeaderClassName
{
color: #A19ABD;
}
.AnyTagClassName
{
color: #A19ABD;
}
</style>
background-color css
<style>
a { background-color: #A19ABD; }
a { background-color: rgb(161,154,189); }
div.DivClassName
{
background-color: #A19ABD;
}
.BgClassName
{
background-color: #A19ABD;
}
</style>
border-color css
<style>
span { border-color: #A19ABD; }
span { border-color: rgb(161,154,189); }
td.TdClassName
{
border-color: #A19ABD;
}
.TagClassName
{
border-color: #A19ABD;
}
</style>