Shades of Strikemaster #A3608A
Tints of Strikemaster #A3608A
RGB
CMYK
RGB Variations
Color information
#A3608A (or 0xA3608A) is known color: Strikemaster. HEX triplet: A3, 60 and 8A. RGB value is (163,96,138). Sum of RGB (Red+Green+Blue) = 163+96+138=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A3608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3608A is #5C9F75. Grayscale: #787878. Windows color (decimal): -6070134 or 9068707. OLE color: 9068707.
HSL color Cylindrical-coordinate representation of color #A3608A: hue angle of 322.39º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3608A is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 96 | 138 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.36 |
| HSL | 322.39º | 0.27% | 0.51% | - |
| HSV(B) | 322.39º | 0.41% | 0.64% | - |
| XYZ | 23.87 | 17.99 | 26.26 | - |
| YUV | 120.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 138 | 0 | 0.41 | 0.15 | 0.36 | 322.39 | 0.27 | 0.51 |
| Hex | A3 | 60 | 8A | 0 | 29 | F | 24 | 142 | 1B | 33 |
| Octal | 243 | 140 | 212 | 0 | 51 | 17 | 44 | 502 | 33 | 63 |
| Binary | 10100011 | 1100000 | 10001010 | 0 | 101001 | 1111 | 100100 | 101000010 | 11011 | 110011 |
Color Harmonies of #A3608A
Complementary color
Monochromatic Colors of #A3608A
Black with #A3608A
Text Example
Text Example
White with #A3608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3608A; }
p { color: rgb(163,96,138); }
H1.HeaderClassName
{
color: #A3608A;
}
.AnyTagClassName
{
color: #A3608A;
}
</style>
background-color css
<style>
a { background-color: #A3608A; }
a { background-color: rgb(163,96,138); }
div.DivClassName
{
background-color: #A3608A;
}
.BgClassName
{
background-color: #A3608A;
}
</style>
border-color css
<style>
span { border-color: #A3608A; }
span { border-color: rgb(163,96,138); }
td.TdClassName
{
border-color: #A3608A;
}
.TagClassName
{
border-color: #A3608A;
}
</style>