Shades of Strikemaster #A06683
Tints of Strikemaster #A06683
RGB
CMYK
RGB Variations
Color information
#A06683 (or 0xA06683) is known color: Strikemaster. HEX triplet: A0, 66 and 83. RGB value is (160,102,131). Sum of RGB (Red+Green+Blue) = 160+102+131=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A06683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06683 is #5F997C. Grayscale: #7A7A7A. Windows color (decimal): -6265213 or 8611488. OLE color: 8611488.
HSL color Cylindrical-coordinate representation of color #A06683: hue angle of 330º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A06683 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 131 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.37 |
| HSL | 330º | 0.23% | 0.51% | - |
| HSV(B) | 330º | 0.36% | 0.63% | - |
| XYZ | 23.35 | 18.62 | 23.84 | - |
| YUV | 122.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 131 | 0 | 0.36 | 0.18 | 0.37 | 330 | 0.23 | 0.51 |
| Hex | A0 | 66 | 83 | 0 | 24 | 12 | 25 | 14A | 17 | 33 |
| Octal | 240 | 146 | 203 | 0 | 44 | 22 | 45 | 512 | 27 | 63 |
| Binary | 10100000 | 1100110 | 10000011 | 0 | 100100 | 10010 | 100101 | 101001010 | 10111 | 110011 |
Color Harmonies of #A06683
Complementary color
Monochromatic Colors of #A06683
Black with #A06683
Text Example
Text Example
White with #A06683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06683; }
p { color: rgb(160,102,131); }
H1.HeaderClassName
{
color: #A06683;
}
.AnyTagClassName
{
color: #A06683;
}
</style>
background-color css
<style>
a { background-color: #A06683; }
a { background-color: rgb(160,102,131); }
div.DivClassName
{
background-color: #A06683;
}
.BgClassName
{
background-color: #A06683;
}
</style>
border-color css
<style>
span { border-color: #A06683; }
span { border-color: rgb(160,102,131); }
td.TdClassName
{
border-color: #A06683;
}
.TagClassName
{
border-color: #A06683;
}
</style>