Shades of Strikemaster #A5528A
Tints of Strikemaster #A5528A
RGB
CMYK
RGB Variations
Color information
#A5528A (or 0xA5528A) is known color: Strikemaster. HEX triplet: A5, 52 and 8A. RGB value is (165,82,138). Sum of RGB (Red+Green+Blue) = 165+82+138=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A5528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5528A is #5AAD75. Grayscale: #717171. Windows color (decimal): -5942646 or 9065125. OLE color: 9065125.
HSL color Cylindrical-coordinate representation of color #A5528A: hue angle of 319.52º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5528A is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 82 | 138 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.35 |
| HSL | 319.52º | 0.34% | 0.48% | - |
| HSV(B) | 319.52º | 0.5% | 0.65% | - |
| XYZ | 23.12 | 15.87 | 25.89 | - |
| YUV | 113.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 138 | 0 | 0.50 | 0.16 | 0.35 | 319.52 | 0.34 | 0.48 |
| Hex | A5 | 52 | 8A | 0 | 32 | 10 | 23 | 140 | 22 | 30 |
| Octal | 245 | 122 | 212 | 0 | 62 | 20 | 43 | 500 | 42 | 60 |
| Binary | 10100101 | 1010010 | 10001010 | 0 | 110010 | 10000 | 100011 | 101000000 | 100010 | 110000 |
Color Harmonies of #A5528A
Complementary color
Monochromatic Colors of #A5528A
Black with #A5528A
Text Example
Text Example
White with #A5528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5528A; }
p { color: rgb(165,82,138); }
H1.HeaderClassName
{
color: #A5528A;
}
.AnyTagClassName
{
color: #A5528A;
}
</style>
background-color css
<style>
a { background-color: #A5528A; }
a { background-color: rgb(165,82,138); }
div.DivClassName
{
background-color: #A5528A;
}
.BgClassName
{
background-color: #A5528A;
}
</style>
border-color css
<style>
span { border-color: #A5528A; }
span { border-color: rgb(165,82,138); }
td.TdClassName
{
border-color: #A5528A;
}
.TagClassName
{
border-color: #A5528A;
}
</style>