Shades of Strikemaster #A25A7E
Tints of Strikemaster #A25A7E
RGB
CMYK
RGB Variations
Color information
#A25A7E (or 0xA25A7E) is known color: Strikemaster. HEX triplet: A2, 5A and 7E. RGB value is (162,90,126). Sum of RGB (Red+Green+Blue) = 162+90+126=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A7E is #5DA581. Grayscale: #737373. Windows color (decimal): -6137218 or 8280738. OLE color: 8280738.
HSL color Cylindrical-coordinate representation of color #A25A7E: hue angle of 330º 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 #A25A7E is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 126 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.36 |
| HSL | 330º | 0.29% | 0.49% | - |
| HSV(B) | 330º | 0.44% | 0.64% | - |
| XYZ | 22.32 | 16.5 | 21.75 | - |
| YUV | 115.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 126 | 0 | 0.44 | 0.22 | 0.36 | 330 | 0.29 | 0.49 |
| Hex | A2 | 5A | 7E | 0 | 2C | 16 | 24 | 14A | 1D | 31 |
| Octal | 242 | 132 | 176 | 0 | 54 | 26 | 44 | 512 | 35 | 61 |
| Binary | 10100010 | 1011010 | 1111110 | 0 | 101100 | 10110 | 100100 | 101001010 | 11101 | 110001 |
Color Harmonies of #A25A7E
Complementary color
Monochromatic Colors of #A25A7E
Black with #A25A7E
Text Example
Text Example
White with #A25A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A7E; }
p { color: rgb(162,90,126); }
H1.HeaderClassName
{
color: #A25A7E;
}
.AnyTagClassName
{
color: #A25A7E;
}
</style>
background-color css
<style>
a { background-color: #A25A7E; }
a { background-color: rgb(162,90,126); }
div.DivClassName
{
background-color: #A25A7E;
}
.BgClassName
{
background-color: #A25A7E;
}
</style>
border-color css
<style>
span { border-color: #A25A7E; }
span { border-color: rgb(162,90,126); }
td.TdClassName
{
border-color: #A25A7E;
}
.TagClassName
{
border-color: #A25A7E;
}
</style>