Shades of Strikemaster #A1688B
Tints of Strikemaster #A1688B
RGB
CMYK
RGB Variations
Color information
#A1688B (or 0xA1688B) is known color: Strikemaster. HEX triplet: A1, 68 and 8B. RGB value is (161,104,139). Sum of RGB (Red+Green+Blue) = 161+104+139=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A1688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1688B is #5E9774. Grayscale: #7C7C7C. Windows color (decimal): -6199157 or 9136289. OLE color: 9136289.
HSL color Cylindrical-coordinate representation of color #A1688B: hue angle of 323.16º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1688B is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 139 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.37 |
| HSL | 323.16º | 0.23% | 0.52% | - |
| HSV(B) | 323.16º | 0.35% | 0.63% | - |
| XYZ | 24.31 | 19.34 | 26.88 | - |
| YUV | 125.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 139 | 0 | 0.35 | 0.14 | 0.37 | 323.16 | 0.23 | 0.52 |
| Hex | A1 | 68 | 8B | 0 | 23 | E | 25 | 143 | 17 | 34 |
| Octal | 241 | 150 | 213 | 0 | 43 | 16 | 45 | 503 | 27 | 64 |
| Binary | 10100001 | 1101000 | 10001011 | 0 | 100011 | 1110 | 100101 | 101000011 | 10111 | 110100 |
Color Harmonies of #A1688B
Complementary color
Monochromatic Colors of #A1688B
Black with #A1688B
Text Example
Text Example
White with #A1688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1688B; }
p { color: rgb(161,104,139); }
H1.HeaderClassName
{
color: #A1688B;
}
.AnyTagClassName
{
color: #A1688B;
}
</style>
background-color css
<style>
a { background-color: #A1688B; }
a { background-color: rgb(161,104,139); }
div.DivClassName
{
background-color: #A1688B;
}
.BgClassName
{
background-color: #A1688B;
}
</style>
border-color css
<style>
span { border-color: #A1688B; }
span { border-color: rgb(161,104,139); }
td.TdClassName
{
border-color: #A1688B;
}
.TagClassName
{
border-color: #A1688B;
}
</style>