Shades of Strikemaster #A25A79
Tints of Strikemaster #A25A79
RGB
CMYK
RGB Variations
Color information
#A25A79 (or 0xA25A79) is known color: Strikemaster. HEX triplet: A2, 5A and 79. RGB value is (162,90,121). Sum of RGB (Red+Green+Blue) = 162+90+121=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A79 is #5DA586. Grayscale: #737373. Windows color (decimal): -6137223 or 7953058. OLE color: 7953058.
HSL color Cylindrical-coordinate representation of color #A25A79: hue angle of 334.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25A79 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 121 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.36 |
| HSL | 334.17º | 0.29% | 0.49% | - |
| HSV(B) | 334.17º | 0.44% | 0.64% | - |
| XYZ | 22.01 | 16.37 | 20.09 | - |
| YUV | 115.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 121 | 0 | 0.44 | 0.25 | 0.36 | 334.17 | 0.29 | 0.49 |
| Hex | A2 | 5A | 79 | 0 | 2C | 19 | 24 | 14E | 1D | 31 |
| Octal | 242 | 132 | 171 | 0 | 54 | 31 | 44 | 516 | 35 | 61 |
| Binary | 10100010 | 1011010 | 1111001 | 0 | 101100 | 11001 | 100100 | 101001110 | 11101 | 110001 |
Color Harmonies of #A25A79
Complementary color
Monochromatic Colors of #A25A79
Black with #A25A79
Text Example
Text Example
White with #A25A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A79; }
p { color: rgb(162,90,121); }
H1.HeaderClassName
{
color: #A25A79;
}
.AnyTagClassName
{
color: #A25A79;
}
</style>
background-color css
<style>
a { background-color: #A25A79; }
a { background-color: rgb(162,90,121); }
div.DivClassName
{
background-color: #A25A79;
}
.BgClassName
{
background-color: #A25A79;
}
</style>
border-color css
<style>
span { border-color: #A25A79; }
span { border-color: rgb(162,90,121); }
td.TdClassName
{
border-color: #A25A79;
}
.TagClassName
{
border-color: #A25A79;
}
</style>