Shades of Strikemaster #A1508A
Tints of Strikemaster #A1508A
RGB
CMYK
RGB Variations
Color information
#A1508A (or 0xA1508A) is known color: Strikemaster. HEX triplet: A1, 50 and 8A. RGB value is (161,80,138). Sum of RGB (Red+Green+Blue) = 161+80+138=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A1508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1508A is #5EAF75. Grayscale: #6E6E6E. Windows color (decimal): -6205302 or 9064609. OLE color: 9064609.
HSL color Cylindrical-coordinate representation of color #A1508A: hue angle of 317.04º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1508A is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 138 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.37 |
| HSL | 317.04º | 0.34% | 0.47% | - |
| HSV(B) | 317.04º | 0.5% | 0.63% | - |
| XYZ | 22.15 | 15.15 | 25.8 | - |
| YUV | 110.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 138 | 0 | 0.50 | 0.14 | 0.37 | 317.04 | 0.34 | 0.47 |
| Hex | A1 | 50 | 8A | 0 | 32 | E | 25 | 13D | 22 | 2F |
| Octal | 241 | 120 | 212 | 0 | 62 | 16 | 45 | 475 | 42 | 57 |
| Binary | 10100001 | 1010000 | 10001010 | 0 | 110010 | 1110 | 100101 | 100111101 | 100010 | 101111 |
Color Harmonies of #A1508A
Complementary color
Monochromatic Colors of #A1508A
Black with #A1508A
Text Example
Text Example
White with #A1508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1508A; }
p { color: rgb(161,80,138); }
H1.HeaderClassName
{
color: #A1508A;
}
.AnyTagClassName
{
color: #A1508A;
}
</style>
background-color css
<style>
a { background-color: #A1508A; }
a { background-color: rgb(161,80,138); }
div.DivClassName
{
background-color: #A1508A;
}
.BgClassName
{
background-color: #A1508A;
}
</style>
border-color css
<style>
span { border-color: #A1508A; }
span { border-color: rgb(161,80,138); }
td.TdClassName
{
border-color: #A1508A;
}
.TagClassName
{
border-color: #A1508A;
}
</style>