Shades of Strikemaster #A0607B
Tints of Strikemaster #A0607B
RGB
CMYK
RGB Variations
Color information
#A0607B (or 0xA0607B) is known color: Strikemaster. HEX triplet: A0, 60 and 7B. RGB value is (160,96,123). Sum of RGB (Red+Green+Blue) = 160+96+123=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A0607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0607B is #5F9F84. Grayscale: #767676. Windows color (decimal): -6266757 or 8085664. OLE color: 8085664.
HSL color Cylindrical-coordinate representation of color #A0607B: hue angle of 334.69º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0607B is Cyan = 0, Magento = 0.4, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 123 | - |
| CMYK | 0 | 0.4 | 0.23 | 0.37 |
| HSL | 334.69º | 0.25% | 0.5% | - |
| HSV(B) | 334.69º | 0.4% | 0.63% | - |
| XYZ | 22.26 | 17.27 | 20.9 | - |
| YUV | 118.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 123 | 0 | 0.4 | 0.23 | 0.37 | 334.69 | 0.25 | 0.5 |
| Hex | A0 | 60 | 7B | 0 | 28 | 17 | 25 | 14F | 19 | 32 |
| Octal | 240 | 140 | 173 | 0 | 50 | 27 | 45 | 517 | 31 | 62 |
| Binary | 10100000 | 1100000 | 1111011 | 0 | 101000 | 10111 | 100101 | 101001111 | 11001 | 110010 |
Color Harmonies of #A0607B
Complementary color
Monochromatic Colors of #A0607B
Black with #A0607B
Text Example
Text Example
White with #A0607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0607B; }
p { color: rgb(160,96,123); }
H1.HeaderClassName
{
color: #A0607B;
}
.AnyTagClassName
{
color: #A0607B;
}
</style>
background-color css
<style>
a { background-color: #A0607B; }
a { background-color: rgb(160,96,123); }
div.DivClassName
{
background-color: #A0607B;
}
.BgClassName
{
background-color: #A0607B;
}
</style>
border-color css
<style>
span { border-color: #A0607B; }
span { border-color: rgb(160,96,123); }
td.TdClassName
{
border-color: #A0607B;
}
.TagClassName
{
border-color: #A0607B;
}
</style>