Shades of Strikemaster #A0638D
Tints of Strikemaster #A0638D
RGB
CMYK
RGB Variations
Color information
#A0638D (or 0xA0638D) is known color: Strikemaster. HEX triplet: A0, 63 and 8D. RGB value is (160,99,141). Sum of RGB (Red+Green+Blue) = 160+99+141=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A0638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0638D is #5F9C72. Grayscale: #797979. Windows color (decimal): -6265971 or 9266080. OLE color: 9266080.
HSL color Cylindrical-coordinate representation of color #A0638D: hue angle of 318.69º 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 #A0638D is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 99 | 141 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.37 |
| HSL | 318.69º | 0.24% | 0.51% | - |
| HSV(B) | 318.69º | 0.38% | 0.63% | - |
| XYZ | 23.77 | 18.32 | 27.48 | - |
| YUV | 122.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 141 | 0 | 0.38 | 0.12 | 0.37 | 318.69 | 0.24 | 0.51 |
| Hex | A0 | 63 | 8D | 0 | 26 | C | 25 | 13F | 18 | 33 |
| Octal | 240 | 143 | 215 | 0 | 46 | 14 | 45 | 477 | 30 | 63 |
| Binary | 10100000 | 1100011 | 10001101 | 0 | 100110 | 1100 | 100101 | 100111111 | 11000 | 110011 |
Color Harmonies of #A0638D
Complementary color
Monochromatic Colors of #A0638D
Black with #A0638D
Text Example
Text Example
White with #A0638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0638D; }
p { color: rgb(160,99,141); }
H1.HeaderClassName
{
color: #A0638D;
}
.AnyTagClassName
{
color: #A0638D;
}
</style>
background-color css
<style>
a { background-color: #A0638D; }
a { background-color: rgb(160,99,141); }
div.DivClassName
{
background-color: #A0638D;
}
.BgClassName
{
background-color: #A0638D;
}
</style>
border-color css
<style>
span { border-color: #A0638D; }
span { border-color: rgb(160,99,141); }
td.TdClassName
{
border-color: #A0638D;
}
.TagClassName
{
border-color: #A0638D;
}
</style>