Shades of Strikemaster #A2627E
Tints of Strikemaster #A2627E
RGB
CMYK
RGB Variations
Color information
#A2627E (or 0xA2627E) is known color: Strikemaster. HEX triplet: A2, 62 and 7E. RGB value is (162,98,126). Sum of RGB (Red+Green+Blue) = 162+98+126=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2627E is #5D9D81. Grayscale: #787878. Windows color (decimal): -6135170 or 8282786. OLE color: 8282786.
HSL color Cylindrical-coordinate representation of color #A2627E: hue angle of 333.75º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2627E is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 98 | 126 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.36 |
| HSL | 333.75º | 0.26% | 0.51% | - |
| HSV(B) | 333.75º | 0.4% | 0.64% | - |
| XYZ | 23.03 | 17.92 | 21.98 | - |
| YUV | 120.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 126 | 0 | 0.40 | 0.22 | 0.36 | 333.75 | 0.26 | 0.51 |
| Hex | A2 | 62 | 7E | 0 | 28 | 16 | 24 | 14E | 1A | 33 |
| Octal | 242 | 142 | 176 | 0 | 50 | 26 | 44 | 516 | 32 | 63 |
| Binary | 10100010 | 1100010 | 1111110 | 0 | 101000 | 10110 | 100100 | 101001110 | 11010 | 110011 |
Color Harmonies of #A2627E
Complementary color
Monochromatic Colors of #A2627E
Black with #A2627E
Text Example
Text Example
White with #A2627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2627E; }
p { color: rgb(162,98,126); }
H1.HeaderClassName
{
color: #A2627E;
}
.AnyTagClassName
{
color: #A2627E;
}
</style>
background-color css
<style>
a { background-color: #A2627E; }
a { background-color: rgb(162,98,126); }
div.DivClassName
{
background-color: #A2627E;
}
.BgClassName
{
background-color: #A2627E;
}
</style>
border-color css
<style>
span { border-color: #A2627E; }
span { border-color: rgb(162,98,126); }
td.TdClassName
{
border-color: #A2627E;
}
.TagClassName
{
border-color: #A2627E;
}
</style>