Shades of Strikemaster #A1668B
Tints of Strikemaster #A1668B
RGB
CMYK
RGB Variations
Color information
#A1668B (or 0xA1668B) is known color: Strikemaster. HEX triplet: A1, 66 and 8B. RGB value is (161,102,139). Sum of RGB (Red+Green+Blue) = 161+102+139=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1668B is #5E9974. Grayscale: #7B7B7B. Windows color (decimal): -6199669 or 9135777. OLE color: 9135777.
HSL color Cylindrical-coordinate representation of color #A1668B: hue angle of 322.37º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1668B is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 139 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.37 |
| HSL | 322.37º | 0.24% | 0.52% | - |
| HSV(B) | 322.37º | 0.37% | 0.63% | - |
| XYZ | 24.11 | 18.94 | 26.81 | - |
| YUV | 123.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 139 | 0 | 0.37 | 0.14 | 0.37 | 322.37 | 0.24 | 0.52 |
| Hex | A1 | 66 | 8B | 0 | 25 | E | 25 | 142 | 18 | 34 |
| Octal | 241 | 146 | 213 | 0 | 45 | 16 | 45 | 502 | 30 | 64 |
| Binary | 10100001 | 1100110 | 10001011 | 0 | 100101 | 1110 | 100101 | 101000010 | 11000 | 110100 |
Color Harmonies of #A1668B
Complementary color
Monochromatic Colors of #A1668B
Black with #A1668B
Text Example
Text Example
White with #A1668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1668B; }
p { color: rgb(161,102,139); }
H1.HeaderClassName
{
color: #A1668B;
}
.AnyTagClassName
{
color: #A1668B;
}
</style>
background-color css
<style>
a { background-color: #A1668B; }
a { background-color: rgb(161,102,139); }
div.DivClassName
{
background-color: #A1668B;
}
.BgClassName
{
background-color: #A1668B;
}
</style>
border-color css
<style>
span { border-color: #A1668B; }
span { border-color: rgb(161,102,139); }
td.TdClassName
{
border-color: #A1668B;
}
.TagClassName
{
border-color: #A1668B;
}
</style>