Shades of Strikemaster #A25D8D
Tints of Strikemaster #A25D8D
RGB
CMYK
RGB Variations
Color information
#A25D8D (or 0xA25D8D) is known color: Strikemaster. HEX triplet: A2, 5D and 8D. RGB value is (162,93,141). Sum of RGB (Red+Green+Blue) = 162+93+141=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25D8D is #5DA272. Grayscale: #767676. Windows color (decimal): -6136435 or 9264546. OLE color: 9264546.
HSL color Cylindrical-coordinate representation of color #A25D8D: hue angle of 318.26º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A25D8D is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 93 | 141 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.36 |
| HSL | 318.26º | 0.27% | 0.5% | - |
| HSV(B) | 318.26º | 0.43% | 0.64% | - |
| XYZ | 23.62 | 17.43 | 27.32 | - |
| YUV | 119.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 141 | 0 | 0.43 | 0.13 | 0.36 | 318.26 | 0.27 | 0.5 |
| Hex | A2 | 5D | 8D | 0 | 2B | D | 24 | 13E | 1B | 32 |
| Octal | 242 | 135 | 215 | 0 | 53 | 15 | 44 | 476 | 33 | 62 |
| Binary | 10100010 | 1011101 | 10001101 | 0 | 101011 | 1101 | 100100 | 100111110 | 11011 | 110010 |
Color Harmonies of #A25D8D
Complementary color
Monochromatic Colors of #A25D8D
Black with #A25D8D
Text Example
Text Example
White with #A25D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25D8D; }
p { color: rgb(162,93,141); }
H1.HeaderClassName
{
color: #A25D8D;
}
.AnyTagClassName
{
color: #A25D8D;
}
</style>
background-color css
<style>
a { background-color: #A25D8D; }
a { background-color: rgb(162,93,141); }
div.DivClassName
{
background-color: #A25D8D;
}
.BgClassName
{
background-color: #A25D8D;
}
</style>
border-color css
<style>
span { border-color: #A25D8D; }
span { border-color: rgb(162,93,141); }
td.TdClassName
{
border-color: #A25D8D;
}
.TagClassName
{
border-color: #A25D8D;
}
</style>