Shades of Logan #A29BBD
Tints of Logan #A29BBD
RGB
CMYK
RGB Variations
Color information
#A29BBD (or 0xA29BBD) is known color: Logan. HEX triplet: A2, 9B and BD. RGB value is (162,155,189). Sum of RGB (Red+Green+Blue) = 162+155+189=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #A29BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BBD is #5D6442. Grayscale: #A0A0A0. Windows color (decimal): -6120515 or 12426146. OLE color: 12426146.
HSL color Cylindrical-coordinate representation of color #A29BBD: 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 #A29BBD is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 155 | 189 | - |
| 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.81 | 34.8 | 52.97 | - |
| YUV | 160.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 189 | 0.14 | 0.18 | 0 | 0.26 | 252.35 | 0.2 | 0.67 |
| Hex | A2 | 9B | BD | E | 12 | 0 | 1A | FC | 14 | 43 |
| Octal | 242 | 233 | 275 | 16 | 22 | 0 | 32 | 374 | 24 | 103 |
| Binary | 10100010 | 10011011 | 10111101 | 1110 | 10010 | 0 | 11010 | 11111100 | 10100 | 1000011 |
Color Harmonies of #A29BBD
Complementary color
Monochromatic Colors of #A29BBD
Black with #A29BBD
Text Example
Text Example
White with #A29BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29BBD; }
p { color: rgb(162,155,189); }
H1.HeaderClassName
{
color: #A29BBD;
}
.AnyTagClassName
{
color: #A29BBD;
}
</style>
background-color css
<style>
a { background-color: #A29BBD; }
a { background-color: rgb(162,155,189); }
div.DivClassName
{
background-color: #A29BBD;
}
.BgClassName
{
background-color: #A29BBD;
}
</style>
border-color css
<style>
span { border-color: #A29BBD; }
span { border-color: rgb(162,155,189); }
td.TdClassName
{
border-color: #A29BBD;
}
.TagClassName
{
border-color: #A29BBD;
}
</style>