Shades of Strikemaster #AC648F
Tints of Strikemaster #AC648F
RGB
CMYK
RGB Variations
Color information
#AC648F (or 0xAC648F) is known color: Strikemaster. HEX triplet: AC, 64 and 8F. RGB value is (172,100,143). Sum of RGB (Red+Green+Blue) = 172+100+143=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC648F is #539B70. Grayscale: #7E7E7E. Windows color (decimal): -5479281 or 9397420. OLE color: 9397420.
HSL color Cylindrical-coordinate representation of color #AC648F: hue angle of 324.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC648F is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 143 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.33 |
| HSL | 324.17º | 0.3% | 0.53% | - |
| HSV(B) | 324.17º | 0.42% | 0.67% | - |
| XYZ | 26.53 | 19.87 | 28.42 | - |
| YUV | 126.43 | 137.35 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 143 | 0 | 0.42 | 0.17 | 0.33 | 324.17 | 0.3 | 0.53 |
| Hex | AC | 64 | 8F | 0 | 2A | 11 | 21 | 144 | 1E | 35 |
| Octal | 254 | 144 | 217 | 0 | 52 | 21 | 41 | 504 | 36 | 65 |
| Binary | 10101100 | 1100100 | 10001111 | 0 | 101010 | 10001 | 100001 | 101000100 | 11110 | 110101 |
Color Harmonies of #AC648F
Complementary color
Monochromatic Colors of #AC648F
Black with #AC648F
Text Example
Text Example
White with #AC648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC648F; }
p { color: rgb(172,100,143); }
H1.HeaderClassName
{
color: #AC648F;
}
.AnyTagClassName
{
color: #AC648F;
}
</style>
background-color css
<style>
a { background-color: #AC648F; }
a { background-color: rgb(172,100,143); }
div.DivClassName
{
background-color: #AC648F;
}
.BgClassName
{
background-color: #AC648F;
}
</style>
border-color css
<style>
span { border-color: #AC648F; }
span { border-color: rgb(172,100,143); }
td.TdClassName
{
border-color: #AC648F;
}
.TagClassName
{
border-color: #AC648F;
}
</style>