Shades of Strikemaster #A0647E
Tints of Strikemaster #A0647E
RGB
CMYK
RGB Variations
Color information
#A0647E (or 0xA0647E) is known color: Strikemaster. HEX triplet: A0, 64 and 7E. RGB value is (160,100,126). Sum of RGB (Red+Green+Blue) = 160+100+126=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A0647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0647E is #5F9B81. Grayscale: #787878. Windows color (decimal): -6265730 or 8283296. OLE color: 8283296.
HSL color Cylindrical-coordinate representation of color #A0647E: hue angle of 334º 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 #A0647E is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 126 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.37 |
| HSL | 334º | 0.24% | 0.51% | - |
| HSV(B) | 334º | 0.38% | 0.63% | - |
| XYZ | 22.82 | 18.09 | 22.03 | - |
| YUV | 120.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 126 | 0 | 0.38 | 0.21 | 0.37 | 334 | 0.24 | 0.51 |
| Hex | A0 | 64 | 7E | 0 | 26 | 15 | 25 | 14E | 18 | 33 |
| Octal | 240 | 144 | 176 | 0 | 46 | 25 | 45 | 516 | 30 | 63 |
| Binary | 10100000 | 1100100 | 1111110 | 0 | 100110 | 10101 | 100101 | 101001110 | 11000 | 110011 |
Color Harmonies of #A0647E
Complementary color
Monochromatic Colors of #A0647E
Black with #A0647E
Text Example
Text Example
White with #A0647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0647E; }
p { color: rgb(160,100,126); }
H1.HeaderClassName
{
color: #A0647E;
}
.AnyTagClassName
{
color: #A0647E;
}
</style>
background-color css
<style>
a { background-color: #A0647E; }
a { background-color: rgb(160,100,126); }
div.DivClassName
{
background-color: #A0647E;
}
.BgClassName
{
background-color: #A0647E;
}
</style>
border-color css
<style>
span { border-color: #A0647E; }
span { border-color: rgb(160,100,126); }
td.TdClassName
{
border-color: #A0647E;
}
.TagClassName
{
border-color: #A0647E;
}
</style>