Shades of Strikemaster #A25D7B
Tints of Strikemaster #A25D7B
RGB
CMYK
RGB Variations
Color information
#A25D7B (or 0xA25D7B) is known color: Strikemaster. HEX triplet: A2, 5D and 7B. RGB value is (162,93,123). Sum of RGB (Red+Green+Blue) = 162+93+123=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25D7B is #5DA284. Grayscale: #757575. Windows color (decimal): -6136453 or 8084898. OLE color: 8084898.
HSL color Cylindrical-coordinate representation of color #A25D7B: hue angle of 333.91º 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 #A25D7B is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 93 | 123 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.36 |
| HSL | 333.91º | 0.27% | 0.5% | - |
| HSV(B) | 333.91º | 0.43% | 0.64% | - |
| XYZ | 22.39 | 16.94 | 20.83 | - |
| YUV | 117.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 123 | 0 | 0.43 | 0.24 | 0.36 | 333.91 | 0.27 | 0.5 |
| Hex | A2 | 5D | 7B | 0 | 2B | 18 | 24 | 14E | 1B | 32 |
| Octal | 242 | 135 | 173 | 0 | 53 | 30 | 44 | 516 | 33 | 62 |
| Binary | 10100010 | 1011101 | 1111011 | 0 | 101011 | 11000 | 100100 | 101001110 | 11011 | 110010 |
Color Harmonies of #A25D7B
Complementary color
Monochromatic Colors of #A25D7B
Black with #A25D7B
Text Example
Text Example
White with #A25D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25D7B; }
p { color: rgb(162,93,123); }
H1.HeaderClassName
{
color: #A25D7B;
}
.AnyTagClassName
{
color: #A25D7B;
}
</style>
background-color css
<style>
a { background-color: #A25D7B; }
a { background-color: rgb(162,93,123); }
div.DivClassName
{
background-color: #A25D7B;
}
.BgClassName
{
background-color: #A25D7B;
}
</style>
border-color css
<style>
span { border-color: #A25D7B; }
span { border-color: rgb(162,93,123); }
td.TdClassName
{
border-color: #A25D7B;
}
.TagClassName
{
border-color: #A25D7B;
}
</style>