Shades of Strikemaster #A4627F
Tints of Strikemaster #A4627F
RGB
CMYK
RGB Variations
Color information
#A4627F (or 0xA4627F) is known color: Strikemaster. HEX triplet: A4, 62 and 7F. RGB value is (164,98,127). Sum of RGB (Red+Green+Blue) = 164+98+127=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4627F is #5B9D80. Grayscale: #787878. Windows color (decimal): -6004097 or 8348324. OLE color: 8348324.
HSL color Cylindrical-coordinate representation of color #A4627F: hue angle of 333.64º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4627F is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 98 | 127 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.36 |
| HSL | 333.64º | 0.27% | 0.51% | - |
| HSV(B) | 333.64º | 0.4% | 0.64% | - |
| XYZ | 23.51 | 18.16 | 22.34 | - |
| YUV | 121.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 127 | 0 | 0.40 | 0.23 | 0.36 | 333.64 | 0.27 | 0.51 |
| Hex | A4 | 62 | 7F | 0 | 28 | 17 | 24 | 14E | 1B | 33 |
| Octal | 244 | 142 | 177 | 0 | 50 | 27 | 44 | 516 | 33 | 63 |
| Binary | 10100100 | 1100010 | 1111111 | 0 | 101000 | 10111 | 100100 | 101001110 | 11011 | 110011 |
Color Harmonies of #A4627F
Complementary color
Monochromatic Colors of #A4627F
Black with #A4627F
Text Example
Text Example
White with #A4627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4627F; }
p { color: rgb(164,98,127); }
H1.HeaderClassName
{
color: #A4627F;
}
.AnyTagClassName
{
color: #A4627F;
}
</style>
background-color css
<style>
a { background-color: #A4627F; }
a { background-color: rgb(164,98,127); }
div.DivClassName
{
background-color: #A4627F;
}
.BgClassName
{
background-color: #A4627F;
}
</style>
border-color css
<style>
span { border-color: #A4627F; }
span { border-color: rgb(164,98,127); }
td.TdClassName
{
border-color: #A4627F;
}
.TagClassName
{
border-color: #A4627F;
}
</style>