Shades of Strikemaster #A4538B
Tints of Strikemaster #A4538B
RGB
CMYK
RGB Variations
Color information
#A4538B (or 0xA4538B) is known color: Strikemaster. HEX triplet: A4, 53 and 8B. RGB value is (164,83,139). Sum of RGB (Red+Green+Blue) = 164+83+139=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4538B is #5BAC74. Grayscale: #717171. Windows color (decimal): -6007925 or 9130916. OLE color: 9130916.
HSL color Cylindrical-coordinate representation of color #A4538B: hue angle of 318.52º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4538B is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 83 | 139 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.36 |
| HSL | 318.52º | 0.33% | 0.48% | - |
| HSV(B) | 318.52º | 0.49% | 0.64% | - |
| XYZ | 23.06 | 15.94 | 26.29 | - |
| YUV | 113.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 139 | 0 | 0.49 | 0.15 | 0.36 | 318.52 | 0.33 | 0.48 |
| Hex | A4 | 53 | 8B | 0 | 31 | F | 24 | 13F | 21 | 30 |
| Octal | 244 | 123 | 213 | 0 | 61 | 17 | 44 | 477 | 41 | 60 |
| Binary | 10100100 | 1010011 | 10001011 | 0 | 110001 | 1111 | 100100 | 100111111 | 100001 | 110000 |
Color Harmonies of #A4538B
Complementary color
Monochromatic Colors of #A4538B
Black with #A4538B
Text Example
Text Example
White with #A4538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4538B; }
p { color: rgb(164,83,139); }
H1.HeaderClassName
{
color: #A4538B;
}
.AnyTagClassName
{
color: #A4538B;
}
</style>
background-color css
<style>
a { background-color: #A4538B; }
a { background-color: rgb(164,83,139); }
div.DivClassName
{
background-color: #A4538B;
}
.BgClassName
{
background-color: #A4538B;
}
</style>
border-color css
<style>
span { border-color: #A4538B; }
span { border-color: rgb(164,83,139); }
td.TdClassName
{
border-color: #A4538B;
}
.TagClassName
{
border-color: #A4538B;
}
</style>