Shades of Strikemaster #A1648B
Tints of Strikemaster #A1648B
RGB
CMYK
RGB Variations
Color information
#A1648B (or 0xA1648B) is known color: Strikemaster. HEX triplet: A1, 64 and 8B. RGB value is (161,100,139). Sum of RGB (Red+Green+Blue) = 161+100+139=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1648B is #5E9B74. Grayscale: #7A7A7A. Windows color (decimal): -6200181 or 9135265. OLE color: 9135265.
HSL color Cylindrical-coordinate representation of color #A1648B: hue angle of 321.64º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1648B is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 139 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.37 |
| HSL | 321.64º | 0.24% | 0.51% | - |
| HSV(B) | 321.64º | 0.38% | 0.63% | - |
| XYZ | 23.92 | 18.56 | 26.75 | - |
| YUV | 122.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 139 | 0 | 0.38 | 0.14 | 0.37 | 321.64 | 0.24 | 0.51 |
| Hex | A1 | 64 | 8B | 0 | 26 | E | 25 | 142 | 18 | 33 |
| Octal | 241 | 144 | 213 | 0 | 46 | 16 | 45 | 502 | 30 | 63 |
| Binary | 10100001 | 1100100 | 10001011 | 0 | 100110 | 1110 | 100101 | 101000010 | 11000 | 110011 |
Color Harmonies of #A1648B
Complementary color
Monochromatic Colors of #A1648B
Black with #A1648B
Text Example
Text Example
White with #A1648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1648B; }
p { color: rgb(161,100,139); }
H1.HeaderClassName
{
color: #A1648B;
}
.AnyTagClassName
{
color: #A1648B;
}
</style>
background-color css
<style>
a { background-color: #A1648B; }
a { background-color: rgb(161,100,139); }
div.DivClassName
{
background-color: #A1648B;
}
.BgClassName
{
background-color: #A1648B;
}
</style>
border-color css
<style>
span { border-color: #A1648B; }
span { border-color: rgb(161,100,139); }
td.TdClassName
{
border-color: #A1648B;
}
.TagClassName
{
border-color: #A1648B;
}
</style>