Shades of Strikemaster #A5648A
Tints of Strikemaster #A5648A
RGB
CMYK
RGB Variations
Color information
#A5648A (or 0xA5648A) is known color: Strikemaster. HEX triplet: A5, 64 and 8A. RGB value is (165,100,138). Sum of RGB (Red+Green+Blue) = 165+100+138=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A5648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5648A is #5A9B75. Grayscale: #7B7B7B. Windows color (decimal): -5938038 or 9069733. OLE color: 9069733.
HSL color Cylindrical-coordinate representation of color #A5648A: hue angle of 324.92º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5648A is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 100 | 138 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.35 |
| HSL | 324.92º | 0.27% | 0.52% | - |
| HSV(B) | 324.92º | 0.39% | 0.65% | - |
| XYZ | 24.66 | 18.95 | 26.4 | - |
| YUV | 123.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 138 | 0 | 0.39 | 0.16 | 0.35 | 324.92 | 0.27 | 0.52 |
| Hex | A5 | 64 | 8A | 0 | 27 | 10 | 23 | 145 | 1B | 34 |
| Octal | 245 | 144 | 212 | 0 | 47 | 20 | 43 | 505 | 33 | 64 |
| Binary | 10100101 | 1100100 | 10001010 | 0 | 100111 | 10000 | 100011 | 101000101 | 11011 | 110100 |
Color Harmonies of #A5648A
Complementary color
Monochromatic Colors of #A5648A
Black with #A5648A
Text Example
Text Example
White with #A5648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5648A; }
p { color: rgb(165,100,138); }
H1.HeaderClassName
{
color: #A5648A;
}
.AnyTagClassName
{
color: #A5648A;
}
</style>
background-color css
<style>
a { background-color: #A5648A; }
a { background-color: rgb(165,100,138); }
div.DivClassName
{
background-color: #A5648A;
}
.BgClassName
{
background-color: #A5648A;
}
</style>
border-color css
<style>
span { border-color: #A5648A; }
span { border-color: rgb(165,100,138); }
td.TdClassName
{
border-color: #A5648A;
}
.TagClassName
{
border-color: #A5648A;
}
</style>