Shades of Strikemaster #A25289
Tints of Strikemaster #A25289
RGB
CMYK
RGB Variations
Color information
#A25289 (or 0xA25289) is known color: Strikemaster. HEX triplet: A2, 52 and 89. RGB value is (162,82,137). Sum of RGB (Red+Green+Blue) = 162+82+137=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A25289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25289 is #5DAD76. Grayscale: #707070. Windows color (decimal): -6139255 or 8999586. OLE color: 8999586.
HSL color Cylindrical-coordinate representation of color #A25289: hue angle of 318.75º degrees, saturation: 0.33, 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 #A25289 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 137 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.36 |
| HSL | 318.75º | 0.33% | 0.48% | - |
| HSV(B) | 318.75º | 0.49% | 0.64% | - |
| XYZ | 22.43 | 15.52 | 25.48 | - |
| YUV | 112.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 137 | 0 | 0.49 | 0.15 | 0.36 | 318.75 | 0.33 | 0.48 |
| Hex | A2 | 52 | 89 | 0 | 31 | F | 24 | 13F | 21 | 30 |
| Octal | 242 | 122 | 211 | 0 | 61 | 17 | 44 | 477 | 41 | 60 |
| Binary | 10100010 | 1010010 | 10001001 | 0 | 110001 | 1111 | 100100 | 100111111 | 100001 | 110000 |
Color Harmonies of #A25289
Complementary color
Monochromatic Colors of #A25289
Black with #A25289
Text Example
Text Example
White with #A25289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25289; }
p { color: rgb(162,82,137); }
H1.HeaderClassName
{
color: #A25289;
}
.AnyTagClassName
{
color: #A25289;
}
</style>
background-color css
<style>
a { background-color: #A25289; }
a { background-color: rgb(162,82,137); }
div.DivClassName
{
background-color: #A25289;
}
.BgClassName
{
background-color: #A25289;
}
</style>
border-color css
<style>
span { border-color: #A25289; }
span { border-color: rgb(162,82,137); }
td.TdClassName
{
border-color: #A25289;
}
.TagClassName
{
border-color: #A25289;
}
</style>