Shades of Strikemaster #A35F8B
Tints of Strikemaster #A35F8B
RGB
CMYK
RGB Variations
Color information
#A35F8B (or 0xA35F8B) is known color: Strikemaster. HEX triplet: A3, 5F and 8B. RGB value is (163,95,139). Sum of RGB (Red+Green+Blue) = 163+95+139=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35F8B is #5CA074. Grayscale: #787878. Windows color (decimal): -6070389 or 9133987. OLE color: 9133987.
HSL color Cylindrical-coordinate representation of color #A35F8B: hue angle of 321.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A35F8B is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 95 | 139 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.36 |
| HSL | 321.18º | 0.27% | 0.51% | - |
| HSV(B) | 321.18º | 0.42% | 0.64% | - |
| XYZ | 23.86 | 17.84 | 26.61 | - |
| YUV | 120.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 95 | 139 | 0 | 0.42 | 0.15 | 0.36 | 321.18 | 0.27 | 0.51 |
| Hex | A3 | 5F | 8B | 0 | 2A | F | 24 | 141 | 1B | 33 |
| Octal | 243 | 137 | 213 | 0 | 52 | 17 | 44 | 501 | 33 | 63 |
| Binary | 10100011 | 1011111 | 10001011 | 0 | 101010 | 1111 | 100100 | 101000001 | 11011 | 110011 |
Color Harmonies of #A35F8B
Complementary color
Monochromatic Colors of #A35F8B
Black with #A35F8B
Text Example
Text Example
White with #A35F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35F8B; }
p { color: rgb(163,95,139); }
H1.HeaderClassName
{
color: #A35F8B;
}
.AnyTagClassName
{
color: #A35F8B;
}
</style>
background-color css
<style>
a { background-color: #A35F8B; }
a { background-color: rgb(163,95,139); }
div.DivClassName
{
background-color: #A35F8B;
}
.BgClassName
{
background-color: #A35F8B;
}
</style>
border-color css
<style>
span { border-color: #A35F8B; }
span { border-color: rgb(163,95,139); }
td.TdClassName
{
border-color: #A35F8B;
}
.TagClassName
{
border-color: #A35F8B;
}
</style>