Shades of Strikemaster #AC5E8F
Tints of Strikemaster #AC5E8F
RGB
CMYK
RGB Variations
Color information
#AC5E8F (or 0xAC5E8F) is known color: Strikemaster. HEX triplet: AC, 5E and 8F. RGB value is (172,94,143). Sum of RGB (Red+Green+Blue) = 172+94+143=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E8F is #53A170. Grayscale: #7A7A7A. Windows color (decimal): -5480817 or 9395884. OLE color: 9395884.
HSL color Cylindrical-coordinate representation of color #AC5E8F: hue angle of 322.31º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC5E8F is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 143 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.33 |
| HSL | 322.31º | 0.32% | 0.52% | - |
| HSV(B) | 322.31º | 0.45% | 0.67% | - |
| XYZ | 25.97 | 18.76 | 28.24 | - |
| YUV | 122.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 143 | 0 | 0.45 | 0.17 | 0.33 | 322.31 | 0.32 | 0.52 |
| Hex | AC | 5E | 8F | 0 | 2D | 11 | 21 | 142 | 20 | 34 |
| Octal | 254 | 136 | 217 | 0 | 55 | 21 | 41 | 502 | 40 | 64 |
| Binary | 10101100 | 1011110 | 10001111 | 0 | 101101 | 10001 | 100001 | 101000010 | 100000 | 110100 |
Color Harmonies of #AC5E8F
Complementary color
Monochromatic Colors of #AC5E8F
Black with #AC5E8F
Text Example
Text Example
White with #AC5E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E8F; }
p { color: rgb(172,94,143); }
H1.HeaderClassName
{
color: #AC5E8F;
}
.AnyTagClassName
{
color: #AC5E8F;
}
</style>
background-color css
<style>
a { background-color: #AC5E8F; }
a { background-color: rgb(172,94,143); }
div.DivClassName
{
background-color: #AC5E8F;
}
.BgClassName
{
background-color: #AC5E8F;
}
</style>
border-color css
<style>
span { border-color: #AC5E8F; }
span { border-color: rgb(172,94,143); }
td.TdClassName
{
border-color: #AC5E8F;
}
.TagClassName
{
border-color: #AC5E8F;
}
</style>