Shades of Strikemaster #A0648F
Tints of Strikemaster #A0648F
RGB
CMYK
RGB Variations
Color information
#A0648F (or 0xA0648F) is known color: Strikemaster. HEX triplet: A0, 64 and 8F. RGB value is (160,100,143). Sum of RGB (Red+Green+Blue) = 160+100+143=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A0648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0648F is #5F9B70. Grayscale: #7A7A7A. Windows color (decimal): -6265713 or 9397408. OLE color: 9397408.
HSL color Cylindrical-coordinate representation of color #A0648F: hue angle of 317º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0648F is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 143 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.37 |
| HSL | 317º | 0.24% | 0.51% | - |
| HSV(B) | 317º | 0.38% | 0.63% | - |
| XYZ | 24.01 | 18.57 | 28.31 | - |
| YUV | 122.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 143 | 0 | 0.38 | 0.11 | 0.37 | 317 | 0.24 | 0.51 |
| Hex | A0 | 64 | 8F | 0 | 26 | B | 25 | 13D | 18 | 33 |
| Octal | 240 | 144 | 217 | 0 | 46 | 13 | 45 | 475 | 30 | 63 |
| Binary | 10100000 | 1100100 | 10001111 | 0 | 100110 | 1011 | 100101 | 100111101 | 11000 | 110011 |
Color Harmonies of #A0648F
Complementary color
Monochromatic Colors of #A0648F
Black with #A0648F
Text Example
Text Example
White with #A0648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0648F; }
p { color: rgb(160,100,143); }
H1.HeaderClassName
{
color: #A0648F;
}
.AnyTagClassName
{
color: #A0648F;
}
</style>
background-color css
<style>
a { background-color: #A0648F; }
a { background-color: rgb(160,100,143); }
div.DivClassName
{
background-color: #A0648F;
}
.BgClassName
{
background-color: #A0648F;
}
</style>
border-color css
<style>
span { border-color: #A0648F; }
span { border-color: rgb(160,100,143); }
td.TdClassName
{
border-color: #A0648F;
}
.TagClassName
{
border-color: #A0648F;
}
</style>