Shades of Strikemaster #A25B7D
Tints of Strikemaster #A25B7D
RGB
CMYK
RGB Variations
Color information
#A25B7D (or 0xA25B7D) is known color: Strikemaster. HEX triplet: A2, 5B and 7D. RGB value is (162,91,125). Sum of RGB (Red+Green+Blue) = 162+91+125=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B7D is #5DA482. Grayscale: #747474. Windows color (decimal): -6136963 or 8215458. OLE color: 8215458.
HSL color Cylindrical-coordinate representation of color #A25B7D: hue angle of 331.27º 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 #A25B7D is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 91 | 125 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.36 |
| HSL | 331.27º | 0.28% | 0.5% | - |
| HSV(B) | 331.27º | 0.44% | 0.64% | - |
| XYZ | 22.34 | 16.64 | 21.44 | - |
| YUV | 116.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 125 | 0 | 0.44 | 0.23 | 0.36 | 331.27 | 0.28 | 0.5 |
| Hex | A2 | 5B | 7D | 0 | 2C | 17 | 24 | 14B | 1C | 32 |
| Octal | 242 | 133 | 175 | 0 | 54 | 27 | 44 | 513 | 34 | 62 |
| Binary | 10100010 | 1011011 | 1111101 | 0 | 101100 | 10111 | 100100 | 101001011 | 11100 | 110010 |
Color Harmonies of #A25B7D
Complementary color
Monochromatic Colors of #A25B7D
Black with #A25B7D
Text Example
Text Example
White with #A25B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25B7D; }
p { color: rgb(162,91,125); }
H1.HeaderClassName
{
color: #A25B7D;
}
.AnyTagClassName
{
color: #A25B7D;
}
</style>
background-color css
<style>
a { background-color: #A25B7D; }
a { background-color: rgb(162,91,125); }
div.DivClassName
{
background-color: #A25B7D;
}
.BgClassName
{
background-color: #A25B7D;
}
</style>
border-color css
<style>
span { border-color: #A25B7D; }
span { border-color: rgb(162,91,125); }
td.TdClassName
{
border-color: #A25B7D;
}
.TagClassName
{
border-color: #A25B7D;
}
</style>