Shades of Strikemaster #A2657E
Tints of Strikemaster #A2657E
RGB
CMYK
RGB Variations
Color information
#A2657E (or 0xA2657E) is known color: Strikemaster. HEX triplet: A2, 65 and 7E. RGB value is (162,101,126). Sum of RGB (Red+Green+Blue) = 162+101+126=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2657E is #5D9A81. Grayscale: #7A7A7A. Windows color (decimal): -6134402 or 8283554. OLE color: 8283554.
HSL color Cylindrical-coordinate representation of color #A2657E: hue angle of 335.41º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2657E is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 101 | 126 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.36 |
| HSL | 335.41º | 0.25% | 0.52% | - |
| HSV(B) | 335.41º | 0.38% | 0.64% | - |
| XYZ | 23.32 | 18.5 | 22.08 | - |
| YUV | 122.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 126 | 0 | 0.38 | 0.22 | 0.36 | 335.41 | 0.25 | 0.52 |
| Hex | A2 | 65 | 7E | 0 | 26 | 16 | 24 | 14F | 19 | 34 |
| Octal | 242 | 145 | 176 | 0 | 46 | 26 | 44 | 517 | 31 | 64 |
| Binary | 10100010 | 1100101 | 1111110 | 0 | 100110 | 10110 | 100100 | 101001111 | 11001 | 110100 |
Color Harmonies of #A2657E
Complementary color
Monochromatic Colors of #A2657E
Black with #A2657E
Text Example
Text Example
White with #A2657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2657E; }
p { color: rgb(162,101,126); }
H1.HeaderClassName
{
color: #A2657E;
}
.AnyTagClassName
{
color: #A2657E;
}
</style>
background-color css
<style>
a { background-color: #A2657E; }
a { background-color: rgb(162,101,126); }
div.DivClassName
{
background-color: #A2657E;
}
.BgClassName
{
background-color: #A2657E;
}
</style>
border-color css
<style>
span { border-color: #A2657E; }
span { border-color: rgb(162,101,126); }
td.TdClassName
{
border-color: #A2657E;
}
.TagClassName
{
border-color: #A2657E;
}
</style>