Shades of Strikemaster #A6568C
Tints of Strikemaster #A6568C
RGB
CMYK
RGB Variations
Color information
#A6568C (or 0xA6568C) is known color: Strikemaster. HEX triplet: A6, 56 and 8C. RGB value is (166,86,140). Sum of RGB (Red+Green+Blue) = 166+86+140=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6568C is #59A973. Grayscale: #737373. Windows color (decimal): -5876084 or 9197222. OLE color: 9197222.
HSL color Cylindrical-coordinate representation of color #A6568C: hue angle of 319.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6568C is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 140 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.35 |
| HSL | 319.5º | 0.32% | 0.49% | - |
| HSV(B) | 319.5º | 0.48% | 0.65% | - |
| XYZ | 23.79 | 16.66 | 26.77 | - |
| YUV | 116.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 140 | 0 | 0.48 | 0.16 | 0.35 | 319.5 | 0.32 | 0.49 |
| Hex | A6 | 56 | 8C | 0 | 30 | 10 | 23 | 140 | 20 | 31 |
| Octal | 246 | 126 | 214 | 0 | 60 | 20 | 43 | 500 | 40 | 61 |
| Binary | 10100110 | 1010110 | 10001100 | 0 | 110000 | 10000 | 100011 | 101000000 | 100000 | 110001 |
Color Harmonies of #A6568C
Complementary color
Monochromatic Colors of #A6568C
Black with #A6568C
Text Example
Text Example
White with #A6568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6568C; }
p { color: rgb(166,86,140); }
H1.HeaderClassName
{
color: #A6568C;
}
.AnyTagClassName
{
color: #A6568C;
}
</style>
background-color css
<style>
a { background-color: #A6568C; }
a { background-color: rgb(166,86,140); }
div.DivClassName
{
background-color: #A6568C;
}
.BgClassName
{
background-color: #A6568C;
}
</style>
border-color css
<style>
span { border-color: #A6568C; }
span { border-color: rgb(166,86,140); }
td.TdClassName
{
border-color: #A6568C;
}
.TagClassName
{
border-color: #A6568C;
}
</style>