Shades of Strikemaster #A26581
Tints of Strikemaster #A26581
RGB
CMYK
RGB Variations
Color information
#A26581 (or 0xA26581) is known color: Strikemaster. HEX triplet: A2, 65 and 81. RGB value is (162,101,129). Sum of RGB (Red+Green+Blue) = 162+101+129=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A26581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26581 is #5D9A7E. Grayscale: #7A7A7A. Windows color (decimal): -6134399 or 8480162. OLE color: 8480162.
HSL color Cylindrical-coordinate representation of color #A26581: hue angle of 332.46º 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 #A26581 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 101 | 129 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.36 |
| HSL | 332.46º | 0.25% | 0.52% | - |
| HSV(B) | 332.46º | 0.38% | 0.64% | - |
| XYZ | 23.52 | 18.57 | 23.11 | - |
| YUV | 122.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 129 | 0 | 0.38 | 0.20 | 0.36 | 332.46 | 0.25 | 0.52 |
| Hex | A2 | 65 | 81 | 0 | 26 | 14 | 24 | 14C | 19 | 34 |
| Octal | 242 | 145 | 201 | 0 | 46 | 24 | 44 | 514 | 31 | 64 |
| Binary | 10100010 | 1100101 | 10000001 | 0 | 100110 | 10100 | 100100 | 101001100 | 11001 | 110100 |
Color Harmonies of #A26581
Complementary color
Monochromatic Colors of #A26581
Black with #A26581
Text Example
Text Example
White with #A26581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26581; }
p { color: rgb(162,101,129); }
H1.HeaderClassName
{
color: #A26581;
}
.AnyTagClassName
{
color: #A26581;
}
</style>
background-color css
<style>
a { background-color: #A26581; }
a { background-color: rgb(162,101,129); }
div.DivClassName
{
background-color: #A26581;
}
.BgClassName
{
background-color: #A26581;
}
</style>
border-color css
<style>
span { border-color: #A26581; }
span { border-color: rgb(162,101,129); }
td.TdClassName
{
border-color: #A26581;
}
.TagClassName
{
border-color: #A26581;
}
</style>