Shades of Strikemaster #A06384
Tints of Strikemaster #A06384
RGB
CMYK
RGB Variations
Color information
#A06384 (or 0xA06384) is known color: Strikemaster. HEX triplet: A0, 63 and 84. RGB value is (160,99,132). Sum of RGB (Red+Green+Blue) = 160+99+132=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A06384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06384 is #5F9C7B. Grayscale: #787878. Windows color (decimal): -6265980 or 8676256. OLE color: 8676256.
HSL color Cylindrical-coordinate representation of color #A06384: hue angle of 327.54º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06384 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 99 | 132 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.37 |
| HSL | 327.54º | 0.24% | 0.51% | - |
| HSV(B) | 327.54º | 0.38% | 0.63% | - |
| XYZ | 23.12 | 18.06 | 24.1 | - |
| YUV | 121 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 132 | 0 | 0.38 | 0.17 | 0.37 | 327.54 | 0.24 | 0.51 |
| Hex | A0 | 63 | 84 | 0 | 26 | 11 | 25 | 148 | 18 | 33 |
| Octal | 240 | 143 | 204 | 0 | 46 | 21 | 45 | 510 | 30 | 63 |
| Binary | 10100000 | 1100011 | 10000100 | 0 | 100110 | 10001 | 100101 | 101001000 | 11000 | 110011 |
Color Harmonies of #A06384
Complementary color
Monochromatic Colors of #A06384
Black with #A06384
Text Example
Text Example
White with #A06384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06384; }
p { color: rgb(160,99,132); }
H1.HeaderClassName
{
color: #A06384;
}
.AnyTagClassName
{
color: #A06384;
}
</style>
background-color css
<style>
a { background-color: #A06384; }
a { background-color: rgb(160,99,132); }
div.DivClassName
{
background-color: #A06384;
}
.BgClassName
{
background-color: #A06384;
}
</style>
border-color css
<style>
span { border-color: #A06384; }
span { border-color: rgb(160,99,132); }
td.TdClassName
{
border-color: #A06384;
}
.TagClassName
{
border-color: #A06384;
}
</style>