Shades of Strikemaster #AC608D
Tints of Strikemaster #AC608D
RGB
CMYK
RGB Variations
Color information
#AC608D (or 0xAC608D) is known color: Strikemaster. HEX triplet: AC, 60 and 8D. RGB value is (172,96,141). Sum of RGB (Red+Green+Blue) = 172+96+141=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC608D is #539F72. Grayscale: #7B7B7B. Windows color (decimal): -5480307 or 9265324. OLE color: 9265324.
HSL color Cylindrical-coordinate representation of color #AC608D: hue angle of 324.47º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC608D is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 141 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.33 |
| HSL | 324.47º | 0.31% | 0.53% | - |
| HSV(B) | 324.47º | 0.44% | 0.67% | - |
| XYZ | 26 | 19.06 | 27.51 | - |
| YUV | 123.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 141 | 0 | 0.44 | 0.18 | 0.33 | 324.47 | 0.31 | 0.53 |
| Hex | AC | 60 | 8D | 0 | 2C | 12 | 21 | 144 | 1F | 35 |
| Octal | 254 | 140 | 215 | 0 | 54 | 22 | 41 | 504 | 37 | 65 |
| Binary | 10101100 | 1100000 | 10001101 | 0 | 101100 | 10010 | 100001 | 101000100 | 11111 | 110101 |
Color Harmonies of #AC608D
Complementary color
Monochromatic Colors of #AC608D
Black with #AC608D
Text Example
Text Example
White with #AC608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC608D; }
p { color: rgb(172,96,141); }
H1.HeaderClassName
{
color: #AC608D;
}
.AnyTagClassName
{
color: #AC608D;
}
</style>
background-color css
<style>
a { background-color: #AC608D; }
a { background-color: rgb(172,96,141); }
div.DivClassName
{
background-color: #AC608D;
}
.BgClassName
{
background-color: #AC608D;
}
</style>
border-color css
<style>
span { border-color: #AC608D; }
span { border-color: rgb(172,96,141); }
td.TdClassName
{
border-color: #AC608D;
}
.TagClassName
{
border-color: #AC608D;
}
</style>