Shades of Strikemaster #A35C89
Tints of Strikemaster #A35C89
RGB
CMYK
RGB Variations
Color information
#A35C89 (or 0xA35C89) is known color: Strikemaster. HEX triplet: A3, 5C and 89. RGB value is (163,92,137). Sum of RGB (Red+Green+Blue) = 163+92+137=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35C89 is #5CA376. Grayscale: #767676. Windows color (decimal): -6071159 or 9002147. OLE color: 9002147.
HSL color Cylindrical-coordinate representation of color #A35C89: hue angle of 321.97º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A35C89 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 92 | 137 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.36 |
| HSL | 321.97º | 0.28% | 0.5% | - |
| HSV(B) | 321.97º | 0.44% | 0.64% | - |
| XYZ | 23.45 | 17.25 | 25.76 | - |
| YUV | 118.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 137 | 0 | 0.44 | 0.16 | 0.36 | 321.97 | 0.28 | 0.5 |
| Hex | A3 | 5C | 89 | 0 | 2C | 10 | 24 | 142 | 1C | 32 |
| Octal | 243 | 134 | 211 | 0 | 54 | 20 | 44 | 502 | 34 | 62 |
| Binary | 10100011 | 1011100 | 10001001 | 0 | 101100 | 10000 | 100100 | 101000010 | 11100 | 110010 |
Color Harmonies of #A35C89
Complementary color
Monochromatic Colors of #A35C89
Black with #A35C89
Text Example
Text Example
White with #A35C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35C89; }
p { color: rgb(163,92,137); }
H1.HeaderClassName
{
color: #A35C89;
}
.AnyTagClassName
{
color: #A35C89;
}
</style>
background-color css
<style>
a { background-color: #A35C89; }
a { background-color: rgb(163,92,137); }
div.DivClassName
{
background-color: #A35C89;
}
.BgClassName
{
background-color: #A35C89;
}
</style>
border-color css
<style>
span { border-color: #A35C89; }
span { border-color: rgb(163,92,137); }
td.TdClassName
{
border-color: #A35C89;
}
.TagClassName
{
border-color: #A35C89;
}
</style>