Shades of Strikemaster #A45A7F
Tints of Strikemaster #A45A7F
RGB
CMYK
RGB Variations
Color information
#A45A7F (or 0xA45A7F) is known color: Strikemaster. HEX triplet: A4, 5A and 7F. RGB value is (164,90,127). Sum of RGB (Red+Green+Blue) = 164+90+127=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A7F is #5BA580. Grayscale: #747474. Windows color (decimal): -6006145 or 8346276. OLE color: 8346276.
HSL color Cylindrical-coordinate representation of color #A45A7F: hue angle of 330º 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 #A45A7F is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 127 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.36 |
| HSL | 330º | 0.29% | 0.5% | - |
| HSV(B) | 330º | 0.45% | 0.64% | - |
| XYZ | 22.8 | 16.74 | 22.11 | - |
| YUV | 116.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 127 | 0 | 0.45 | 0.23 | 0.36 | 330 | 0.29 | 0.5 |
| Hex | A4 | 5A | 7F | 0 | 2D | 17 | 24 | 14A | 1D | 32 |
| Octal | 244 | 132 | 177 | 0 | 55 | 27 | 44 | 512 | 35 | 62 |
| Binary | 10100100 | 1011010 | 1111111 | 0 | 101101 | 10111 | 100100 | 101001010 | 11101 | 110010 |
Color Harmonies of #A45A7F
Complementary color
Monochromatic Colors of #A45A7F
Black with #A45A7F
Text Example
Text Example
White with #A45A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A7F; }
p { color: rgb(164,90,127); }
H1.HeaderClassName
{
color: #A45A7F;
}
.AnyTagClassName
{
color: #A45A7F;
}
</style>
background-color css
<style>
a { background-color: #A45A7F; }
a { background-color: rgb(164,90,127); }
div.DivClassName
{
background-color: #A45A7F;
}
.BgClassName
{
background-color: #A45A7F;
}
</style>
border-color css
<style>
span { border-color: #A45A7F; }
span { border-color: rgb(164,90,127); }
td.TdClassName
{
border-color: #A45A7F;
}
.TagClassName
{
border-color: #A45A7F;
}
</style>