Shades of Strikemaster #A35C83
Tints of Strikemaster #A35C83
RGB
CMYK
RGB Variations
Color information
#A35C83 (or 0xA35C83) is known color: Strikemaster. HEX triplet: A3, 5C and 83. RGB value is (163,92,131). Sum of RGB (Red+Green+Blue) = 163+92+131=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35C83 is #5CA37C. Grayscale: #757575. Windows color (decimal): -6071165 or 8608931. OLE color: 8608931.
HSL color Cylindrical-coordinate representation of color #A35C83: hue angle of 327.04º 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 #A35C83 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 92 | 131 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.36 |
| HSL | 327.04º | 0.28% | 0.5% | - |
| HSV(B) | 327.04º | 0.44% | 0.64% | - |
| XYZ | 23.03 | 17.08 | 23.56 | - |
| YUV | 117.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 131 | 0 | 0.44 | 0.20 | 0.36 | 327.04 | 0.28 | 0.5 |
| Hex | A3 | 5C | 83 | 0 | 2C | 14 | 24 | 147 | 1C | 32 |
| Octal | 243 | 134 | 203 | 0 | 54 | 24 | 44 | 507 | 34 | 62 |
| Binary | 10100011 | 1011100 | 10000011 | 0 | 101100 | 10100 | 100100 | 101000111 | 11100 | 110010 |
Color Harmonies of #A35C83
Complementary color
Monochromatic Colors of #A35C83
Black with #A35C83
Text Example
Text Example
White with #A35C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35C83; }
p { color: rgb(163,92,131); }
H1.HeaderClassName
{
color: #A35C83;
}
.AnyTagClassName
{
color: #A35C83;
}
</style>
background-color css
<style>
a { background-color: #A35C83; }
a { background-color: rgb(163,92,131); }
div.DivClassName
{
background-color: #A35C83;
}
.BgClassName
{
background-color: #A35C83;
}
</style>
border-color css
<style>
span { border-color: #A35C83; }
span { border-color: rgb(163,92,131); }
td.TdClassName
{
border-color: #A35C83;
}
.TagClassName
{
border-color: #A35C83;
}
</style>