Shades of Logan #A29EBA
Tints of Logan #A29EBA
RGB
CMYK
RGB Variations
Color information
#A29EBA (or 0xA29EBA) is known color: Logan. HEX triplet: A2, 9E and BA. RGB value is (162,158,186). Sum of RGB (Red+Green+Blue) = 162+158+186=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #A29EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29EBA is #5D6145. Grayscale: #A2A2A2. Windows color (decimal): -6119750 or 12230306. OLE color: 12230306.
HSL color Cylindrical-coordinate representation of color #A29EBA: hue angle of 248.57º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A29EBA is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 158 | 186 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.27 |
| HSL | 248.57º | 0.17% | 0.67% | - |
| HSV(B) | 248.57º | 0.15% | 0.73% | - |
| XYZ | 35.99 | 35.68 | 51.44 | - |
| YUV | 162.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 186 | 0.13 | 0.15 | 0 | 0.27 | 248.57 | 0.17 | 0.67 |
| Hex | A2 | 9E | BA | D | F | 0 | 1B | F9 | 11 | 43 |
| Octal | 242 | 236 | 272 | 15 | 17 | 0 | 33 | 371 | 21 | 103 |
| Binary | 10100010 | 10011110 | 10111010 | 1101 | 1111 | 0 | 11011 | 11111001 | 10001 | 1000011 |
Color Harmonies of #A29EBA
Complementary color
Monochromatic Colors of #A29EBA
Black with #A29EBA
Text Example
Text Example
White with #A29EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29EBA; }
p { color: rgb(162,158,186); }
H1.HeaderClassName
{
color: #A29EBA;
}
.AnyTagClassName
{
color: #A29EBA;
}
</style>
background-color css
<style>
a { background-color: #A29EBA; }
a { background-color: rgb(162,158,186); }
div.DivClassName
{
background-color: #A29EBA;
}
.BgClassName
{
background-color: #A29EBA;
}
</style>
border-color css
<style>
span { border-color: #A29EBA; }
span { border-color: rgb(162,158,186); }
td.TdClassName
{
border-color: #A29EBA;
}
.TagClassName
{
border-color: #A29EBA;
}
</style>