Shades of Strikemaster #A5568D
Tints of Strikemaster #A5568D
RGB
CMYK
RGB Variations
Color information
#A5568D (or 0xA5568D) is known color: Strikemaster. HEX triplet: A5, 56 and 8D. RGB value is (165,86,141). Sum of RGB (Red+Green+Blue) = 165+86+141=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5568D is #5AA972. Grayscale: #737373. Windows color (decimal): -5941619 or 9262757. OLE color: 9262757.
HSL color Cylindrical-coordinate representation of color #A5568D: hue angle of 318.23º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5568D is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 86 | 141 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.35 |
| HSL | 318.23º | 0.31% | 0.49% | - |
| HSV(B) | 318.23º | 0.48% | 0.65% | - |
| XYZ | 23.65 | 16.58 | 27.15 | - |
| YUV | 115.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 141 | 0 | 0.48 | 0.15 | 0.35 | 318.23 | 0.31 | 0.49 |
| Hex | A5 | 56 | 8D | 0 | 30 | F | 23 | 13E | 1F | 31 |
| Octal | 245 | 126 | 215 | 0 | 60 | 17 | 43 | 476 | 37 | 61 |
| Binary | 10100101 | 1010110 | 10001101 | 0 | 110000 | 1111 | 100011 | 100111110 | 11111 | 110001 |
Color Harmonies of #A5568D
Complementary color
Monochromatic Colors of #A5568D
Black with #A5568D
Text Example
Text Example
White with #A5568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5568D; }
p { color: rgb(165,86,141); }
H1.HeaderClassName
{
color: #A5568D;
}
.AnyTagClassName
{
color: #A5568D;
}
</style>
background-color css
<style>
a { background-color: #A5568D; }
a { background-color: rgb(165,86,141); }
div.DivClassName
{
background-color: #A5568D;
}
.BgClassName
{
background-color: #A5568D;
}
</style>
border-color css
<style>
span { border-color: #A5568D; }
span { border-color: rgb(165,86,141); }
td.TdClassName
{
border-color: #A5568D;
}
.TagClassName
{
border-color: #A5568D;
}
</style>