Shades of Strikemaster #A0547D
Tints of Strikemaster #A0547D
RGB
CMYK
RGB Variations
Color information
#A0547D (or 0xA0547D) is known color: Strikemaster. HEX triplet: A0, 54 and 7D. RGB value is (160,84,125). Sum of RGB (Red+Green+Blue) = 160+84+125=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0547D is #5FAB82. Grayscale: #6F6F6F. Windows color (decimal): -6269827 or 8213664. OLE color: 8213664.
HSL color Cylindrical-coordinate representation of color #A0547D: hue angle of 327.63º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0547D is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 84 | 125 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.37 |
| HSL | 327.63º | 0.31% | 0.48% | - |
| HSV(B) | 327.63º | 0.48% | 0.63% | - |
| XYZ | 21.37 | 15.29 | 21.23 | - |
| YUV | 111.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 125 | 0 | 0.48 | 0.22 | 0.37 | 327.63 | 0.31 | 0.48 |
| Hex | A0 | 54 | 7D | 0 | 30 | 16 | 25 | 148 | 1F | 30 |
| Octal | 240 | 124 | 175 | 0 | 60 | 26 | 45 | 510 | 37 | 60 |
| Binary | 10100000 | 1010100 | 1111101 | 0 | 110000 | 10110 | 100101 | 101001000 | 11111 | 110000 |
Color Harmonies of #A0547D
Complementary color
Monochromatic Colors of #A0547D
Black with #A0547D
Text Example
Text Example
White with #A0547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0547D; }
p { color: rgb(160,84,125); }
H1.HeaderClassName
{
color: #A0547D;
}
.AnyTagClassName
{
color: #A0547D;
}
</style>
background-color css
<style>
a { background-color: #A0547D; }
a { background-color: rgb(160,84,125); }
div.DivClassName
{
background-color: #A0547D;
}
.BgClassName
{
background-color: #A0547D;
}
</style>
border-color css
<style>
span { border-color: #A0547D; }
span { border-color: rgb(160,84,125); }
td.TdClassName
{
border-color: #A0547D;
}
.TagClassName
{
border-color: #A0547D;
}
</style>