Shades of Strikemaster #A45F7D
Tints of Strikemaster #A45F7D
RGB
CMYK
RGB Variations
Color information
#A45F7D (or 0xA45F7D) is known color: Strikemaster. HEX triplet: A4, 5F and 7D. RGB value is (164,95,125). Sum of RGB (Red+Green+Blue) = 164+95+125=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F7D is #5BA082. Grayscale: #777777. Windows color (decimal): -6004867 or 8216484. OLE color: 8216484.
HSL color Cylindrical-coordinate representation of color #A45F7D: hue angle of 333.91º 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 #A45F7D is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 125 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.36 |
| HSL | 333.91º | 0.27% | 0.51% | - |
| HSV(B) | 333.91º | 0.42% | 0.64% | - |
| XYZ | 23.1 | 17.56 | 21.57 | - |
| YUV | 119.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 125 | 0 | 0.42 | 0.24 | 0.36 | 333.91 | 0.27 | 0.51 |
| Hex | A4 | 5F | 7D | 0 | 2A | 18 | 24 | 14E | 1B | 33 |
| Octal | 244 | 137 | 175 | 0 | 52 | 30 | 44 | 516 | 33 | 63 |
| Binary | 10100100 | 1011111 | 1111101 | 0 | 101010 | 11000 | 100100 | 101001110 | 11011 | 110011 |
Color Harmonies of #A45F7D
Complementary color
Monochromatic Colors of #A45F7D
Black with #A45F7D
Text Example
Text Example
White with #A45F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45F7D; }
p { color: rgb(164,95,125); }
H1.HeaderClassName
{
color: #A45F7D;
}
.AnyTagClassName
{
color: #A45F7D;
}
</style>
background-color css
<style>
a { background-color: #A45F7D; }
a { background-color: rgb(164,95,125); }
div.DivClassName
{
background-color: #A45F7D;
}
.BgClassName
{
background-color: #A45F7D;
}
</style>
border-color css
<style>
span { border-color: #A45F7D; }
span { border-color: rgb(164,95,125); }
td.TdClassName
{
border-color: #A45F7D;
}
.TagClassName
{
border-color: #A45F7D;
}
</style>