Shades of Strikemaster #A35089
Tints of Strikemaster #A35089
RGB
CMYK
RGB Variations
Color information
#A35089 (or 0xA35089) is known color: Strikemaster. HEX triplet: A3, 50 and 89. RGB value is (163,80,137). Sum of RGB (Red+Green+Blue) = 163+80+137=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A35089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35089 is #5CAF76. Grayscale: #6F6F6F. Windows color (decimal): -6074231 or 8999075. OLE color: 8999075.
HSL color Cylindrical-coordinate representation of color #A35089: hue angle of 318.8º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A35089 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 137 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.36 |
| HSL | 318.8º | 0.34% | 0.48% | - |
| HSV(B) | 318.8º | 0.51% | 0.64% | - |
| XYZ | 22.49 | 15.33 | 25.44 | - |
| YUV | 111.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 137 | 0 | 0.51 | 0.16 | 0.36 | 318.8 | 0.34 | 0.48 |
| Hex | A3 | 50 | 89 | 0 | 33 | 10 | 24 | 13F | 22 | 30 |
| Octal | 243 | 120 | 211 | 0 | 63 | 20 | 44 | 477 | 42 | 60 |
| Binary | 10100011 | 1010000 | 10001001 | 0 | 110011 | 10000 | 100100 | 100111111 | 100010 | 110000 |
Color Harmonies of #A35089
Complementary color
Monochromatic Colors of #A35089
Black with #A35089
Text Example
Text Example
White with #A35089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35089; }
p { color: rgb(163,80,137); }
H1.HeaderClassName
{
color: #A35089;
}
.AnyTagClassName
{
color: #A35089;
}
</style>
background-color css
<style>
a { background-color: #A35089; }
a { background-color: rgb(163,80,137); }
div.DivClassName
{
background-color: #A35089;
}
.BgClassName
{
background-color: #A35089;
}
</style>
border-color css
<style>
span { border-color: #A35089; }
span { border-color: rgb(163,80,137); }
td.TdClassName
{
border-color: #A35089;
}
.TagClassName
{
border-color: #A35089;
}
</style>