Shades of Strikemaster #A4638F
Tints of Strikemaster #A4638F
RGB
CMYK
RGB Variations
Color information
#A4638F (or 0xA4638F) is known color: Strikemaster. HEX triplet: A4, 63 and 8F. RGB value is (164,99,143). Sum of RGB (Red+Green+Blue) = 164+99+143=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A4638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4638F is #5B9C70. Grayscale: #7B7B7B. Windows color (decimal): -6003825 or 9397156. OLE color: 9397156.
HSL color Cylindrical-coordinate representation of color #A4638F: hue angle of 319.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4638F is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 143 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.36 |
| HSL | 319.38º | 0.26% | 0.52% | - |
| HSV(B) | 319.38º | 0.4% | 0.64% | - |
| XYZ | 24.73 | 18.8 | 28.31 | - |
| YUV | 123.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 143 | 0 | 0.40 | 0.13 | 0.36 | 319.38 | 0.26 | 0.52 |
| Hex | A4 | 63 | 8F | 0 | 28 | D | 24 | 13F | 1A | 34 |
| Octal | 244 | 143 | 217 | 0 | 50 | 15 | 44 | 477 | 32 | 64 |
| Binary | 10100100 | 1100011 | 10001111 | 0 | 101000 | 1101 | 100100 | 100111111 | 11010 | 110100 |
Color Harmonies of #A4638F
Complementary color
Monochromatic Colors of #A4638F
Black with #A4638F
Text Example
Text Example
White with #A4638F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4638F; }
p { color: rgb(164,99,143); }
H1.HeaderClassName
{
color: #A4638F;
}
.AnyTagClassName
{
color: #A4638F;
}
</style>
background-color css
<style>
a { background-color: #A4638F; }
a { background-color: rgb(164,99,143); }
div.DivClassName
{
background-color: #A4638F;
}
.BgClassName
{
background-color: #A4638F;
}
</style>
border-color css
<style>
span { border-color: #A4638F; }
span { border-color: rgb(164,99,143); }
td.TdClassName
{
border-color: #A4638F;
}
.TagClassName
{
border-color: #A4638F;
}
</style>