Shades of Strikemaster #AB658D
Tints of Strikemaster #AB658D
RGB
CMYK
RGB Variations
Color information
#AB658D (or 0xAB658D) is known color: Strikemaster. HEX triplet: AB, 65 and 8D. RGB value is (171,101,141). Sum of RGB (Red+Green+Blue) = 171+101+141=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB658D is #549A72. Grayscale: #7E7E7E. Windows color (decimal): -5544563 or 9266603. OLE color: 9266603.
HSL color Cylindrical-coordinate representation of color #AB658D: hue angle of 325.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB658D is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 141 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.33 |
| HSL | 325.71º | 0.29% | 0.53% | - |
| HSV(B) | 325.71º | 0.41% | 0.67% | - |
| XYZ | 26.26 | 19.89 | 27.65 | - |
| YUV | 126.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 141 | 0 | 0.41 | 0.18 | 0.33 | 325.71 | 0.29 | 0.53 |
| Hex | AB | 65 | 8D | 0 | 29 | 12 | 21 | 146 | 1D | 35 |
| Octal | 253 | 145 | 215 | 0 | 51 | 22 | 41 | 506 | 35 | 65 |
| Binary | 10101011 | 1100101 | 10001101 | 0 | 101001 | 10010 | 100001 | 101000110 | 11101 | 110101 |
Color Harmonies of #AB658D
Complementary color
Monochromatic Colors of #AB658D
Black with #AB658D
Text Example
Text Example
White with #AB658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB658D; }
p { color: rgb(171,101,141); }
H1.HeaderClassName
{
color: #AB658D;
}
.AnyTagClassName
{
color: #AB658D;
}
</style>
background-color css
<style>
a { background-color: #AB658D; }
a { background-color: rgb(171,101,141); }
div.DivClassName
{
background-color: #AB658D;
}
.BgClassName
{
background-color: #AB658D;
}
</style>
border-color css
<style>
span { border-color: #AB658D; }
span { border-color: rgb(171,101,141); }
td.TdClassName
{
border-color: #AB658D;
}
.TagClassName
{
border-color: #AB658D;
}
</style>