Shades of Strikemaster #A0627E
Tints of Strikemaster #A0627E
RGB
CMYK
RGB Variations
Color information
#A0627E (or 0xA0627E) is known color: Strikemaster. HEX triplet: A0, 62 and 7E. RGB value is (160,98,126). Sum of RGB (Red+Green+Blue) = 160+98+126=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0627E is #5F9D81. Grayscale: #777777. Windows color (decimal): -6266242 or 8282784. OLE color: 8282784.
HSL color Cylindrical-coordinate representation of color #A0627E: hue angle of 332.9º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0627E is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 98 | 126 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.37 |
| HSL | 332.9º | 0.25% | 0.51% | - |
| HSV(B) | 332.9º | 0.39% | 0.63% | - |
| XYZ | 22.63 | 17.72 | 21.97 | - |
| YUV | 119.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 126 | 0 | 0.39 | 0.21 | 0.37 | 332.9 | 0.25 | 0.51 |
| Hex | A0 | 62 | 7E | 0 | 27 | 15 | 25 | 14D | 19 | 33 |
| Octal | 240 | 142 | 176 | 0 | 47 | 25 | 45 | 515 | 31 | 63 |
| Binary | 10100000 | 1100010 | 1111110 | 0 | 100111 | 10101 | 100101 | 101001101 | 11001 | 110011 |
Color Harmonies of #A0627E
Complementary color
Monochromatic Colors of #A0627E
Black with #A0627E
Text Example
Text Example
White with #A0627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0627E; }
p { color: rgb(160,98,126); }
H1.HeaderClassName
{
color: #A0627E;
}
.AnyTagClassName
{
color: #A0627E;
}
</style>
background-color css
<style>
a { background-color: #A0627E; }
a { background-color: rgb(160,98,126); }
div.DivClassName
{
background-color: #A0627E;
}
.BgClassName
{
background-color: #A0627E;
}
</style>
border-color css
<style>
span { border-color: #A0627E; }
span { border-color: rgb(160,98,126); }
td.TdClassName
{
border-color: #A0627E;
}
.TagClassName
{
border-color: #A0627E;
}
</style>