Shades of Strikemaster #AC628B
Tints of Strikemaster #AC628B
RGB
CMYK
RGB Variations
Color information
#AC628B (or 0xAC628B) is known color: Strikemaster. HEX triplet: AC, 62 and 8B. RGB value is (172,98,139). Sum of RGB (Red+Green+Blue) = 172+98+139=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC628B is #539D74. Grayscale: #7C7C7C. Windows color (decimal): -5479797 or 9134764. OLE color: 9134764.
HSL color Cylindrical-coordinate representation of color #AC628B: hue angle of 326.76º 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 #AC628B is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 139 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.33 |
| HSL | 326.76º | 0.31% | 0.53% | - |
| HSV(B) | 326.76º | 0.43% | 0.67% | - |
| XYZ | 26.04 | 19.37 | 26.79 | - |
| YUV | 124.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 139 | 0 | 0.43 | 0.19 | 0.33 | 326.76 | 0.31 | 0.53 |
| Hex | AC | 62 | 8B | 0 | 2B | 13 | 21 | 147 | 1F | 35 |
| Octal | 254 | 142 | 213 | 0 | 53 | 23 | 41 | 507 | 37 | 65 |
| Binary | 10101100 | 1100010 | 10001011 | 0 | 101011 | 10011 | 100001 | 101000111 | 11111 | 110101 |
Color Harmonies of #AC628B
Complementary color
Monochromatic Colors of #AC628B
Black with #AC628B
Text Example
Text Example
White with #AC628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC628B; }
p { color: rgb(172,98,139); }
H1.HeaderClassName
{
color: #AC628B;
}
.AnyTagClassName
{
color: #AC628B;
}
</style>
background-color css
<style>
a { background-color: #AC628B; }
a { background-color: rgb(172,98,139); }
div.DivClassName
{
background-color: #AC628B;
}
.BgClassName
{
background-color: #AC628B;
}
</style>
border-color css
<style>
span { border-color: #AC628B; }
span { border-color: rgb(172,98,139); }
td.TdClassName
{
border-color: #AC628B;
}
.TagClassName
{
border-color: #AC628B;
}
</style>