Shades of Strikemaster #A4528A
Tints of Strikemaster #A4528A
RGB
CMYK
RGB Variations
Color information
#A4528A (or 0xA4528A) is known color: Strikemaster. HEX triplet: A4, 52 and 8A. RGB value is (164,82,138). Sum of RGB (Red+Green+Blue) = 164+82+138=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A4528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4528A is #5BAD75. Grayscale: #707070. Windows color (decimal): -6008182 or 9065124. OLE color: 9065124.
HSL color Cylindrical-coordinate representation of color #A4528A: hue angle of 319.02º degrees, saturation: 0.33, 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 #A4528A is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 82 | 138 | - |
| CMYK | 0 | 0.5 | 0.16 | 0.36 |
| HSL | 319.02º | 0.33% | 0.48% | - |
| HSV(B) | 319.02º | 0.5% | 0.64% | - |
| XYZ | 22.91 | 15.76 | 25.88 | - |
| YUV | 112.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 138 | 0 | 0.5 | 0.16 | 0.36 | 319.02 | 0.33 | 0.48 |
| Hex | A4 | 52 | 8A | 0 | 32 | 10 | 24 | 13F | 21 | 30 |
| Octal | 244 | 122 | 212 | 0 | 62 | 20 | 44 | 477 | 41 | 60 |
| Binary | 10100100 | 1010010 | 10001010 | 0 | 110010 | 10000 | 100100 | 100111111 | 100001 | 110000 |
Color Harmonies of #A4528A
Complementary color
Monochromatic Colors of #A4528A
Black with #A4528A
Text Example
Text Example
White with #A4528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4528A; }
p { color: rgb(164,82,138); }
H1.HeaderClassName
{
color: #A4528A;
}
.AnyTagClassName
{
color: #A4528A;
}
</style>
background-color css
<style>
a { background-color: #A4528A; }
a { background-color: rgb(164,82,138); }
div.DivClassName
{
background-color: #A4528A;
}
.BgClassName
{
background-color: #A4528A;
}
</style>
border-color css
<style>
span { border-color: #A4528A; }
span { border-color: rgb(164,82,138); }
td.TdClassName
{
border-color: #A4528A;
}
.TagClassName
{
border-color: #A4528A;
}
</style>