Shades of Strikemaster #A35F8C
Tints of Strikemaster #A35F8C
RGB
CMYK
RGB Variations
Color information
#A35F8C (or 0xA35F8C) is known color: Strikemaster. HEX triplet: A3, 5F and 8C. RGB value is (163,95,140). Sum of RGB (Red+Green+Blue) = 163+95+140=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35F8C is #5CA073. Grayscale: #787878. Windows color (decimal): -6070388 or 9199523. OLE color: 9199523.
HSL color Cylindrical-coordinate representation of color #A35F8C: hue angle of 320.29º 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 #A35F8C is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 95 | 140 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.36 |
| HSL | 320.29º | 0.27% | 0.51% | - |
| HSV(B) | 320.29º | 0.42% | 0.64% | - |
| XYZ | 23.93 | 17.86 | 27 | - |
| YUV | 120.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 95 | 140 | 0 | 0.42 | 0.14 | 0.36 | 320.29 | 0.27 | 0.51 |
| Hex | A3 | 5F | 8C | 0 | 2A | E | 24 | 140 | 1B | 33 |
| Octal | 243 | 137 | 214 | 0 | 52 | 16 | 44 | 500 | 33 | 63 |
| Binary | 10100011 | 1011111 | 10001100 | 0 | 101010 | 1110 | 100100 | 101000000 | 11011 | 110011 |
Color Harmonies of #A35F8C
Complementary color
Monochromatic Colors of #A35F8C
Black with #A35F8C
Text Example
Text Example
White with #A35F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35F8C; }
p { color: rgb(163,95,140); }
H1.HeaderClassName
{
color: #A35F8C;
}
.AnyTagClassName
{
color: #A35F8C;
}
</style>
background-color css
<style>
a { background-color: #A35F8C; }
a { background-color: rgb(163,95,140); }
div.DivClassName
{
background-color: #A35F8C;
}
.BgClassName
{
background-color: #A35F8C;
}
</style>
border-color css
<style>
span { border-color: #A35F8C; }
span { border-color: rgb(163,95,140); }
td.TdClassName
{
border-color: #A35F8C;
}
.TagClassName
{
border-color: #A35F8C;
}
</style>