Shades of Strikemaster #A0647A
Tints of Strikemaster #A0647A
RGB
CMYK
RGB Variations
Color information
#A0647A (or 0xA0647A) is known color: Strikemaster. HEX triplet: A0, 64 and 7A. RGB value is (160,100,122). Sum of RGB (Red+Green+Blue) = 160+100+122=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0647A is #5F9B85. Grayscale: #787878. Windows color (decimal): -6265734 or 8021152. OLE color: 8021152.
HSL color Cylindrical-coordinate representation of color #A0647A: hue angle of 338º 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 #A0647A is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 122 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.37 |
| HSL | 338º | 0.24% | 0.51% | - |
| HSV(B) | 338º | 0.38% | 0.63% | - |
| XYZ | 22.57 | 17.99 | 20.7 | - |
| YUV | 120.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 122 | 0 | 0.38 | 0.24 | 0.37 | 338 | 0.24 | 0.51 |
| Hex | A0 | 64 | 7A | 0 | 26 | 18 | 25 | 152 | 18 | 33 |
| Octal | 240 | 144 | 172 | 0 | 46 | 30 | 45 | 522 | 30 | 63 |
| Binary | 10100000 | 1100100 | 1111010 | 0 | 100110 | 11000 | 100101 | 101010010 | 11000 | 110011 |
Color Harmonies of #A0647A
Complementary color
Monochromatic Colors of #A0647A
Black with #A0647A
Text Example
Text Example
White with #A0647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0647A; }
p { color: rgb(160,100,122); }
H1.HeaderClassName
{
color: #A0647A;
}
.AnyTagClassName
{
color: #A0647A;
}
</style>
background-color css
<style>
a { background-color: #A0647A; }
a { background-color: rgb(160,100,122); }
div.DivClassName
{
background-color: #A0647A;
}
.BgClassName
{
background-color: #A0647A;
}
</style>
border-color css
<style>
span { border-color: #A0647A; }
span { border-color: rgb(160,100,122); }
td.TdClassName
{
border-color: #A0647A;
}
.TagClassName
{
border-color: #A0647A;
}
</style>