Shades of Strikemaster #A2638B
Tints of Strikemaster #A2638B
RGB
CMYK
RGB Variations
Color information
#A2638B (or 0xA2638B) is known color: Strikemaster. HEX triplet: A2, 63 and 8B. RGB value is (162,99,139). Sum of RGB (Red+Green+Blue) = 162+99+139=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A2638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2638B is #5D9C74. Grayscale: #7A7A7A. Windows color (decimal): -6134901 or 9135010. OLE color: 9135010.
HSL color Cylindrical-coordinate representation of color #A2638B: hue angle of 321.9º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2638B is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 99 | 139 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.36 |
| HSL | 321.9º | 0.25% | 0.51% | - |
| HSV(B) | 321.9º | 0.39% | 0.64% | - |
| XYZ | 24.02 | 18.47 | 26.72 | - |
| YUV | 122.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 139 | 0 | 0.39 | 0.14 | 0.36 | 321.9 | 0.25 | 0.51 |
| Hex | A2 | 63 | 8B | 0 | 27 | E | 24 | 142 | 19 | 33 |
| Octal | 242 | 143 | 213 | 0 | 47 | 16 | 44 | 502 | 31 | 63 |
| Binary | 10100010 | 1100011 | 10001011 | 0 | 100111 | 1110 | 100100 | 101000010 | 11001 | 110011 |
Color Harmonies of #A2638B
Complementary color
Monochromatic Colors of #A2638B
Black with #A2638B
Text Example
Text Example
White with #A2638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2638B; }
p { color: rgb(162,99,139); }
H1.HeaderClassName
{
color: #A2638B;
}
.AnyTagClassName
{
color: #A2638B;
}
</style>
background-color css
<style>
a { background-color: #A2638B; }
a { background-color: rgb(162,99,139); }
div.DivClassName
{
background-color: #A2638B;
}
.BgClassName
{
background-color: #A2638B;
}
</style>
border-color css
<style>
span { border-color: #A2638B; }
span { border-color: rgb(162,99,139); }
td.TdClassName
{
border-color: #A2638B;
}
.TagClassName
{
border-color: #A2638B;
}
</style>