Shades of Strikemaster #A3608D
Tints of Strikemaster #A3608D
RGB
CMYK
RGB Variations
Color information
#A3608D (or 0xA3608D) is known color: Strikemaster. HEX triplet: A3, 60 and 8D. RGB value is (163,96,141). Sum of RGB (Red+Green+Blue) = 163+96+141=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A3608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3608D is #5C9F72. Grayscale: #797979. Windows color (decimal): -6070131 or 9265315. OLE color: 9265315.
HSL color Cylindrical-coordinate representation of color #A3608D: hue angle of 319.7º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3608D is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 96 | 141 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.36 |
| HSL | 319.7º | 0.27% | 0.51% | - |
| HSV(B) | 319.7º | 0.41% | 0.64% | - |
| XYZ | 24.09 | 18.08 | 27.42 | - |
| YUV | 121.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 141 | 0 | 0.41 | 0.13 | 0.36 | 319.7 | 0.27 | 0.51 |
| Hex | A3 | 60 | 8D | 0 | 29 | D | 24 | 140 | 1B | 33 |
| Octal | 243 | 140 | 215 | 0 | 51 | 15 | 44 | 500 | 33 | 63 |
| Binary | 10100011 | 1100000 | 10001101 | 0 | 101001 | 1101 | 100100 | 101000000 | 11011 | 110011 |
Color Harmonies of #A3608D
Complementary color
Monochromatic Colors of #A3608D
Black with #A3608D
Text Example
Text Example
White with #A3608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3608D; }
p { color: rgb(163,96,141); }
H1.HeaderClassName
{
color: #A3608D;
}
.AnyTagClassName
{
color: #A3608D;
}
</style>
background-color css
<style>
a { background-color: #A3608D; }
a { background-color: rgb(163,96,141); }
div.DivClassName
{
background-color: #A3608D;
}
.BgClassName
{
background-color: #A3608D;
}
</style>
border-color css
<style>
span { border-color: #A3608D; }
span { border-color: rgb(163,96,141); }
td.TdClassName
{
border-color: #A3608D;
}
.TagClassName
{
border-color: #A3608D;
}
</style>