Shades of Strikemaster #AC638C
Tints of Strikemaster #AC638C
RGB
CMYK
RGB Variations
Color information
#AC638C (or 0xAC638C) is known color: Strikemaster. HEX triplet: AC, 63 and 8C. RGB value is (172,99,140). Sum of RGB (Red+Green+Blue) = 172+99+140=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC638C is #539C73. Grayscale: #7D7D7D. Windows color (decimal): -5479540 or 9200556. OLE color: 9200556.
HSL color Cylindrical-coordinate representation of color #AC638C: hue angle of 326.3º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC638C is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 140 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.33 |
| HSL | 326.3º | 0.31% | 0.53% | - |
| HSV(B) | 326.3º | 0.42% | 0.67% | - |
| XYZ | 26.21 | 19.59 | 27.21 | - |
| YUV | 125.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 140 | 0 | 0.42 | 0.19 | 0.33 | 326.3 | 0.31 | 0.53 |
| Hex | AC | 63 | 8C | 0 | 2A | 13 | 21 | 146 | 1F | 35 |
| Octal | 254 | 143 | 214 | 0 | 52 | 23 | 41 | 506 | 37 | 65 |
| Binary | 10101100 | 1100011 | 10001100 | 0 | 101010 | 10011 | 100001 | 101000110 | 11111 | 110101 |
Color Harmonies of #AC638C
Complementary color
Monochromatic Colors of #AC638C
Black with #AC638C
Text Example
Text Example
White with #AC638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC638C; }
p { color: rgb(172,99,140); }
H1.HeaderClassName
{
color: #AC638C;
}
.AnyTagClassName
{
color: #AC638C;
}
</style>
background-color css
<style>
a { background-color: #AC638C; }
a { background-color: rgb(172,99,140); }
div.DivClassName
{
background-color: #AC638C;
}
.BgClassName
{
background-color: #AC638C;
}
</style>
border-color css
<style>
span { border-color: #AC638C; }
span { border-color: rgb(172,99,140); }
td.TdClassName
{
border-color: #AC638C;
}
.TagClassName
{
border-color: #AC638C;
}
</style>