Shades of Strikemaster #AC618C
Tints of Strikemaster #AC618C
RGB
CMYK
RGB Variations
Color information
#AC618C (or 0xAC618C) is known color: Strikemaster. HEX triplet: AC, 61 and 8C. RGB value is (172,97,140). Sum of RGB (Red+Green+Blue) = 172+97+140=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC618C is #539E73. Grayscale: #7C7C7C. Windows color (decimal): -5480052 or 9200044. OLE color: 9200044.
HSL color Cylindrical-coordinate representation of color #AC618C: hue angle of 325.6º 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 #AC618C is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 140 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.33 |
| HSL | 325.6º | 0.31% | 0.53% | - |
| HSV(B) | 325.6º | 0.44% | 0.67% | - |
| XYZ | 26.02 | 19.21 | 27.15 | - |
| YUV | 124.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 140 | 0 | 0.44 | 0.19 | 0.33 | 325.6 | 0.31 | 0.53 |
| Hex | AC | 61 | 8C | 0 | 2C | 13 | 21 | 146 | 1F | 35 |
| Octal | 254 | 141 | 214 | 0 | 54 | 23 | 41 | 506 | 37 | 65 |
| Binary | 10101100 | 1100001 | 10001100 | 0 | 101100 | 10011 | 100001 | 101000110 | 11111 | 110101 |
Color Harmonies of #AC618C
Complementary color
Monochromatic Colors of #AC618C
Black with #AC618C
Text Example
Text Example
White with #AC618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC618C; }
p { color: rgb(172,97,140); }
H1.HeaderClassName
{
color: #AC618C;
}
.AnyTagClassName
{
color: #AC618C;
}
</style>
background-color css
<style>
a { background-color: #AC618C; }
a { background-color: rgb(172,97,140); }
div.DivClassName
{
background-color: #AC618C;
}
.BgClassName
{
background-color: #AC618C;
}
</style>
border-color css
<style>
span { border-color: #AC618C; }
span { border-color: rgb(172,97,140); }
td.TdClassName
{
border-color: #AC618C;
}
.TagClassName
{
border-color: #AC618C;
}
</style>