Shades of Strikemaster #A56A8A
Tints of Strikemaster #A56A8A
RGB
CMYK
RGB Variations
Color information
#A56A8A (or 0xA56A8A) is known color: Strikemaster. HEX triplet: A5, 6A and 8A. RGB value is (165,106,138). Sum of RGB (Red+Green+Blue) = 165+106+138=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56A8A is #5A9575. Grayscale: #7F7F7F. Windows color (decimal): -5936502 or 9071269. OLE color: 9071269.
HSL color Cylindrical-coordinate representation of color #A56A8A: hue angle of 327.46º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A56A8A is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 106 | 138 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.35 |
| HSL | 327.46º | 0.25% | 0.53% | - |
| HSV(B) | 327.46º | 0.36% | 0.65% | - |
| XYZ | 25.26 | 20.14 | 26.6 | - |
| YUV | 127.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 138 | 0 | 0.36 | 0.16 | 0.35 | 327.46 | 0.25 | 0.53 |
| Hex | A5 | 6A | 8A | 0 | 24 | 10 | 23 | 147 | 19 | 35 |
| Octal | 245 | 152 | 212 | 0 | 44 | 20 | 43 | 507 | 31 | 65 |
| Binary | 10100101 | 1101010 | 10001010 | 0 | 100100 | 10000 | 100011 | 101000111 | 11001 | 110101 |
Color Harmonies of #A56A8A
Complementary color
Monochromatic Colors of #A56A8A
Black with #A56A8A
Text Example
Text Example
White with #A56A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56A8A; }
p { color: rgb(165,106,138); }
H1.HeaderClassName
{
color: #A56A8A;
}
.AnyTagClassName
{
color: #A56A8A;
}
</style>
background-color css
<style>
a { background-color: #A56A8A; }
a { background-color: rgb(165,106,138); }
div.DivClassName
{
background-color: #A56A8A;
}
.BgClassName
{
background-color: #A56A8A;
}
</style>
border-color css
<style>
span { border-color: #A56A8A; }
span { border-color: rgb(165,106,138); }
td.TdClassName
{
border-color: #A56A8A;
}
.TagClassName
{
border-color: #A56A8A;
}
</style>