Shades of Strikemaster #A35C8A
Tints of Strikemaster #A35C8A
RGB
CMYK
RGB Variations
Color information
#A35C8A (or 0xA35C8A) is known color: Strikemaster. HEX triplet: A3, 5C and 8A. RGB value is (163,92,138). Sum of RGB (Red+Green+Blue) = 163+92+138=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35C8A is #5CA375. Grayscale: #767676. Windows color (decimal): -6071158 or 9067683. OLE color: 9067683.
HSL color Cylindrical-coordinate representation of color #A35C8A: hue angle of 321.13º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A35C8A is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 92 | 138 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.36 |
| HSL | 321.13º | 0.28% | 0.5% | - |
| HSV(B) | 321.13º | 0.44% | 0.64% | - |
| XYZ | 23.52 | 17.28 | 26.14 | - |
| YUV | 118.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 138 | 0 | 0.44 | 0.15 | 0.36 | 321.13 | 0.28 | 0.5 |
| Hex | A3 | 5C | 8A | 0 | 2C | F | 24 | 141 | 1C | 32 |
| Octal | 243 | 134 | 212 | 0 | 54 | 17 | 44 | 501 | 34 | 62 |
| Binary | 10100011 | 1011100 | 10001010 | 0 | 101100 | 1111 | 100100 | 101000001 | 11100 | 110010 |
Color Harmonies of #A35C8A
Complementary color
Monochromatic Colors of #A35C8A
Black with #A35C8A
Text Example
Text Example
White with #A35C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35C8A; }
p { color: rgb(163,92,138); }
H1.HeaderClassName
{
color: #A35C8A;
}
.AnyTagClassName
{
color: #A35C8A;
}
</style>
background-color css
<style>
a { background-color: #A35C8A; }
a { background-color: rgb(163,92,138); }
div.DivClassName
{
background-color: #A35C8A;
}
.BgClassName
{
background-color: #A35C8A;
}
</style>
border-color css
<style>
span { border-color: #A35C8A; }
span { border-color: rgb(163,92,138); }
td.TdClassName
{
border-color: #A35C8A;
}
.TagClassName
{
border-color: #A35C8A;
}
</style>