Shades of Strikemaster #A1507F
Tints of Strikemaster #A1507F
RGB
CMYK
RGB Variations
Color information
#A1507F (or 0xA1507F) is known color: Strikemaster. HEX triplet: A1, 50 and 7F. RGB value is (161,80,127). Sum of RGB (Red+Green+Blue) = 161+80+127=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1507F is #5EAF80. Grayscale: #6D6D6D. Windows color (decimal): -6205313 or 8343713. OLE color: 8343713.
HSL color Cylindrical-coordinate representation of color #A1507F: hue angle of 325.19º 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 #A1507F is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 127 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.37 |
| HSL | 325.19º | 0.34% | 0.47% | - |
| HSV(B) | 325.19º | 0.5% | 0.63% | - |
| XYZ | 21.4 | 14.85 | 21.82 | - |
| YUV | 109.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 127 | 0 | 0.50 | 0.21 | 0.37 | 325.19 | 0.34 | 0.47 |
| Hex | A1 | 50 | 7F | 0 | 32 | 15 | 25 | 145 | 22 | 2F |
| Octal | 241 | 120 | 177 | 0 | 62 | 25 | 45 | 505 | 42 | 57 |
| Binary | 10100001 | 1010000 | 1111111 | 0 | 110010 | 10101 | 100101 | 101000101 | 100010 | 101111 |
Color Harmonies of #A1507F
Complementary color
Monochromatic Colors of #A1507F
Black with #A1507F
Text Example
Text Example
White with #A1507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1507F; }
p { color: rgb(161,80,127); }
H1.HeaderClassName
{
color: #A1507F;
}
.AnyTagClassName
{
color: #A1507F;
}
</style>
background-color css
<style>
a { background-color: #A1507F; }
a { background-color: rgb(161,80,127); }
div.DivClassName
{
background-color: #A1507F;
}
.BgClassName
{
background-color: #A1507F;
}
</style>
border-color css
<style>
span { border-color: #A1507F; }
span { border-color: rgb(161,80,127); }
td.TdClassName
{
border-color: #A1507F;
}
.TagClassName
{
border-color: #A1507F;
}
</style>