Shades of Strikemaster #A8628F
Tints of Strikemaster #A8628F
RGB
CMYK
RGB Variations
Color information
#A8628F (or 0xA8628F) is known color: Strikemaster. HEX triplet: A8, 62 and 8F. RGB value is (168,98,143). Sum of RGB (Red+Green+Blue) = 168+98+143=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A8628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8628F is #579D70. Grayscale: #7B7B7B. Windows color (decimal): -5741937 or 9396904. OLE color: 9396904.
HSL color Cylindrical-coordinate representation of color #A8628F: hue angle of 321.43º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8628F is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 98 | 143 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.34 |
| HSL | 321.43º | 0.29% | 0.52% | - |
| HSV(B) | 321.43º | 0.42% | 0.66% | - |
| XYZ | 25.47 | 19.04 | 28.32 | - |
| YUV | 124.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 143 | 0 | 0.42 | 0.15 | 0.34 | 321.43 | 0.29 | 0.52 |
| Hex | A8 | 62 | 8F | 0 | 2A | F | 22 | 141 | 1D | 34 |
| Octal | 250 | 142 | 217 | 0 | 52 | 17 | 42 | 501 | 35 | 64 |
| Binary | 10101000 | 1100010 | 10001111 | 0 | 101010 | 1111 | 100010 | 101000001 | 11101 | 110100 |
Color Harmonies of #A8628F
Complementary color
Monochromatic Colors of #A8628F
Black with #A8628F
Text Example
Text Example
White with #A8628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8628F; }
p { color: rgb(168,98,143); }
H1.HeaderClassName
{
color: #A8628F;
}
.AnyTagClassName
{
color: #A8628F;
}
</style>
background-color css
<style>
a { background-color: #A8628F; }
a { background-color: rgb(168,98,143); }
div.DivClassName
{
background-color: #A8628F;
}
.BgClassName
{
background-color: #A8628F;
}
</style>
border-color css
<style>
span { border-color: #A8628F; }
span { border-color: rgb(168,98,143); }
td.TdClassName
{
border-color: #A8628F;
}
.TagClassName
{
border-color: #A8628F;
}
</style>