Shades of Strikemaster #A1538A
Tints of Strikemaster #A1538A
RGB
CMYK
RGB Variations
Color information
#A1538A (or 0xA1538A) is known color: Strikemaster. HEX triplet: A1, 53 and 8A. RGB value is (161,83,138). Sum of RGB (Red+Green+Blue) = 161+83+138=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A1538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1538A is #5EAC75. Grayscale: #707070. Windows color (decimal): -6204534 or 9065377. OLE color: 9065377.
HSL color Cylindrical-coordinate representation of color #A1538A: hue angle of 317.69º 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 #A1538A is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 83 | 138 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.37 |
| HSL | 317.69º | 0.32% | 0.48% | - |
| HSV(B) | 317.69º | 0.48% | 0.63% | - |
| XYZ | 22.38 | 15.6 | 25.88 | - |
| YUV | 112.59 | 142.34 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 138 | 0 | 0.48 | 0.14 | 0.37 | 317.69 | 0.32 | 0.48 |
| Hex | A1 | 53 | 8A | 0 | 30 | E | 25 | 13E | 20 | 30 |
| Octal | 241 | 123 | 212 | 0 | 60 | 16 | 45 | 476 | 40 | 60 |
| Binary | 10100001 | 1010011 | 10001010 | 0 | 110000 | 1110 | 100101 | 100111110 | 100000 | 110000 |
Color Harmonies of #A1538A
Complementary color
Monochromatic Colors of #A1538A
Black with #A1538A
Text Example
Text Example
White with #A1538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1538A; }
p { color: rgb(161,83,138); }
H1.HeaderClassName
{
color: #A1538A;
}
.AnyTagClassName
{
color: #A1538A;
}
</style>
background-color css
<style>
a { background-color: #A1538A; }
a { background-color: rgb(161,83,138); }
div.DivClassName
{
background-color: #A1538A;
}
.BgClassName
{
background-color: #A1538A;
}
</style>
border-color css
<style>
span { border-color: #A1538A; }
span { border-color: rgb(161,83,138); }
td.TdClassName
{
border-color: #A1538A;
}
.TagClassName
{
border-color: #A1538A;
}
</style>