Shades of Strikemaster #A6538B
Tints of Strikemaster #A6538B
RGB
CMYK
RGB Variations
Color information
#A6538B (or 0xA6538B) is known color: Strikemaster. HEX triplet: A6, 53 and 8B. RGB value is (166,83,139). Sum of RGB (Red+Green+Blue) = 166+83+139=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A6538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6538B is #59AC74. Grayscale: #727272. Windows color (decimal): -5876853 or 9130918. OLE color: 9130918.
HSL color Cylindrical-coordinate representation of color #A6538B: hue angle of 319.52º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6538B is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 139 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.35 |
| HSL | 319.52º | 0.33% | 0.49% | - |
| HSV(B) | 319.52º | 0.5% | 0.65% | - |
| XYZ | 23.48 | 16.16 | 26.31 | - |
| YUV | 114.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 139 | 0 | 0.50 | 0.16 | 0.35 | 319.52 | 0.33 | 0.49 |
| Hex | A6 | 53 | 8B | 0 | 32 | 10 | 23 | 140 | 21 | 31 |
| Octal | 246 | 123 | 213 | 0 | 62 | 20 | 43 | 500 | 41 | 61 |
| Binary | 10100110 | 1010011 | 10001011 | 0 | 110010 | 10000 | 100011 | 101000000 | 100001 | 110001 |
Color Harmonies of #A6538B
Complementary color
Monochromatic Colors of #A6538B
Black with #A6538B
Text Example
Text Example
White with #A6538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6538B; }
p { color: rgb(166,83,139); }
H1.HeaderClassName
{
color: #A6538B;
}
.AnyTagClassName
{
color: #A6538B;
}
</style>
background-color css
<style>
a { background-color: #A6538B; }
a { background-color: rgb(166,83,139); }
div.DivClassName
{
background-color: #A6538B;
}
.BgClassName
{
background-color: #A6538B;
}
</style>
border-color css
<style>
span { border-color: #A6538B; }
span { border-color: rgb(166,83,139); }
td.TdClassName
{
border-color: #A6538B;
}
.TagClassName
{
border-color: #A6538B;
}
</style>