Shades of Strikemaster #AC628F
Tints of Strikemaster #AC628F
RGB
CMYK
RGB Variations
Color information
#AC628F (or 0xAC628F) is known color: Strikemaster. HEX triplet: AC, 62 and 8F. RGB value is (172,98,143). Sum of RGB (Red+Green+Blue) = 172+98+143=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC628F is #539D70. Grayscale: #7D7D7D. Windows color (decimal): -5479793 or 9396908. OLE color: 9396908.
HSL color Cylindrical-coordinate representation of color #AC628F: hue angle of 323.51º degrees, saturation: 0.31, 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 #AC628F is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 143 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.33 |
| HSL | 323.51º | 0.31% | 0.53% | - |
| HSV(B) | 323.51º | 0.43% | 0.67% | - |
| XYZ | 26.34 | 19.49 | 28.36 | - |
| YUV | 125.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 143 | 0 | 0.43 | 0.17 | 0.33 | 323.51 | 0.31 | 0.53 |
| Hex | AC | 62 | 8F | 0 | 2B | 11 | 21 | 144 | 1F | 35 |
| Octal | 254 | 142 | 217 | 0 | 53 | 21 | 41 | 504 | 37 | 65 |
| Binary | 10101100 | 1100010 | 10001111 | 0 | 101011 | 10001 | 100001 | 101000100 | 11111 | 110101 |
Color Harmonies of #AC628F
Complementary color
Monochromatic Colors of #AC628F
Black with #AC628F
Text Example
Text Example
White with #AC628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC628F; }
p { color: rgb(172,98,143); }
H1.HeaderClassName
{
color: #AC628F;
}
.AnyTagClassName
{
color: #AC628F;
}
</style>
background-color css
<style>
a { background-color: #AC628F; }
a { background-color: rgb(172,98,143); }
div.DivClassName
{
background-color: #AC628F;
}
.BgClassName
{
background-color: #AC628F;
}
</style>
border-color css
<style>
span { border-color: #AC628F; }
span { border-color: rgb(172,98,143); }
td.TdClassName
{
border-color: #AC628F;
}
.TagClassName
{
border-color: #AC628F;
}
</style>