Shades of Strikemaster #A65285
Tints of Strikemaster #A65285
RGB
CMYK
RGB Variations
Color information
#A65285 (or 0xA65285) is known color: Strikemaster. HEX triplet: A6, 52 and 85. RGB value is (166,82,133). Sum of RGB (Red+Green+Blue) = 166+82+133=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A65285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65285 is #59AD7A. Grayscale: #707070. Windows color (decimal): -5877115 or 8737446. OLE color: 8737446.
HSL color Cylindrical-coordinate representation of color #A65285: hue angle of 323.57º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65285 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 133 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.35 |
| HSL | 323.57º | 0.34% | 0.49% | - |
| HSV(B) | 323.57º | 0.51% | 0.65% | - |
| XYZ | 22.98 | 15.84 | 24.04 | - |
| YUV | 112.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 133 | 0 | 0.51 | 0.20 | 0.35 | 323.57 | 0.34 | 0.49 |
| Hex | A6 | 52 | 85 | 0 | 33 | 14 | 23 | 144 | 22 | 31 |
| Octal | 246 | 122 | 205 | 0 | 63 | 24 | 43 | 504 | 42 | 61 |
| Binary | 10100110 | 1010010 | 10000101 | 0 | 110011 | 10100 | 100011 | 101000100 | 100010 | 110001 |
Color Harmonies of #A65285
Complementary color
Monochromatic Colors of #A65285
Black with #A65285
Text Example
Text Example
White with #A65285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65285; }
p { color: rgb(166,82,133); }
H1.HeaderClassName
{
color: #A65285;
}
.AnyTagClassName
{
color: #A65285;
}
</style>
background-color css
<style>
a { background-color: #A65285; }
a { background-color: rgb(166,82,133); }
div.DivClassName
{
background-color: #A65285;
}
.BgClassName
{
background-color: #A65285;
}
</style>
border-color css
<style>
span { border-color: #A65285; }
span { border-color: rgb(166,82,133); }
td.TdClassName
{
border-color: #A65285;
}
.TagClassName
{
border-color: #A65285;
}
</style>