Shades of Strikemaster #A25488
Tints of Strikemaster #A25488
RGB
CMYK
RGB Variations
Color information
#A25488 (or 0xA25488) is known color: Strikemaster. HEX triplet: A2, 54 and 88. RGB value is (162,84,136). Sum of RGB (Red+Green+Blue) = 162+84+136=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A25488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25488 is #5DAB77. Grayscale: #717171. Windows color (decimal): -6138744 or 8934562. OLE color: 8934562.
HSL color Cylindrical-coordinate representation of color #A25488: hue angle of 320º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25488 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 84 | 136 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.36 |
| HSL | 320º | 0.32% | 0.48% | - |
| HSV(B) | 320º | 0.48% | 0.64% | - |
| XYZ | 22.51 | 15.8 | 25.16 | - |
| YUV | 113.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 136 | 0 | 0.48 | 0.16 | 0.36 | 320 | 0.32 | 0.48 |
| Hex | A2 | 54 | 88 | 0 | 30 | 10 | 24 | 140 | 20 | 30 |
| Octal | 242 | 124 | 210 | 0 | 60 | 20 | 44 | 500 | 40 | 60 |
| Binary | 10100010 | 1010100 | 10001000 | 0 | 110000 | 10000 | 100100 | 101000000 | 100000 | 110000 |
Color Harmonies of #A25488
Complementary color
Monochromatic Colors of #A25488
Black with #A25488
Text Example
Text Example
White with #A25488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25488; }
p { color: rgb(162,84,136); }
H1.HeaderClassName
{
color: #A25488;
}
.AnyTagClassName
{
color: #A25488;
}
</style>
background-color css
<style>
a { background-color: #A25488; }
a { background-color: rgb(162,84,136); }
div.DivClassName
{
background-color: #A25488;
}
.BgClassName
{
background-color: #A25488;
}
</style>
border-color css
<style>
span { border-color: #A25488; }
span { border-color: rgb(162,84,136); }
td.TdClassName
{
border-color: #A25488;
}
.TagClassName
{
border-color: #A25488;
}
</style>