Shades of Strikemaster #A35E8F
Tints of Strikemaster #A35E8F
RGB
CMYK
RGB Variations
Color information
#A35E8F (or 0xA35E8F) is known color: Strikemaster. HEX triplet: A3, 5E and 8F. RGB value is (163,94,143). Sum of RGB (Red+Green+Blue) = 163+94+143=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35E8F is #5CA170. Grayscale: #787878. Windows color (decimal): -6070641 or 9395875. OLE color: 9395875.
HSL color Cylindrical-coordinate representation of color #A35E8F: hue angle of 317.39º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A35E8F is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 94 | 143 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.36 |
| HSL | 317.39º | 0.27% | 0.5% | - |
| HSV(B) | 317.39º | 0.42% | 0.64% | - |
| XYZ | 24.06 | 17.78 | 28.15 | - |
| YUV | 120.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 94 | 143 | 0 | 0.42 | 0.12 | 0.36 | 317.39 | 0.27 | 0.5 |
| Hex | A3 | 5E | 8F | 0 | 2A | C | 24 | 13D | 1B | 32 |
| Octal | 243 | 136 | 217 | 0 | 52 | 14 | 44 | 475 | 33 | 62 |
| Binary | 10100011 | 1011110 | 10001111 | 0 | 101010 | 1100 | 100100 | 100111101 | 11011 | 110010 |
Color Harmonies of #A35E8F
Complementary color
Monochromatic Colors of #A35E8F
Black with #A35E8F
Text Example
Text Example
White with #A35E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35E8F; }
p { color: rgb(163,94,143); }
H1.HeaderClassName
{
color: #A35E8F;
}
.AnyTagClassName
{
color: #A35E8F;
}
</style>
background-color css
<style>
a { background-color: #A35E8F; }
a { background-color: rgb(163,94,143); }
div.DivClassName
{
background-color: #A35E8F;
}
.BgClassName
{
background-color: #A35E8F;
}
</style>
border-color css
<style>
span { border-color: #A35E8F; }
span { border-color: rgb(163,94,143); }
td.TdClassName
{
border-color: #A35E8F;
}
.TagClassName
{
border-color: #A35E8F;
}
</style>