Shades of Strikemaster #A5607E
Tints of Strikemaster #A5607E
RGB
CMYK
RGB Variations
Color information
#A5607E (or 0xA5607E) is known color: Strikemaster. HEX triplet: A5, 60 and 7E. RGB value is (165,96,126). Sum of RGB (Red+Green+Blue) = 165+96+126=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5607E is #5A9F81. Grayscale: #787878. Windows color (decimal): -5939074 or 8282277. OLE color: 8282277.
HSL color Cylindrical-coordinate representation of color #A5607E: hue angle of 333.91º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5607E is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 96 | 126 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.35 |
| HSL | 333.91º | 0.28% | 0.51% | - |
| HSV(B) | 333.91º | 0.42% | 0.65% | - |
| XYZ | 23.47 | 17.87 | 21.95 | - |
| YUV | 120.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 96 | 126 | 0 | 0.42 | 0.24 | 0.35 | 333.91 | 0.28 | 0.51 |
| Hex | A5 | 60 | 7E | 0 | 2A | 18 | 23 | 14E | 1C | 33 |
| Octal | 245 | 140 | 176 | 0 | 52 | 30 | 43 | 516 | 34 | 63 |
| Binary | 10100101 | 1100000 | 1111110 | 0 | 101010 | 11000 | 100011 | 101001110 | 11100 | 110011 |
Color Harmonies of #A5607E
Complementary color
Monochromatic Colors of #A5607E
Black with #A5607E
Text Example
Text Example
White with #A5607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5607E; }
p { color: rgb(165,96,126); }
H1.HeaderClassName
{
color: #A5607E;
}
.AnyTagClassName
{
color: #A5607E;
}
</style>
background-color css
<style>
a { background-color: #A5607E; }
a { background-color: rgb(165,96,126); }
div.DivClassName
{
background-color: #A5607E;
}
.BgClassName
{
background-color: #A5607E;
}
</style>
border-color css
<style>
span { border-color: #A5607E; }
span { border-color: rgb(165,96,126); }
td.TdClassName
{
border-color: #A5607E;
}
.TagClassName
{
border-color: #A5607E;
}
</style>