Shades of Strikemaster #A25B7B
Tints of Strikemaster #A25B7B
RGB
CMYK
RGB Variations
Color information
#A25B7B (or 0xA25B7B) is known color: Strikemaster. HEX triplet: A2, 5B and 7B. RGB value is (162,91,123). Sum of RGB (Red+Green+Blue) = 162+91+123=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B7B is #5DA484. Grayscale: #737373. Windows color (decimal): -6136965 or 8084386. OLE color: 8084386.
HSL color Cylindrical-coordinate representation of color #A25B7B: hue angle of 332.96º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25B7B is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 91 | 123 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.36 |
| HSL | 332.96º | 0.28% | 0.5% | - |
| HSV(B) | 332.96º | 0.44% | 0.64% | - |
| XYZ | 22.22 | 16.59 | 20.77 | - |
| YUV | 115.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 123 | 0 | 0.44 | 0.24 | 0.36 | 332.96 | 0.28 | 0.5 |
| Hex | A2 | 5B | 7B | 0 | 2C | 18 | 24 | 14D | 1C | 32 |
| Octal | 242 | 133 | 173 | 0 | 54 | 30 | 44 | 515 | 34 | 62 |
| Binary | 10100010 | 1011011 | 1111011 | 0 | 101100 | 11000 | 100100 | 101001101 | 11100 | 110010 |
Color Harmonies of #A25B7B
Complementary color
Monochromatic Colors of #A25B7B
Black with #A25B7B
Text Example
Text Example
White with #A25B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25B7B; }
p { color: rgb(162,91,123); }
H1.HeaderClassName
{
color: #A25B7B;
}
.AnyTagClassName
{
color: #A25B7B;
}
</style>
background-color css
<style>
a { background-color: #A25B7B; }
a { background-color: rgb(162,91,123); }
div.DivClassName
{
background-color: #A25B7B;
}
.BgClassName
{
background-color: #A25B7B;
}
</style>
border-color css
<style>
span { border-color: #A25B7B; }
span { border-color: rgb(162,91,123); }
td.TdClassName
{
border-color: #A25B7B;
}
.TagClassName
{
border-color: #A25B7B;
}
</style>