Shades of Strikemaster #A3648E
Tints of Strikemaster #A3648E
RGB
CMYK
RGB Variations
Color information
#A3648E (or 0xA3648E) is known color: Strikemaster. HEX triplet: A3, 64 and 8E. RGB value is (163,100,142). Sum of RGB (Red+Green+Blue) = 163+100+142=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A3648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3648E is #5C9B71. Grayscale: #7B7B7B. Windows color (decimal): -6069106 or 9331875. OLE color: 9331875.
HSL color Cylindrical-coordinate representation of color #A3648E: hue angle of 320º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3648E is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 100 | 142 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.36 |
| HSL | 320º | 0.26% | 0.52% | - |
| HSV(B) | 320º | 0.39% | 0.64% | - |
| XYZ | 24.54 | 18.85 | 27.94 | - |
| YUV | 123.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 142 | 0 | 0.39 | 0.13 | 0.36 | 320 | 0.26 | 0.52 |
| Hex | A3 | 64 | 8E | 0 | 27 | D | 24 | 140 | 1A | 34 |
| Octal | 243 | 144 | 216 | 0 | 47 | 15 | 44 | 500 | 32 | 64 |
| Binary | 10100011 | 1100100 | 10001110 | 0 | 100111 | 1101 | 100100 | 101000000 | 11010 | 110100 |
Color Harmonies of #A3648E
Complementary color
Monochromatic Colors of #A3648E
Black with #A3648E
Text Example
Text Example
White with #A3648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3648E; }
p { color: rgb(163,100,142); }
H1.HeaderClassName
{
color: #A3648E;
}
.AnyTagClassName
{
color: #A3648E;
}
</style>
background-color css
<style>
a { background-color: #A3648E; }
a { background-color: rgb(163,100,142); }
div.DivClassName
{
background-color: #A3648E;
}
.BgClassName
{
background-color: #A3648E;
}
</style>
border-color css
<style>
span { border-color: #A3648E; }
span { border-color: rgb(163,100,142); }
td.TdClassName
{
border-color: #A3648E;
}
.TagClassName
{
border-color: #A3648E;
}
</style>