Shades of Strikemaster #AC5E8B
Tints of Strikemaster #AC5E8B
RGB
CMYK
RGB Variations
Color information
#AC5E8B (or 0xAC5E8B) is known color: Strikemaster. HEX triplet: AC, 5E and 8B. RGB value is (172,94,139). Sum of RGB (Red+Green+Blue) = 172+94+139=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E8B is #53A174. Grayscale: #7A7A7A. Windows color (decimal): -5480821 or 9133740. OLE color: 9133740.
HSL color Cylindrical-coordinate representation of color #AC5E8B: hue angle of 325.38º 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 #AC5E8B is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 139 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.33 |
| HSL | 325.38º | 0.32% | 0.52% | - |
| HSV(B) | 325.38º | 0.45% | 0.67% | - |
| XYZ | 25.68 | 18.64 | 26.67 | - |
| YUV | 122.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 139 | 0 | 0.45 | 0.19 | 0.33 | 325.38 | 0.32 | 0.52 |
| Hex | AC | 5E | 8B | 0 | 2D | 13 | 21 | 145 | 20 | 34 |
| Octal | 254 | 136 | 213 | 0 | 55 | 23 | 41 | 505 | 40 | 64 |
| Binary | 10101100 | 1011110 | 10001011 | 0 | 101101 | 10011 | 100001 | 101000101 | 100000 | 110100 |
Color Harmonies of #AC5E8B
Complementary color
Monochromatic Colors of #AC5E8B
Black with #AC5E8B
Text Example
Text Example
White with #AC5E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E8B; }
p { color: rgb(172,94,139); }
H1.HeaderClassName
{
color: #AC5E8B;
}
.AnyTagClassName
{
color: #AC5E8B;
}
</style>
background-color css
<style>
a { background-color: #AC5E8B; }
a { background-color: rgb(172,94,139); }
div.DivClassName
{
background-color: #AC5E8B;
}
.BgClassName
{
background-color: #AC5E8B;
}
</style>
border-color css
<style>
span { border-color: #AC5E8B; }
span { border-color: rgb(172,94,139); }
td.TdClassName
{
border-color: #AC5E8B;
}
.TagClassName
{
border-color: #AC5E8B;
}
</style>