Shades of Logan #A29CBC
Tints of Logan #A29CBC
RGB
CMYK
RGB Variations
Color information
#A29CBC (or 0xA29CBC) is known color: Logan. HEX triplet: A2, 9C and BC. RGB value is (162,156,188). Sum of RGB (Red+Green+Blue) = 162+156+188=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #A29CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CBC is #5D6343. Grayscale: #A1A1A1. Windows color (decimal): -6120260 or 12360866. OLE color: 12360866.
HSL color Cylindrical-coordinate representation of color #A29CBC: hue angle of 251.25º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A29CBC is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 156 | 188 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.26 |
| HSL | 251.25º | 0.19% | 0.67% | - |
| HSV(B) | 251.25º | 0.17% | 0.74% | - |
| XYZ | 35.87 | 35.09 | 52.46 | - |
| YUV | 161.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 188 | 0.14 | 0.17 | 0 | 0.26 | 251.25 | 0.19 | 0.67 |
| Hex | A2 | 9C | BC | E | 11 | 0 | 1A | FB | 13 | 43 |
| Octal | 242 | 234 | 274 | 16 | 21 | 0 | 32 | 373 | 23 | 103 |
| Binary | 10100010 | 10011100 | 10111100 | 1110 | 10001 | 0 | 11010 | 11111011 | 10011 | 1000011 |
Color Harmonies of #A29CBC
Complementary color
Monochromatic Colors of #A29CBC
Black with #A29CBC
Text Example
Text Example
White with #A29CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29CBC; }
p { color: rgb(162,156,188); }
H1.HeaderClassName
{
color: #A29CBC;
}
.AnyTagClassName
{
color: #A29CBC;
}
</style>
background-color css
<style>
a { background-color: #A29CBC; }
a { background-color: rgb(162,156,188); }
div.DivClassName
{
background-color: #A29CBC;
}
.BgClassName
{
background-color: #A29CBC;
}
</style>
border-color css
<style>
span { border-color: #A29CBC; }
span { border-color: rgb(162,156,188); }
td.TdClassName
{
border-color: #A29CBC;
}
.TagClassName
{
border-color: #A29CBC;
}
</style>