Shades of Strikemaster #A25385
Tints of Strikemaster #A25385
RGB
CMYK
RGB Variations
Color information
#A25385 (or 0xA25385) is known color: Strikemaster. HEX triplet: A2, 53 and 85. RGB value is (162,83,133). Sum of RGB (Red+Green+Blue) = 162+83+133=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A25385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25385 is #5DAC7A. Grayscale: #707070. Windows color (decimal): -6139003 or 8737698. OLE color: 8737698.
HSL color Cylindrical-coordinate representation of color #A25385: hue angle of 322.03º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25385 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 83 | 133 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.36 |
| HSL | 322.03º | 0.32% | 0.48% | - |
| HSV(B) | 322.03º | 0.49% | 0.64% | - |
| XYZ | 22.23 | 15.56 | 24.02 | - |
| YUV | 112.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 133 | 0 | 0.49 | 0.18 | 0.36 | 322.03 | 0.32 | 0.48 |
| Hex | A2 | 53 | 85 | 0 | 31 | 12 | 24 | 142 | 20 | 30 |
| Octal | 242 | 123 | 205 | 0 | 61 | 22 | 44 | 502 | 40 | 60 |
| Binary | 10100010 | 1010011 | 10000101 | 0 | 110001 | 10010 | 100100 | 101000010 | 100000 | 110000 |
Color Harmonies of #A25385
Complementary color
Monochromatic Colors of #A25385
Black with #A25385
Text Example
Text Example
White with #A25385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25385; }
p { color: rgb(162,83,133); }
H1.HeaderClassName
{
color: #A25385;
}
.AnyTagClassName
{
color: #A25385;
}
</style>
background-color css
<style>
a { background-color: #A25385; }
a { background-color: rgb(162,83,133); }
div.DivClassName
{
background-color: #A25385;
}
.BgClassName
{
background-color: #A25385;
}
</style>
border-color css
<style>
span { border-color: #A25385; }
span { border-color: rgb(162,83,133); }
td.TdClassName
{
border-color: #A25385;
}
.TagClassName
{
border-color: #A25385;
}
</style>