Shades of Strikemaster #A3658B
Tints of Strikemaster #A3658B
RGB
CMYK
RGB Variations
Color information
#A3658B (or 0xA3658B) is known color: Strikemaster. HEX triplet: A3, 65 and 8B. RGB value is (163,101,139). Sum of RGB (Red+Green+Blue) = 163+101+139=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A3658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3658B is #5C9A74. Grayscale: #7B7B7B. Windows color (decimal): -6068853 or 9135523. OLE color: 9135523.
HSL color Cylindrical-coordinate representation of color #A3658B: hue angle of 323.23º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3658B is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 101 | 139 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.36 |
| HSL | 323.23º | 0.25% | 0.52% | - |
| HSV(B) | 323.23º | 0.38% | 0.64% | - |
| XYZ | 24.42 | 18.96 | 26.8 | - |
| YUV | 123.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 139 | 0 | 0.38 | 0.15 | 0.36 | 323.23 | 0.25 | 0.52 |
| Hex | A3 | 65 | 8B | 0 | 26 | F | 24 | 143 | 19 | 34 |
| Octal | 243 | 145 | 213 | 0 | 46 | 17 | 44 | 503 | 31 | 64 |
| Binary | 10100011 | 1100101 | 10001011 | 0 | 100110 | 1111 | 100100 | 101000011 | 11001 | 110100 |
Color Harmonies of #A3658B
Complementary color
Monochromatic Colors of #A3658B
Black with #A3658B
Text Example
Text Example
White with #A3658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3658B; }
p { color: rgb(163,101,139); }
H1.HeaderClassName
{
color: #A3658B;
}
.AnyTagClassName
{
color: #A3658B;
}
</style>
background-color css
<style>
a { background-color: #A3658B; }
a { background-color: rgb(163,101,139); }
div.DivClassName
{
background-color: #A3658B;
}
.BgClassName
{
background-color: #A3658B;
}
</style>
border-color css
<style>
span { border-color: #A3658B; }
span { border-color: rgb(163,101,139); }
td.TdClassName
{
border-color: #A3658B;
}
.TagClassName
{
border-color: #A3658B;
}
</style>