Shades of Strikemaster #A46A8A
Tints of Strikemaster #A46A8A
RGB
CMYK
RGB Variations
Color information
#A46A8A (or 0xA46A8A) is known color: Strikemaster. HEX triplet: A4, 6A and 8A. RGB value is (164,106,138). Sum of RGB (Red+Green+Blue) = 164+106+138=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46A8A is #5B9575. Grayscale: #7E7E7E. Windows color (decimal): -6002038 or 9071268. OLE color: 9071268.
HSL color Cylindrical-coordinate representation of color #A46A8A: hue angle of 326.9º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46A8A is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 106 | 138 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.36 |
| HSL | 326.9º | 0.24% | 0.53% | - |
| HSV(B) | 326.9º | 0.35% | 0.64% | - |
| XYZ | 25.05 | 20.04 | 26.59 | - |
| YUV | 126.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 138 | 0 | 0.35 | 0.16 | 0.36 | 326.9 | 0.24 | 0.53 |
| Hex | A4 | 6A | 8A | 0 | 23 | 10 | 24 | 147 | 18 | 35 |
| Octal | 244 | 152 | 212 | 0 | 43 | 20 | 44 | 507 | 30 | 65 |
| Binary | 10100100 | 1101010 | 10001010 | 0 | 100011 | 10000 | 100100 | 101000111 | 11000 | 110101 |
Color Harmonies of #A46A8A
Complementary color
Monochromatic Colors of #A46A8A
Black with #A46A8A
Text Example
Text Example
White with #A46A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46A8A; }
p { color: rgb(164,106,138); }
H1.HeaderClassName
{
color: #A46A8A;
}
.AnyTagClassName
{
color: #A46A8A;
}
</style>
background-color css
<style>
a { background-color: #A46A8A; }
a { background-color: rgb(164,106,138); }
div.DivClassName
{
background-color: #A46A8A;
}
.BgClassName
{
background-color: #A46A8A;
}
</style>
border-color css
<style>
span { border-color: #A46A8A; }
span { border-color: rgb(164,106,138); }
td.TdClassName
{
border-color: #A46A8A;
}
.TagClassName
{
border-color: #A46A8A;
}
</style>