Shades of Strikemaster #AB6289
Tints of Strikemaster #AB6289
RGB
CMYK
RGB Variations
Color information
#AB6289 (or 0xAB6289) is known color: Strikemaster. HEX triplet: AB, 62 and 89. RGB value is (171,98,137). Sum of RGB (Red+Green+Blue) = 171+98+137=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6289 is #549D76. Grayscale: #7C7C7C. Windows color (decimal): -5545335 or 9003691. OLE color: 9003691.
HSL color Cylindrical-coordinate representation of color #AB6289: hue angle of 327.95º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6289 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 137 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.33 |
| HSL | 327.95º | 0.3% | 0.53% | - |
| HSV(B) | 327.95º | 0.43% | 0.67% | - |
| XYZ | 25.68 | 19.2 | 26.02 | - |
| YUV | 124.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 137 | 0 | 0.43 | 0.20 | 0.33 | 327.95 | 0.3 | 0.53 |
| Hex | AB | 62 | 89 | 0 | 2B | 14 | 21 | 148 | 1E | 35 |
| Octal | 253 | 142 | 211 | 0 | 53 | 24 | 41 | 510 | 36 | 65 |
| Binary | 10101011 | 1100010 | 10001001 | 0 | 101011 | 10100 | 100001 | 101001000 | 11110 | 110101 |
Color Harmonies of #AB6289
Complementary color
Monochromatic Colors of #AB6289
Black with #AB6289
Text Example
Text Example
White with #AB6289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6289; }
p { color: rgb(171,98,137); }
H1.HeaderClassName
{
color: #AB6289;
}
.AnyTagClassName
{
color: #AB6289;
}
</style>
background-color css
<style>
a { background-color: #AB6289; }
a { background-color: rgb(171,98,137); }
div.DivClassName
{
background-color: #AB6289;
}
.BgClassName
{
background-color: #AB6289;
}
</style>
border-color css
<style>
span { border-color: #AB6289; }
span { border-color: rgb(171,98,137); }
td.TdClassName
{
border-color: #AB6289;
}
.TagClassName
{
border-color: #AB6289;
}
</style>