Shades of Strikemaster #A35181
Tints of Strikemaster #A35181
RGB
CMYK
RGB Variations
Color information
#A35181 (or 0xA35181) is known color: Strikemaster. HEX triplet: A3, 51 and 81. RGB value is (163,81,129). Sum of RGB (Red+Green+Blue) = 163+81+129=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A35181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35181 is #5CAE7E. Grayscale: #6E6E6E. Windows color (decimal): -6073983 or 8475043. OLE color: 8475043.
HSL color Cylindrical-coordinate representation of color #A35181: hue angle of 324.88º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35181 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 81 | 129 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.36 |
| HSL | 324.88º | 0.34% | 0.48% | - |
| HSV(B) | 324.88º | 0.5% | 0.64% | - |
| XYZ | 22.01 | 15.26 | 22.55 | - |
| YUV | 110.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 129 | 0 | 0.50 | 0.21 | 0.36 | 324.88 | 0.34 | 0.48 |
| Hex | A3 | 51 | 81 | 0 | 32 | 15 | 24 | 145 | 22 | 30 |
| Octal | 243 | 121 | 201 | 0 | 62 | 25 | 44 | 505 | 42 | 60 |
| Binary | 10100011 | 1010001 | 10000001 | 0 | 110010 | 10101 | 100100 | 101000101 | 100010 | 110000 |
Color Harmonies of #A35181
Complementary color
Monochromatic Colors of #A35181
Black with #A35181
Text Example
Text Example
White with #A35181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35181; }
p { color: rgb(163,81,129); }
H1.HeaderClassName
{
color: #A35181;
}
.AnyTagClassName
{
color: #A35181;
}
</style>
background-color css
<style>
a { background-color: #A35181; }
a { background-color: rgb(163,81,129); }
div.DivClassName
{
background-color: #A35181;
}
.BgClassName
{
background-color: #A35181;
}
</style>
border-color css
<style>
span { border-color: #A35181; }
span { border-color: rgb(163,81,129); }
td.TdClassName
{
border-color: #A35181;
}
.TagClassName
{
border-color: #A35181;
}
</style>