Shades of Strikemaster #A45A8A
Tints of Strikemaster #A45A8A
RGB
CMYK
RGB Variations
Color information
#A45A8A (or 0xA45A8A) is known color: Strikemaster. HEX triplet: A4, 5A and 8A. RGB value is (164,90,138). Sum of RGB (Red+Green+Blue) = 164+90+138=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45A8A is #5BA575. Grayscale: #757575. Windows color (decimal): -6006134 or 9067172. OLE color: 9067172.
HSL color Cylindrical-coordinate representation of color #A45A8A: hue angle of 321.08º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45A8A is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 138 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.36 |
| HSL | 321.08º | 0.29% | 0.5% | - |
| HSV(B) | 321.08º | 0.45% | 0.64% | - |
| XYZ | 23.55 | 17.04 | 26.09 | - |
| YUV | 117.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 138 | 0 | 0.45 | 0.16 | 0.36 | 321.08 | 0.29 | 0.5 |
| Hex | A4 | 5A | 8A | 0 | 2D | 10 | 24 | 141 | 1D | 32 |
| Octal | 244 | 132 | 212 | 0 | 55 | 20 | 44 | 501 | 35 | 62 |
| Binary | 10100100 | 1011010 | 10001010 | 0 | 101101 | 10000 | 100100 | 101000001 | 11101 | 110010 |
Color Harmonies of #A45A8A
Complementary color
Monochromatic Colors of #A45A8A
Black with #A45A8A
Text Example
Text Example
White with #A45A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A8A; }
p { color: rgb(164,90,138); }
H1.HeaderClassName
{
color: #A45A8A;
}
.AnyTagClassName
{
color: #A45A8A;
}
</style>
background-color css
<style>
a { background-color: #A45A8A; }
a { background-color: rgb(164,90,138); }
div.DivClassName
{
background-color: #A45A8A;
}
.BgClassName
{
background-color: #A45A8A;
}
</style>
border-color css
<style>
span { border-color: #A45A8A; }
span { border-color: rgb(164,90,138); }
td.TdClassName
{
border-color: #A45A8A;
}
.TagClassName
{
border-color: #A45A8A;
}
</style>