Shades of Logan #A29FBF
Tints of Logan #A29FBF
RGB
CMYK
RGB Variations
Color information
#A29FBF (or 0xA29FBF) is known color: Logan. HEX triplet: A2, 9F and BF. RGB value is (162,159,191). Sum of RGB (Red+Green+Blue) = 162+159+191=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #A29FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FBF is #5D6040. Grayscale: #A3A3A3. Windows color (decimal): -6119489 or 12558242. OLE color: 12558242.
HSL color Cylindrical-coordinate representation of color #A29FBF: hue angle of 245.62º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A29FBF is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 159 | 191 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.25 |
| HSL | 245.63º | 0.2% | 0.69% | - |
| HSV(B) | 245.63º | 0.17% | 0.75% | - |
| XYZ | 36.7 | 36.24 | 54.35 | - |
| YUV | 163.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 191 | 0.15 | 0.17 | 0 | 0.25 | 245.63 | 0.2 | 0.69 |
| Hex | A2 | 9F | BF | F | 11 | 0 | 19 | F6 | 14 | 45 |
| Octal | 242 | 237 | 277 | 17 | 21 | 0 | 31 | 366 | 24 | 105 |
| Binary | 10100010 | 10011111 | 10111111 | 1111 | 10001 | 0 | 11001 | 11110110 | 10100 | 1000101 |
Color Harmonies of #A29FBF
Complementary color
Monochromatic Colors of #A29FBF
Black with #A29FBF
Text Example
Text Example
White with #A29FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FBF; }
p { color: rgb(162,159,191); }
H1.HeaderClassName
{
color: #A29FBF;
}
.AnyTagClassName
{
color: #A29FBF;
}
</style>
background-color css
<style>
a { background-color: #A29FBF; }
a { background-color: rgb(162,159,191); }
div.DivClassName
{
background-color: #A29FBF;
}
.BgClassName
{
background-color: #A29FBF;
}
</style>
border-color css
<style>
span { border-color: #A29FBF; }
span { border-color: rgb(162,159,191); }
td.TdClassName
{
border-color: #A29FBF;
}
.TagClassName
{
border-color: #A29FBF;
}
</style>