Shades of Strikemaster #A5548B
Tints of Strikemaster #A5548B
RGB
CMYK
RGB Variations
Color information
#A5548B (or 0xA5548B) is known color: Strikemaster. HEX triplet: A5, 54 and 8B. RGB value is (165,84,139). Sum of RGB (Red+Green+Blue) = 165+84+139=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5548B is #5AAB74. Grayscale: #727272. Windows color (decimal): -5942133 or 9131173. OLE color: 9131173.
HSL color Cylindrical-coordinate representation of color #A5548B: hue angle of 319.26º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5548B is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 84 | 139 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.35 |
| HSL | 319.26º | 0.33% | 0.49% | - |
| HSV(B) | 319.26º | 0.49% | 0.65% | - |
| XYZ | 23.35 | 16.2 | 26.32 | - |
| YUV | 114.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 139 | 0 | 0.49 | 0.16 | 0.35 | 319.26 | 0.33 | 0.49 |
| Hex | A5 | 54 | 8B | 0 | 31 | 10 | 23 | 13F | 21 | 31 |
| Octal | 245 | 124 | 213 | 0 | 61 | 20 | 43 | 477 | 41 | 61 |
| Binary | 10100101 | 1010100 | 10001011 | 0 | 110001 | 10000 | 100011 | 100111111 | 100001 | 110001 |
Color Harmonies of #A5548B
Complementary color
Monochromatic Colors of #A5548B
Black with #A5548B
Text Example
Text Example
White with #A5548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5548B; }
p { color: rgb(165,84,139); }
H1.HeaderClassName
{
color: #A5548B;
}
.AnyTagClassName
{
color: #A5548B;
}
</style>
background-color css
<style>
a { background-color: #A5548B; }
a { background-color: rgb(165,84,139); }
div.DivClassName
{
background-color: #A5548B;
}
.BgClassName
{
background-color: #A5548B;
}
</style>
border-color css
<style>
span { border-color: #A5548B; }
span { border-color: rgb(165,84,139); }
td.TdClassName
{
border-color: #A5548B;
}
.TagClassName
{
border-color: #A5548B;
}
</style>