Shades of Strikemaster #A45F8A
Tints of Strikemaster #A45F8A
RGB
CMYK
RGB Variations
Color information
#A45F8A (or 0xA45F8A) is known color: Strikemaster. HEX triplet: A4, 5F and 8A. RGB value is (164,95,138). Sum of RGB (Red+Green+Blue) = 164+95+138=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45F8A is #5BA075. Grayscale: #787878. Windows color (decimal): -6004854 or 9068452. OLE color: 9068452.
HSL color Cylindrical-coordinate representation of color #A45F8A: hue angle of 322.61º 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 #A45F8A is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 138 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.36 |
| HSL | 322.61º | 0.27% | 0.51% | - |
| HSV(B) | 322.61º | 0.42% | 0.64% | - |
| XYZ | 23.99 | 17.91 | 26.24 | - |
| YUV | 120.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 138 | 0 | 0.42 | 0.16 | 0.36 | 322.61 | 0.27 | 0.51 |
| Hex | A4 | 5F | 8A | 0 | 2A | 10 | 24 | 143 | 1B | 33 |
| Octal | 244 | 137 | 212 | 0 | 52 | 20 | 44 | 503 | 33 | 63 |
| Binary | 10100100 | 1011111 | 10001010 | 0 | 101010 | 10000 | 100100 | 101000011 | 11011 | 110011 |
Color Harmonies of #A45F8A
Complementary color
Monochromatic Colors of #A45F8A
Black with #A45F8A
Text Example
Text Example
White with #A45F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45F8A; }
p { color: rgb(164,95,138); }
H1.HeaderClassName
{
color: #A45F8A;
}
.AnyTagClassName
{
color: #A45F8A;
}
</style>
background-color css
<style>
a { background-color: #A45F8A; }
a { background-color: rgb(164,95,138); }
div.DivClassName
{
background-color: #A45F8A;
}
.BgClassName
{
background-color: #A45F8A;
}
</style>
border-color css
<style>
span { border-color: #A45F8A; }
span { border-color: rgb(164,95,138); }
td.TdClassName
{
border-color: #A45F8A;
}
.TagClassName
{
border-color: #A45F8A;
}
</style>