Shades of Strikemaster #A5618A
Tints of Strikemaster #A5618A
RGB
CMYK
RGB Variations
Color information
#A5618A (or 0xA5618A) is known color: Strikemaster. HEX triplet: A5, 61 and 8A. RGB value is (165,97,138). Sum of RGB (Red+Green+Blue) = 165+97+138=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A5618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5618A is #5A9E75. Grayscale: #797979. Windows color (decimal): -5938806 or 9068965. OLE color: 9068965.
HSL color Cylindrical-coordinate representation of color #A5618A: hue angle of 323.82º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5618A is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 97 | 138 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.35 |
| HSL | 323.82º | 0.27% | 0.51% | - |
| HSV(B) | 323.82º | 0.41% | 0.65% | - |
| XYZ | 24.38 | 18.38 | 26.31 | - |
| YUV | 122.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 97 | 138 | 0 | 0.41 | 0.16 | 0.35 | 323.82 | 0.27 | 0.51 |
| Hex | A5 | 61 | 8A | 0 | 29 | 10 | 23 | 144 | 1B | 33 |
| Octal | 245 | 141 | 212 | 0 | 51 | 20 | 43 | 504 | 33 | 63 |
| Binary | 10100101 | 1100001 | 10001010 | 0 | 101001 | 10000 | 100011 | 101000100 | 11011 | 110011 |
Color Harmonies of #A5618A
Complementary color
Monochromatic Colors of #A5618A
Black with #A5618A
Text Example
Text Example
White with #A5618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5618A; }
p { color: rgb(165,97,138); }
H1.HeaderClassName
{
color: #A5618A;
}
.AnyTagClassName
{
color: #A5618A;
}
</style>
background-color css
<style>
a { background-color: #A5618A; }
a { background-color: rgb(165,97,138); }
div.DivClassName
{
background-color: #A5618A;
}
.BgClassName
{
background-color: #A5618A;
}
</style>
border-color css
<style>
span { border-color: #A5618A; }
span { border-color: rgb(165,97,138); }
td.TdClassName
{
border-color: #A5618A;
}
.TagClassName
{
border-color: #A5618A;
}
</style>