Shades of Strikemaster #A0647B
Tints of Strikemaster #A0647B
RGB
CMYK
RGB Variations
Color information
#A0647B (or 0xA0647B) is known color: Strikemaster. HEX triplet: A0, 64 and 7B. RGB value is (160,100,123). Sum of RGB (Red+Green+Blue) = 160+100+123=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0647B is #5F9B84. Grayscale: #787878. Windows color (decimal): -6265733 or 8086688. OLE color: 8086688.
HSL color Cylindrical-coordinate representation of color #A0647B: hue angle of 337º 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 #A0647B is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 123 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.37 |
| HSL | 337º | 0.24% | 0.51% | - |
| HSV(B) | 337º | 0.38% | 0.63% | - |
| XYZ | 22.63 | 18.02 | 21.02 | - |
| YUV | 120.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 123 | 0 | 0.38 | 0.23 | 0.37 | 337 | 0.24 | 0.51 |
| Hex | A0 | 64 | 7B | 0 | 26 | 17 | 25 | 151 | 18 | 33 |
| Octal | 240 | 144 | 173 | 0 | 46 | 27 | 45 | 521 | 30 | 63 |
| Binary | 10100000 | 1100100 | 1111011 | 0 | 100110 | 10111 | 100101 | 101010001 | 11000 | 110011 |
Color Harmonies of #A0647B
Complementary color
Monochromatic Colors of #A0647B
Black with #A0647B
Text Example
Text Example
White with #A0647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0647B; }
p { color: rgb(160,100,123); }
H1.HeaderClassName
{
color: #A0647B;
}
.AnyTagClassName
{
color: #A0647B;
}
</style>
background-color css
<style>
a { background-color: #A0647B; }
a { background-color: rgb(160,100,123); }
div.DivClassName
{
background-color: #A0647B;
}
.BgClassName
{
background-color: #A0647B;
}
</style>
border-color css
<style>
span { border-color: #A0647B; }
span { border-color: rgb(160,100,123); }
td.TdClassName
{
border-color: #A0647B;
}
.TagClassName
{
border-color: #A0647B;
}
</style>