Shades of Strikemaster #AA628F
Tints of Strikemaster #AA628F
RGB
CMYK
RGB Variations
Color information
#AA628F (or 0xAA628F) is known color: Strikemaster. HEX triplet: AA, 62 and 8F. RGB value is (170,98,143). Sum of RGB (Red+Green+Blue) = 170+98+143=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA628F is #559D70. Grayscale: #7C7C7C. Windows color (decimal): -5610865 or 9396906. OLE color: 9396906.
HSL color Cylindrical-coordinate representation of color #AA628F: hue angle of 322.5º degrees, saturation: 0.3, 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 #AA628F is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 143 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.33 |
| HSL | 322.5º | 0.3% | 0.53% | - |
| HSV(B) | 322.5º | 0.42% | 0.67% | - |
| XYZ | 25.9 | 19.26 | 28.34 | - |
| YUV | 124.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 143 | 0 | 0.42 | 0.16 | 0.33 | 322.5 | 0.3 | 0.53 |
| Hex | AA | 62 | 8F | 0 | 2A | 10 | 21 | 142 | 1E | 35 |
| Octal | 252 | 142 | 217 | 0 | 52 | 20 | 41 | 502 | 36 | 65 |
| Binary | 10101010 | 1100010 | 10001111 | 0 | 101010 | 10000 | 100001 | 101000010 | 11110 | 110101 |
Color Harmonies of #AA628F
Complementary color
Monochromatic Colors of #AA628F
Black with #AA628F
Text Example
Text Example
White with #AA628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA628F; }
p { color: rgb(170,98,143); }
H1.HeaderClassName
{
color: #AA628F;
}
.AnyTagClassName
{
color: #AA628F;
}
</style>
background-color css
<style>
a { background-color: #AA628F; }
a { background-color: rgb(170,98,143); }
div.DivClassName
{
background-color: #AA628F;
}
.BgClassName
{
background-color: #AA628F;
}
</style>
border-color css
<style>
span { border-color: #AA628F; }
span { border-color: rgb(170,98,143); }
td.TdClassName
{
border-color: #AA628F;
}
.TagClassName
{
border-color: #AA628F;
}
</style>