Shades of Logan #A19ABC
Tints of Logan #A19ABC
RGB
CMYK
RGB Variations
Color information
#A19ABC (or 0xA19ABC) is known color: Logan. HEX triplet: A1, 9A and BC. RGB value is (161,154,188). Sum of RGB (Red+Green+Blue) = 161+154+188=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #A19ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ABC is #5E6543. Grayscale: #9F9F9F. Windows color (decimal): -6186308 or 12360353. OLE color: 12360353.
HSL color Cylindrical-coordinate representation of color #A19ABC: hue angle of 252.35º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A19ABC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 154 | 188 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.26 |
| HSL | 252.35º | 0.2% | 0.67% | - |
| HSV(B) | 252.35º | 0.18% | 0.74% | - |
| XYZ | 35.33 | 34.32 | 52.34 | - |
| YUV | 159.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 188 | 0.14 | 0.18 | 0 | 0.26 | 252.35 | 0.2 | 0.67 |
| Hex | A1 | 9A | BC | E | 12 | 0 | 1A | FC | 14 | 43 |
| Octal | 241 | 232 | 274 | 16 | 22 | 0 | 32 | 374 | 24 | 103 |
| Binary | 10100001 | 10011010 | 10111100 | 1110 | 10010 | 0 | 11010 | 11111100 | 10100 | 1000011 |
Color Harmonies of #A19ABC
Complementary color
Monochromatic Colors of #A19ABC
Black with #A19ABC
Text Example
Text Example
White with #A19ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19ABC; }
p { color: rgb(161,154,188); }
H1.HeaderClassName
{
color: #A19ABC;
}
.AnyTagClassName
{
color: #A19ABC;
}
</style>
background-color css
<style>
a { background-color: #A19ABC; }
a { background-color: rgb(161,154,188); }
div.DivClassName
{
background-color: #A19ABC;
}
.BgClassName
{
background-color: #A19ABC;
}
</style>
border-color css
<style>
span { border-color: #A19ABC; }
span { border-color: rgb(161,154,188); }
td.TdClassName
{
border-color: #A19ABC;
}
.TagClassName
{
border-color: #A19ABC;
}
</style>