Shades of Strikemaster #A1538B
Tints of Strikemaster #A1538B
RGB
CMYK
RGB Variations
Color information
#A1538B (or 0xA1538B) is known color: Strikemaster. HEX triplet: A1, 53 and 8B. RGB value is (161,83,139). Sum of RGB (Red+Green+Blue) = 161+83+139=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A1538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1538B is #5EAC74. Grayscale: #707070. Windows color (decimal): -6204533 or 9130913. OLE color: 9130913.
HSL color Cylindrical-coordinate representation of color #A1538B: hue angle of 316.92º 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 #A1538B is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 83 | 139 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.37 |
| HSL | 316.92º | 0.32% | 0.48% | - |
| HSV(B) | 316.92º | 0.48% | 0.63% | - |
| XYZ | 22.45 | 15.63 | 26.26 | - |
| YUV | 112.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 139 | 0 | 0.48 | 0.14 | 0.37 | 316.92 | 0.32 | 0.48 |
| Hex | A1 | 53 | 8B | 0 | 30 | E | 25 | 13D | 20 | 30 |
| Octal | 241 | 123 | 213 | 0 | 60 | 16 | 45 | 475 | 40 | 60 |
| Binary | 10100001 | 1010011 | 10001011 | 0 | 110000 | 1110 | 100101 | 100111101 | 100000 | 110000 |
Color Harmonies of #A1538B
Complementary color
Monochromatic Colors of #A1538B
Black with #A1538B
Text Example
Text Example
White with #A1538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1538B; }
p { color: rgb(161,83,139); }
H1.HeaderClassName
{
color: #A1538B;
}
.AnyTagClassName
{
color: #A1538B;
}
</style>
background-color css
<style>
a { background-color: #A1538B; }
a { background-color: rgb(161,83,139); }
div.DivClassName
{
background-color: #A1538B;
}
.BgClassName
{
background-color: #A1538B;
}
</style>
border-color css
<style>
span { border-color: #A1538B; }
span { border-color: rgb(161,83,139); }
td.TdClassName
{
border-color: #A1538B;
}
.TagClassName
{
border-color: #A1538B;
}
</style>