Shades of Strikemaster #AC5C8A
Tints of Strikemaster #AC5C8A
RGB
CMYK
RGB Variations
Color information
#AC5C8A (or 0xAC5C8A) is known color: Strikemaster. HEX triplet: AC, 5C and 8A. RGB value is (172,92,138). Sum of RGB (Red+Green+Blue) = 172+92+138=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C8A is #53A375. Grayscale: #797979. Windows color (decimal): -5481334 or 9067692. OLE color: 9067692.
HSL color Cylindrical-coordinate representation of color #AC5C8A: hue angle of 325.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5C8A is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 138 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.33 |
| HSL | 325.5º | 0.33% | 0.52% | - |
| HSV(B) | 325.5º | 0.47% | 0.67% | - |
| XYZ | 25.43 | 18.26 | 26.23 | - |
| YUV | 121.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 138 | 0 | 0.47 | 0.20 | 0.33 | 325.5 | 0.33 | 0.52 |
| Hex | AC | 5C | 8A | 0 | 2F | 14 | 21 | 146 | 21 | 34 |
| Octal | 254 | 134 | 212 | 0 | 57 | 24 | 41 | 506 | 41 | 64 |
| Binary | 10101100 | 1011100 | 10001010 | 0 | 101111 | 10100 | 100001 | 101000110 | 100001 | 110100 |
Color Harmonies of #AC5C8A
Complementary color
Monochromatic Colors of #AC5C8A
Black with #AC5C8A
Text Example
Text Example
White with #AC5C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C8A; }
p { color: rgb(172,92,138); }
H1.HeaderClassName
{
color: #AC5C8A;
}
.AnyTagClassName
{
color: #AC5C8A;
}
</style>
background-color css
<style>
a { background-color: #AC5C8A; }
a { background-color: rgb(172,92,138); }
div.DivClassName
{
background-color: #AC5C8A;
}
.BgClassName
{
background-color: #AC5C8A;
}
</style>
border-color css
<style>
span { border-color: #AC5C8A; }
span { border-color: rgb(172,92,138); }
td.TdClassName
{
border-color: #AC5C8A;
}
.TagClassName
{
border-color: #AC5C8A;
}
</style>