Shades of Logan #A29DBB
Tints of Logan #A29DBB
RGB
CMYK
RGB Variations
Color information
#A29DBB (or 0xA29DBB) is known color: Logan. HEX triplet: A2, 9D and BB. RGB value is (162,157,187). Sum of RGB (Red+Green+Blue) = 162+157+187=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #A29DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DBB is #5D6244. Grayscale: #A1A1A1. Windows color (decimal): -6120005 or 12295586. OLE color: 12295586.
HSL color Cylindrical-coordinate representation of color #A29DBB: hue angle of 250º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A29DBB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 157 | 187 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.27 |
| HSL | 250º | 0.18% | 0.67% | - |
| HSV(B) | 250º | 0.16% | 0.73% | - |
| XYZ | 35.93 | 35.38 | 51.95 | - |
| YUV | 161.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 187 | 0.13 | 0.16 | 0 | 0.27 | 250 | 0.18 | 0.67 |
| Hex | A2 | 9D | BB | D | 10 | 0 | 1B | FA | 12 | 43 |
| Octal | 242 | 235 | 273 | 15 | 20 | 0 | 33 | 372 | 22 | 103 |
| Binary | 10100010 | 10011101 | 10111011 | 1101 | 10000 | 0 | 11011 | 11111010 | 10010 | 1000011 |
Color Harmonies of #A29DBB
Complementary color
Monochromatic Colors of #A29DBB
Black with #A29DBB
Text Example
Text Example
White with #A29DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29DBB; }
p { color: rgb(162,157,187); }
H1.HeaderClassName
{
color: #A29DBB;
}
.AnyTagClassName
{
color: #A29DBB;
}
</style>
background-color css
<style>
a { background-color: #A29DBB; }
a { background-color: rgb(162,157,187); }
div.DivClassName
{
background-color: #A29DBB;
}
.BgClassName
{
background-color: #A29DBB;
}
</style>
border-color css
<style>
span { border-color: #A29DBB; }
span { border-color: rgb(162,157,187); }
td.TdClassName
{
border-color: #A29DBB;
}
.TagClassName
{
border-color: #A29DBB;
}
</style>