Shades of Strikemaster #A1638B
Tints of Strikemaster #A1638B
RGB
CMYK
RGB Variations
Color information
#A1638B (or 0xA1638B) is known color: Strikemaster. HEX triplet: A1, 63 and 8B. RGB value is (161,99,139). Sum of RGB (Red+Green+Blue) = 161+99+139=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A1638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1638B is #5E9C74. Grayscale: #7A7A7A. Windows color (decimal): -6200437 or 9135009. OLE color: 9135009.
HSL color Cylindrical-coordinate representation of color #A1638B: hue angle of 321.29º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1638B is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 139 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.37 |
| HSL | 321.29º | 0.25% | 0.51% | - |
| HSV(B) | 321.29º | 0.39% | 0.63% | - |
| XYZ | 23.82 | 18.36 | 26.72 | - |
| YUV | 122.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 139 | 0 | 0.39 | 0.14 | 0.37 | 321.29 | 0.25 | 0.51 |
| Hex | A1 | 63 | 8B | 0 | 27 | E | 25 | 141 | 19 | 33 |
| Octal | 241 | 143 | 213 | 0 | 47 | 16 | 45 | 501 | 31 | 63 |
| Binary | 10100001 | 1100011 | 10001011 | 0 | 100111 | 1110 | 100101 | 101000001 | 11001 | 110011 |
Color Harmonies of #A1638B
Complementary color
Monochromatic Colors of #A1638B
Black with #A1638B
Text Example
Text Example
White with #A1638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1638B; }
p { color: rgb(161,99,139); }
H1.HeaderClassName
{
color: #A1638B;
}
.AnyTagClassName
{
color: #A1638B;
}
</style>
background-color css
<style>
a { background-color: #A1638B; }
a { background-color: rgb(161,99,139); }
div.DivClassName
{
background-color: #A1638B;
}
.BgClassName
{
background-color: #A1638B;
}
</style>
border-color css
<style>
span { border-color: #A1638B; }
span { border-color: rgb(161,99,139); }
td.TdClassName
{
border-color: #A1638B;
}
.TagClassName
{
border-color: #A1638B;
}
</style>