Shades of Strikemaster #AB628F
Tints of Strikemaster #AB628F
RGB
CMYK
RGB Variations
Color information
#AB628F (or 0xAB628F) is known color: Strikemaster. HEX triplet: AB, 62 and 8F. RGB value is (171,98,143). Sum of RGB (Red+Green+Blue) = 171+98+143=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB628F is #549D70. Grayscale: #7C7C7C. Windows color (decimal): -5545329 or 9396907. OLE color: 9396907.
HSL color Cylindrical-coordinate representation of color #AB628F: hue angle of 323.01º 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 #AB628F is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 143 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.33 |
| HSL | 323.01º | 0.3% | 0.53% | - |
| HSV(B) | 323.01º | 0.43% | 0.67% | - |
| XYZ | 26.12 | 19.38 | 28.35 | - |
| YUV | 124.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 143 | 0 | 0.43 | 0.16 | 0.33 | 323.01 | 0.3 | 0.53 |
| Hex | AB | 62 | 8F | 0 | 2B | 10 | 21 | 143 | 1E | 35 |
| Octal | 253 | 142 | 217 | 0 | 53 | 20 | 41 | 503 | 36 | 65 |
| Binary | 10101011 | 1100010 | 10001111 | 0 | 101011 | 10000 | 100001 | 101000011 | 11110 | 110101 |
Color Harmonies of #AB628F
Complementary color
Monochromatic Colors of #AB628F
Black with #AB628F
Text Example
Text Example
White with #AB628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB628F; }
p { color: rgb(171,98,143); }
H1.HeaderClassName
{
color: #AB628F;
}
.AnyTagClassName
{
color: #AB628F;
}
</style>
background-color css
<style>
a { background-color: #AB628F; }
a { background-color: rgb(171,98,143); }
div.DivClassName
{
background-color: #AB628F;
}
.BgClassName
{
background-color: #AB628F;
}
</style>
border-color css
<style>
span { border-color: #AB628F; }
span { border-color: rgb(171,98,143); }
td.TdClassName
{
border-color: #AB628F;
}
.TagClassName
{
border-color: #AB628F;
}
</style>