Shades of Strikemaster #A4607D
Tints of Strikemaster #A4607D
RGB
CMYK
RGB Variations
Color information
#A4607D (or 0xA4607D) is known color: Strikemaster. HEX triplet: A4, 60 and 7D. RGB value is (164,96,125). Sum of RGB (Red+Green+Blue) = 164+96+125=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A4607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4607D is #5B9F82. Grayscale: #777777. Windows color (decimal): -6004611 or 8216740. OLE color: 8216740.
HSL color Cylindrical-coordinate representation of color #A4607D: hue angle of 334.41º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4607D is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 96 | 125 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.36 |
| HSL | 334.41º | 0.27% | 0.51% | - |
| HSV(B) | 334.41º | 0.41% | 0.64% | - |
| XYZ | 23.19 | 17.74 | 21.6 | - |
| YUV | 119.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 125 | 0 | 0.41 | 0.24 | 0.36 | 334.41 | 0.27 | 0.51 |
| Hex | A4 | 60 | 7D | 0 | 29 | 18 | 24 | 14E | 1B | 33 |
| Octal | 244 | 140 | 175 | 0 | 51 | 30 | 44 | 516 | 33 | 63 |
| Binary | 10100100 | 1100000 | 1111101 | 0 | 101001 | 11000 | 100100 | 101001110 | 11011 | 110011 |
Color Harmonies of #A4607D
Complementary color
Monochromatic Colors of #A4607D
Black with #A4607D
Text Example
Text Example
White with #A4607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4607D; }
p { color: rgb(164,96,125); }
H1.HeaderClassName
{
color: #A4607D;
}
.AnyTagClassName
{
color: #A4607D;
}
</style>
background-color css
<style>
a { background-color: #A4607D; }
a { background-color: rgb(164,96,125); }
div.DivClassName
{
background-color: #A4607D;
}
.BgClassName
{
background-color: #A4607D;
}
</style>
border-color css
<style>
span { border-color: #A4607D; }
span { border-color: rgb(164,96,125); }
td.TdClassName
{
border-color: #A4607D;
}
.TagClassName
{
border-color: #A4607D;
}
</style>