Shades of Strikemaster #A45C8C
Tints of Strikemaster #A45C8C
RGB
CMYK
RGB Variations
Color information
#A45C8C (or 0xA45C8C) is known color: Strikemaster. HEX triplet: A4, 5C and 8C. RGB value is (164,92,140). Sum of RGB (Red+Green+Blue) = 164+92+140=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45C8C is #5BA373. Grayscale: #767676. Windows color (decimal): -6005620 or 9198756. OLE color: 9198756.
HSL color Cylindrical-coordinate representation of color #A45C8C: hue angle of 320º 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 #A45C8C is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 92 | 140 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.36 |
| HSL | 320º | 0.28% | 0.5% | - |
| HSV(B) | 320º | 0.44% | 0.64% | - |
| XYZ | 23.87 | 17.44 | 26.92 | - |
| YUV | 119 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 140 | 0 | 0.44 | 0.15 | 0.36 | 320 | 0.28 | 0.5 |
| Hex | A4 | 5C | 8C | 0 | 2C | F | 24 | 140 | 1C | 32 |
| Octal | 244 | 134 | 214 | 0 | 54 | 17 | 44 | 500 | 34 | 62 |
| Binary | 10100100 | 1011100 | 10001100 | 0 | 101100 | 1111 | 100100 | 101000000 | 11100 | 110010 |
Color Harmonies of #A45C8C
Complementary color
Monochromatic Colors of #A45C8C
Black with #A45C8C
Text Example
Text Example
White with #A45C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45C8C; }
p { color: rgb(164,92,140); }
H1.HeaderClassName
{
color: #A45C8C;
}
.AnyTagClassName
{
color: #A45C8C;
}
</style>
background-color css
<style>
a { background-color: #A45C8C; }
a { background-color: rgb(164,92,140); }
div.DivClassName
{
background-color: #A45C8C;
}
.BgClassName
{
background-color: #A45C8C;
}
</style>
border-color css
<style>
span { border-color: #A45C8C; }
span { border-color: rgb(164,92,140); }
td.TdClassName
{
border-color: #A45C8C;
}
.TagClassName
{
border-color: #A45C8C;
}
</style>