Shades of Strikemaster #A1618A
Tints of Strikemaster #A1618A
RGB
CMYK
RGB Variations
Color information
#A1618A (or 0xA1618A) is known color: Strikemaster. HEX triplet: A1, 61 and 8A. RGB value is (161,97,138). Sum of RGB (Red+Green+Blue) = 161+97+138=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A1618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1618A is #5E9E75. Grayscale: #787878. Windows color (decimal): -6200950 or 9068961. OLE color: 9068961.
HSL color Cylindrical-coordinate representation of color #A1618A: hue angle of 321.56º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1618A is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 138 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.37 |
| HSL | 321.56º | 0.25% | 0.51% | - |
| HSV(B) | 321.56º | 0.4% | 0.63% | - |
| XYZ | 23.56 | 17.96 | 26.27 | - |
| YUV | 120.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 138 | 0 | 0.40 | 0.14 | 0.37 | 321.56 | 0.25 | 0.51 |
| Hex | A1 | 61 | 8A | 0 | 28 | E | 25 | 142 | 19 | 33 |
| Octal | 241 | 141 | 212 | 0 | 50 | 16 | 45 | 502 | 31 | 63 |
| Binary | 10100001 | 1100001 | 10001010 | 0 | 101000 | 1110 | 100101 | 101000010 | 11001 | 110011 |
Color Harmonies of #A1618A
Complementary color
Monochromatic Colors of #A1618A
Black with #A1618A
Text Example
Text Example
White with #A1618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1618A; }
p { color: rgb(161,97,138); }
H1.HeaderClassName
{
color: #A1618A;
}
.AnyTagClassName
{
color: #A1618A;
}
</style>
background-color css
<style>
a { background-color: #A1618A; }
a { background-color: rgb(161,97,138); }
div.DivClassName
{
background-color: #A1618A;
}
.BgClassName
{
background-color: #A1618A;
}
</style>
border-color css
<style>
span { border-color: #A1618A; }
span { border-color: rgb(161,97,138); }
td.TdClassName
{
border-color: #A1618A;
}
.TagClassName
{
border-color: #A1618A;
}
</style>