Shades of Strikemaster #A0538B
Tints of Strikemaster #A0538B
RGB
CMYK
RGB Variations
Color information
#A0538B (or 0xA0538B) is known color: Strikemaster. HEX triplet: A0, 53 and 8B. RGB value is (160,83,139). Sum of RGB (Red+Green+Blue) = 160+83+139=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0538B is #5FAC74. Grayscale: #707070. Windows color (decimal): -6270069 or 9130912. OLE color: 9130912.
HSL color Cylindrical-coordinate representation of color #A0538B: hue angle of 316.36º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0538B is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 139 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.37 |
| HSL | 316.36º | 0.32% | 0.48% | - |
| HSV(B) | 316.36º | 0.48% | 0.63% | - |
| XYZ | 22.25 | 15.52 | 26.25 | - |
| YUV | 112.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 139 | 0 | 0.48 | 0.13 | 0.37 | 316.36 | 0.32 | 0.48 |
| Hex | A0 | 53 | 8B | 0 | 30 | D | 25 | 13C | 20 | 30 |
| Octal | 240 | 123 | 213 | 0 | 60 | 15 | 45 | 474 | 40 | 60 |
| Binary | 10100000 | 1010011 | 10001011 | 0 | 110000 | 1101 | 100101 | 100111100 | 100000 | 110000 |
Color Harmonies of #A0538B
Complementary color
Monochromatic Colors of #A0538B
Black with #A0538B
Text Example
Text Example
White with #A0538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0538B; }
p { color: rgb(160,83,139); }
H1.HeaderClassName
{
color: #A0538B;
}
.AnyTagClassName
{
color: #A0538B;
}
</style>
background-color css
<style>
a { background-color: #A0538B; }
a { background-color: rgb(160,83,139); }
div.DivClassName
{
background-color: #A0538B;
}
.BgClassName
{
background-color: #A0538B;
}
</style>
border-color css
<style>
span { border-color: #A0538B; }
span { border-color: rgb(160,83,139); }
td.TdClassName
{
border-color: #A0538B;
}
.TagClassName
{
border-color: #A0538B;
}
</style>