Shades of Strikemaster #A95C8C
Tints of Strikemaster #A95C8C
RGB
CMYK
RGB Variations
Color information
#A95C8C (or 0xA95C8C) is known color: Strikemaster. HEX triplet: A9, 5C and 8C. RGB value is (169,92,140). Sum of RGB (Red+Green+Blue) = 169+92+140=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95C8C is #56A373. Grayscale: #787878. Windows color (decimal): -5677940 or 9198761. OLE color: 9198761.
HSL color Cylindrical-coordinate representation of color #A95C8C: hue angle of 322.6º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95C8C is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 92 | 140 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.34 |
| HSL | 322.6º | 0.31% | 0.51% | - |
| HSV(B) | 322.6º | 0.46% | 0.66% | - |
| XYZ | 24.92 | 17.98 | 26.97 | - |
| YUV | 120.5 | 139.01 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 140 | 0 | 0.46 | 0.17 | 0.34 | 322.6 | 0.31 | 0.51 |
| Hex | A9 | 5C | 8C | 0 | 2E | 11 | 22 | 143 | 1F | 33 |
| Octal | 251 | 134 | 214 | 0 | 56 | 21 | 42 | 503 | 37 | 63 |
| Binary | 10101001 | 1011100 | 10001100 | 0 | 101110 | 10001 | 100010 | 101000011 | 11111 | 110011 |
Color Harmonies of #A95C8C
Complementary color
Monochromatic Colors of #A95C8C
Black with #A95C8C
Text Example
Text Example
White with #A95C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95C8C; }
p { color: rgb(169,92,140); }
H1.HeaderClassName
{
color: #A95C8C;
}
.AnyTagClassName
{
color: #A95C8C;
}
</style>
background-color css
<style>
a { background-color: #A95C8C; }
a { background-color: rgb(169,92,140); }
div.DivClassName
{
background-color: #A95C8C;
}
.BgClassName
{
background-color: #A95C8C;
}
</style>
border-color css
<style>
span { border-color: #A95C8C; }
span { border-color: rgb(169,92,140); }
td.TdClassName
{
border-color: #A95C8C;
}
.TagClassName
{
border-color: #A95C8C;
}
</style>