Shades of Strikemaster #A35B8C
Tints of Strikemaster #A35B8C
RGB
CMYK
RGB Variations
Color information
#A35B8C (or 0xA35B8C) is known color: Strikemaster. HEX triplet: A3, 5B and 8C. RGB value is (163,91,140). Sum of RGB (Red+Green+Blue) = 163+91+140=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35B8C is #5CA473. Grayscale: #757575. Windows color (decimal): -6071412 or 9198499. OLE color: 9198499.
HSL color Cylindrical-coordinate representation of color #A35B8C: hue angle of 319.17º 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 #A35B8C is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 91 | 140 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.36 |
| HSL | 319.17º | 0.28% | 0.5% | - |
| HSV(B) | 319.17º | 0.44% | 0.64% | - |
| XYZ | 23.58 | 17.16 | 26.88 | - |
| YUV | 118.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 140 | 0 | 0.44 | 0.14 | 0.36 | 319.17 | 0.28 | 0.5 |
| Hex | A3 | 5B | 8C | 0 | 2C | E | 24 | 13F | 1C | 32 |
| Octal | 243 | 133 | 214 | 0 | 54 | 16 | 44 | 477 | 34 | 62 |
| Binary | 10100011 | 1011011 | 10001100 | 0 | 101100 | 1110 | 100100 | 100111111 | 11100 | 110010 |
Color Harmonies of #A35B8C
Complementary color
Monochromatic Colors of #A35B8C
Black with #A35B8C
Text Example
Text Example
White with #A35B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35B8C; }
p { color: rgb(163,91,140); }
H1.HeaderClassName
{
color: #A35B8C;
}
.AnyTagClassName
{
color: #A35B8C;
}
</style>
background-color css
<style>
a { background-color: #A35B8C; }
a { background-color: rgb(163,91,140); }
div.DivClassName
{
background-color: #A35B8C;
}
.BgClassName
{
background-color: #A35B8C;
}
</style>
border-color css
<style>
span { border-color: #A35B8C; }
span { border-color: rgb(163,91,140); }
td.TdClassName
{
border-color: #A35B8C;
}
.TagClassName
{
border-color: #A35B8C;
}
</style>