Shades of Strikemaster #A25084
Tints of Strikemaster #A25084
RGB
CMYK
RGB Variations
Color information
#A25084 (or 0xA25084) is known color: Strikemaster. HEX triplet: A2, 50 and 84. RGB value is (162,80,132). Sum of RGB (Red+Green+Blue) = 162+80+132=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A25084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25084 is #5DAF7B. Grayscale: #6E6E6E. Windows color (decimal): -6139772 or 8671394. OLE color: 8671394.
HSL color Cylindrical-coordinate representation of color #A25084: hue angle of 321.95º 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 #A25084 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 132 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.36 |
| HSL | 321.95º | 0.34% | 0.47% | - |
| HSV(B) | 321.95º | 0.51% | 0.64% | - |
| XYZ | 21.93 | 15.08 | 23.59 | - |
| YUV | 110.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 132 | 0 | 0.51 | 0.19 | 0.36 | 321.95 | 0.34 | 0.47 |
| Hex | A2 | 50 | 84 | 0 | 33 | 13 | 24 | 142 | 22 | 2F |
| Octal | 242 | 120 | 204 | 0 | 63 | 23 | 44 | 502 | 42 | 57 |
| Binary | 10100010 | 1010000 | 10000100 | 0 | 110011 | 10011 | 100100 | 101000010 | 100010 | 101111 |
Color Harmonies of #A25084
Complementary color
Monochromatic Colors of #A25084
Black with #A25084
Text Example
Text Example
White with #A25084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25084; }
p { color: rgb(162,80,132); }
H1.HeaderClassName
{
color: #A25084;
}
.AnyTagClassName
{
color: #A25084;
}
</style>
background-color css
<style>
a { background-color: #A25084; }
a { background-color: rgb(162,80,132); }
div.DivClassName
{
background-color: #A25084;
}
.BgClassName
{
background-color: #A25084;
}
</style>
border-color css
<style>
span { border-color: #A25084; }
span { border-color: rgb(162,80,132); }
td.TdClassName
{
border-color: #A25084;
}
.TagClassName
{
border-color: #A25084;
}
</style>