Shades of Strikemaster #AC668E
Tints of Strikemaster #AC668E
RGB
CMYK
RGB Variations
Color information
#AC668E (or 0xAC668E) is known color: Strikemaster. HEX triplet: AC, 66 and 8E. RGB value is (172,102,142). Sum of RGB (Red+Green+Blue) = 172+102+142=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC668E is #539971. Grayscale: #7F7F7F. Windows color (decimal): -5478770 or 9332396. OLE color: 9332396.
HSL color Cylindrical-coordinate representation of color #AC668E: hue angle of 325.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC668E is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 142 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.33 |
| HSL | 325.71º | 0.3% | 0.54% | - |
| HSV(B) | 325.71º | 0.41% | 0.67% | - |
| XYZ | 26.65 | 20.23 | 28.09 | - |
| YUV | 127.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 142 | 0 | 0.41 | 0.17 | 0.33 | 325.71 | 0.3 | 0.54 |
| Hex | AC | 66 | 8E | 0 | 29 | 11 | 21 | 146 | 1E | 36 |
| Octal | 254 | 146 | 216 | 0 | 51 | 21 | 41 | 506 | 36 | 66 |
| Binary | 10101100 | 1100110 | 10001110 | 0 | 101001 | 10001 | 100001 | 101000110 | 11110 | 110110 |
Color Harmonies of #AC668E
Complementary color
Monochromatic Colors of #AC668E
Black with #AC668E
Text Example
Text Example
White with #AC668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC668E; }
p { color: rgb(172,102,142); }
H1.HeaderClassName
{
color: #AC668E;
}
.AnyTagClassName
{
color: #AC668E;
}
</style>
background-color css
<style>
a { background-color: #AC668E; }
a { background-color: rgb(172,102,142); }
div.DivClassName
{
background-color: #AC668E;
}
.BgClassName
{
background-color: #AC668E;
}
</style>
border-color css
<style>
span { border-color: #AC668E; }
span { border-color: rgb(172,102,142); }
td.TdClassName
{
border-color: #AC668E;
}
.TagClassName
{
border-color: #AC668E;
}
</style>