Shades of Strikemaster #A35783
Tints of Strikemaster #A35783
RGB
CMYK
RGB Variations
Color information
#A35783 (or 0xA35783) is known color: Strikemaster. HEX triplet: A3, 57 and 83. RGB value is (163,87,131). Sum of RGB (Red+Green+Blue) = 163+87+131=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A35783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35783 is #5CA87C. Grayscale: #727272. Windows color (decimal): -6072445 or 8607651. OLE color: 8607651.
HSL color Cylindrical-coordinate representation of color #A35783: hue angle of 325.26º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A35783 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 87 | 131 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.36 |
| HSL | 325.26º | 0.3% | 0.49% | - |
| HSV(B) | 325.26º | 0.47% | 0.64% | - |
| XYZ | 22.61 | 16.24 | 23.42 | - |
| YUV | 114.74 | 137.18 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 131 | 0 | 0.47 | 0.20 | 0.36 | 325.26 | 0.3 | 0.49 |
| Hex | A3 | 57 | 83 | 0 | 2F | 14 | 24 | 145 | 1E | 31 |
| Octal | 243 | 127 | 203 | 0 | 57 | 24 | 44 | 505 | 36 | 61 |
| Binary | 10100011 | 1010111 | 10000011 | 0 | 101111 | 10100 | 100100 | 101000101 | 11110 | 110001 |
Color Harmonies of #A35783
Complementary color
Monochromatic Colors of #A35783
Black with #A35783
Text Example
Text Example
White with #A35783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35783; }
p { color: rgb(163,87,131); }
H1.HeaderClassName
{
color: #A35783;
}
.AnyTagClassName
{
color: #A35783;
}
</style>
background-color css
<style>
a { background-color: #A35783; }
a { background-color: rgb(163,87,131); }
div.DivClassName
{
background-color: #A35783;
}
.BgClassName
{
background-color: #A35783;
}
</style>
border-color css
<style>
span { border-color: #A35783; }
span { border-color: rgb(163,87,131); }
td.TdClassName
{
border-color: #A35783;
}
.TagClassName
{
border-color: #A35783;
}
</style>