Shades of Strikemaster #A35582
Tints of Strikemaster #A35582
RGB
CMYK
RGB Variations
Color information
#A35582 (or 0xA35582) is known color: Strikemaster. HEX triplet: A3, 55 and 82. RGB value is (163,85,130). Sum of RGB (Red+Green+Blue) = 163+85+130=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A35582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35582 is #5CAA7D. Grayscale: #717171. Windows color (decimal): -6072958 or 8541603. OLE color: 8541603.
HSL color Cylindrical-coordinate representation of color #A35582: hue angle of 325.38º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35582 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 85 | 130 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.36 |
| HSL | 325.38º | 0.31% | 0.49% | - |
| HSV(B) | 325.38º | 0.48% | 0.64% | - |
| XYZ | 22.38 | 15.9 | 23.01 | - |
| YUV | 113.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 130 | 0 | 0.48 | 0.20 | 0.36 | 325.38 | 0.31 | 0.49 |
| Hex | A3 | 55 | 82 | 0 | 30 | 14 | 24 | 145 | 1F | 31 |
| Octal | 243 | 125 | 202 | 0 | 60 | 24 | 44 | 505 | 37 | 61 |
| Binary | 10100011 | 1010101 | 10000010 | 0 | 110000 | 10100 | 100100 | 101000101 | 11111 | 110001 |
Color Harmonies of #A35582
Complementary color
Monochromatic Colors of #A35582
Black with #A35582
Text Example
Text Example
White with #A35582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35582; }
p { color: rgb(163,85,130); }
H1.HeaderClassName
{
color: #A35582;
}
.AnyTagClassName
{
color: #A35582;
}
</style>
background-color css
<style>
a { background-color: #A35582; }
a { background-color: rgb(163,85,130); }
div.DivClassName
{
background-color: #A35582;
}
.BgClassName
{
background-color: #A35582;
}
</style>
border-color css
<style>
span { border-color: #A35582; }
span { border-color: rgb(163,85,130); }
td.TdClassName
{
border-color: #A35582;
}
.TagClassName
{
border-color: #A35582;
}
</style>