Shades of Logan #A29DBC
Tints of Logan #A29DBC
RGB
CMYK
RGB Variations
Color information
#A29DBC (or 0xA29DBC) is known color: Logan. HEX triplet: A2, 9D and BC. RGB value is (162,157,188). Sum of RGB (Red+Green+Blue) = 162+157+188=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #A29DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DBC is #5D6243. Grayscale: #A1A1A1. Windows color (decimal): -6120004 or 12361122. OLE color: 12361122.
HSL color Cylindrical-coordinate representation of color #A29DBC: hue angle of 249.68º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A29DBC is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 157 | 188 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.26 |
| HSL | 249.68º | 0.19% | 0.68% | - |
| HSV(B) | 249.68º | 0.16% | 0.74% | - |
| XYZ | 36.03 | 35.43 | 52.52 | - |
| YUV | 162.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 188 | 0.14 | 0.16 | 0 | 0.26 | 249.68 | 0.19 | 0.68 |
| Hex | A2 | 9D | BC | E | 10 | 0 | 1A | FA | 13 | 44 |
| Octal | 242 | 235 | 274 | 16 | 20 | 0 | 32 | 372 | 23 | 104 |
| Binary | 10100010 | 10011101 | 10111100 | 1110 | 10000 | 0 | 11010 | 11111010 | 10011 | 1000100 |
Color Harmonies of #A29DBC
Complementary color
Monochromatic Colors of #A29DBC
Black with #A29DBC
Text Example
Text Example
White with #A29DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29DBC; }
p { color: rgb(162,157,188); }
H1.HeaderClassName
{
color: #A29DBC;
}
.AnyTagClassName
{
color: #A29DBC;
}
</style>
background-color css
<style>
a { background-color: #A29DBC; }
a { background-color: rgb(162,157,188); }
div.DivClassName
{
background-color: #A29DBC;
}
.BgClassName
{
background-color: #A29DBC;
}
</style>
border-color css
<style>
span { border-color: #A29DBC; }
span { border-color: rgb(162,157,188); }
td.TdClassName
{
border-color: #A29DBC;
}
.TagClassName
{
border-color: #A29DBC;
}
</style>