Shades of Strikemaster #A25E7E
Tints of Strikemaster #A25E7E
RGB
CMYK
RGB Variations
Color information
#A25E7E (or 0xA25E7E) is known color: Strikemaster. HEX triplet: A2, 5E and 7E. RGB value is (162,94,126). Sum of RGB (Red+Green+Blue) = 162+94+126=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E7E is #5DA181. Grayscale: #757575. Windows color (decimal): -6136194 or 8281762. OLE color: 8281762.
HSL color Cylindrical-coordinate representation of color #A25E7E: hue angle of 331.76º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A25E7E is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 126 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.36 |
| HSL | 331.76º | 0.27% | 0.5% | - |
| HSV(B) | 331.76º | 0.42% | 0.64% | - |
| XYZ | 22.67 | 17.19 | 21.86 | - |
| YUV | 117.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 126 | 0 | 0.42 | 0.22 | 0.36 | 331.76 | 0.27 | 0.5 |
| Hex | A2 | 5E | 7E | 0 | 2A | 16 | 24 | 14C | 1B | 32 |
| Octal | 242 | 136 | 176 | 0 | 52 | 26 | 44 | 514 | 33 | 62 |
| Binary | 10100010 | 1011110 | 1111110 | 0 | 101010 | 10110 | 100100 | 101001100 | 11011 | 110010 |
Color Harmonies of #A25E7E
Complementary color
Monochromatic Colors of #A25E7E
Black with #A25E7E
Text Example
Text Example
White with #A25E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E7E; }
p { color: rgb(162,94,126); }
H1.HeaderClassName
{
color: #A25E7E;
}
.AnyTagClassName
{
color: #A25E7E;
}
</style>
background-color css
<style>
a { background-color: #A25E7E; }
a { background-color: rgb(162,94,126); }
div.DivClassName
{
background-color: #A25E7E;
}
.BgClassName
{
background-color: #A25E7E;
}
</style>
border-color css
<style>
span { border-color: #A25E7E; }
span { border-color: rgb(162,94,126); }
td.TdClassName
{
border-color: #A25E7E;
}
.TagClassName
{
border-color: #A25E7E;
}
</style>