Shades of Strikemaster #A6528A
Tints of Strikemaster #A6528A
RGB
CMYK
RGB Variations
Color information
#A6528A (or 0xA6528A) is known color: Strikemaster. HEX triplet: A6, 52 and 8A. RGB value is (166,82,138). Sum of RGB (Red+Green+Blue) = 166+82+138=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A6528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6528A is #59AD75. Grayscale: #717171. Windows color (decimal): -5877110 or 9065126. OLE color: 9065126.
HSL color Cylindrical-coordinate representation of color #A6528A: hue angle of 320º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6528A is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 138 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.35 |
| HSL | 320º | 0.34% | 0.49% | - |
| HSV(B) | 320º | 0.51% | 0.65% | - |
| XYZ | 23.33 | 15.98 | 25.9 | - |
| YUV | 113.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 138 | 0 | 0.51 | 0.17 | 0.35 | 320 | 0.34 | 0.49 |
| Hex | A6 | 52 | 8A | 0 | 33 | 11 | 23 | 140 | 22 | 31 |
| Octal | 246 | 122 | 212 | 0 | 63 | 21 | 43 | 500 | 42 | 61 |
| Binary | 10100110 | 1010010 | 10001010 | 0 | 110011 | 10001 | 100011 | 101000000 | 100010 | 110001 |
Color Harmonies of #A6528A
Complementary color
Monochromatic Colors of #A6528A
Black with #A6528A
Text Example
Text Example
White with #A6528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6528A; }
p { color: rgb(166,82,138); }
H1.HeaderClassName
{
color: #A6528A;
}
.AnyTagClassName
{
color: #A6528A;
}
</style>
background-color css
<style>
a { background-color: #A6528A; }
a { background-color: rgb(166,82,138); }
div.DivClassName
{
background-color: #A6528A;
}
.BgClassName
{
background-color: #A6528A;
}
</style>
border-color css
<style>
span { border-color: #A6528A; }
span { border-color: rgb(166,82,138); }
td.TdClassName
{
border-color: #A6528A;
}
.TagClassName
{
border-color: #A6528A;
}
</style>