Shades of Strikemaster #A25088
Tints of Strikemaster #A25088
RGB
CMYK
RGB Variations
Color information
#A25088 (or 0xA25088) is known color: Strikemaster. HEX triplet: A2, 50 and 88. RGB value is (162,80,136). Sum of RGB (Red+Green+Blue) = 162+80+136=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A25088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25088 is #5DAF77. Grayscale: #6E6E6E. Windows color (decimal): -6139768 or 8933538. OLE color: 8933538.
HSL color Cylindrical-coordinate representation of color #A25088: hue angle of 319.02º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25088 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 136 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.36 |
| HSL | 319.02º | 0.34% | 0.47% | - |
| HSV(B) | 319.02º | 0.51% | 0.64% | - |
| XYZ | 22.21 | 15.2 | 25.05 | - |
| YUV | 110.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 136 | 0 | 0.51 | 0.16 | 0.36 | 319.02 | 0.34 | 0.47 |
| Hex | A2 | 50 | 88 | 0 | 33 | 10 | 24 | 13F | 22 | 2F |
| Octal | 242 | 120 | 210 | 0 | 63 | 20 | 44 | 477 | 42 | 57 |
| Binary | 10100010 | 1010000 | 10001000 | 0 | 110011 | 10000 | 100100 | 100111111 | 100010 | 101111 |
Color Harmonies of #A25088
Complementary color
Monochromatic Colors of #A25088
Black with #A25088
Text Example
Text Example
White with #A25088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25088; }
p { color: rgb(162,80,136); }
H1.HeaderClassName
{
color: #A25088;
}
.AnyTagClassName
{
color: #A25088;
}
</style>
background-color css
<style>
a { background-color: #A25088; }
a { background-color: rgb(162,80,136); }
div.DivClassName
{
background-color: #A25088;
}
.BgClassName
{
background-color: #A25088;
}
</style>
border-color css
<style>
span { border-color: #A25088; }
span { border-color: rgb(162,80,136); }
td.TdClassName
{
border-color: #A25088;
}
.TagClassName
{
border-color: #A25088;
}
</style>