Shades of Strikemaster #AB628E
Tints of Strikemaster #AB628E
RGB
CMYK
RGB Variations
Color information
#AB628E (or 0xAB628E) is known color: Strikemaster. HEX triplet: AB, 62 and 8E. RGB value is (171,98,142). Sum of RGB (Red+Green+Blue) = 171+98+142=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB628E is #549D71. Grayscale: #7C7C7C. Windows color (decimal): -5545330 or 9331371. OLE color: 9331371.
HSL color Cylindrical-coordinate representation of color #AB628E: hue angle of 323.84º 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 #AB628E is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 142 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.33 |
| HSL | 323.84º | 0.3% | 0.53% | - |
| HSV(B) | 323.84º | 0.43% | 0.67% | - |
| XYZ | 26.04 | 19.35 | 27.95 | - |
| YUV | 124.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 142 | 0 | 0.43 | 0.17 | 0.33 | 323.84 | 0.3 | 0.53 |
| Hex | AB | 62 | 8E | 0 | 2B | 11 | 21 | 144 | 1E | 35 |
| Octal | 253 | 142 | 216 | 0 | 53 | 21 | 41 | 504 | 36 | 65 |
| Binary | 10101011 | 1100010 | 10001110 | 0 | 101011 | 10001 | 100001 | 101000100 | 11110 | 110101 |
Color Harmonies of #AB628E
Complementary color
Monochromatic Colors of #AB628E
Black with #AB628E
Text Example
Text Example
White with #AB628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB628E; }
p { color: rgb(171,98,142); }
H1.HeaderClassName
{
color: #AB628E;
}
.AnyTagClassName
{
color: #AB628E;
}
</style>
background-color css
<style>
a { background-color: #AB628E; }
a { background-color: rgb(171,98,142); }
div.DivClassName
{
background-color: #AB628E;
}
.BgClassName
{
background-color: #AB628E;
}
</style>
border-color css
<style>
span { border-color: #AB628E; }
span { border-color: rgb(171,98,142); }
td.TdClassName
{
border-color: #AB628E;
}
.TagClassName
{
border-color: #AB628E;
}
</style>