Shades of Strikemaster #A35A84
Tints of Strikemaster #A35A84
RGB
CMYK
RGB Variations
Color information
#A35A84 (or 0xA35A84) is known color: Strikemaster. HEX triplet: A3, 5A and 84. RGB value is (163,90,132). Sum of RGB (Red+Green+Blue) = 163+90+132=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35A84 is #5CA57B. Grayscale: #747474. Windows color (decimal): -6071676 or 8673955. OLE color: 8673955.
HSL color Cylindrical-coordinate representation of color #A35A84: hue angle of 325.48º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A35A84 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 90 | 132 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.36 |
| HSL | 325.48º | 0.29% | 0.5% | - |
| HSV(B) | 325.48º | 0.45% | 0.64% | - |
| XYZ | 22.93 | 16.76 | 23.86 | - |
| YUV | 116.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 132 | 0 | 0.45 | 0.19 | 0.36 | 325.48 | 0.29 | 0.5 |
| Hex | A3 | 5A | 84 | 0 | 2D | 13 | 24 | 145 | 1D | 32 |
| Octal | 243 | 132 | 204 | 0 | 55 | 23 | 44 | 505 | 35 | 62 |
| Binary | 10100011 | 1011010 | 10000100 | 0 | 101101 | 10011 | 100100 | 101000101 | 11101 | 110010 |
Color Harmonies of #A35A84
Complementary color
Monochromatic Colors of #A35A84
Black with #A35A84
Text Example
Text Example
White with #A35A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35A84; }
p { color: rgb(163,90,132); }
H1.HeaderClassName
{
color: #A35A84;
}
.AnyTagClassName
{
color: #A35A84;
}
</style>
background-color css
<style>
a { background-color: #A35A84; }
a { background-color: rgb(163,90,132); }
div.DivClassName
{
background-color: #A35A84;
}
.BgClassName
{
background-color: #A35A84;
}
</style>
border-color css
<style>
span { border-color: #A35A84; }
span { border-color: rgb(163,90,132); }
td.TdClassName
{
border-color: #A35A84;
}
.TagClassName
{
border-color: #A35A84;
}
</style>