Shades of Strikemaster #A3648A
Tints of Strikemaster #A3648A
RGB
CMYK
RGB Variations
Color information
#A3648A (or 0xA3648A) is known color: Strikemaster. HEX triplet: A3, 64 and 8A. RGB value is (163,100,138). Sum of RGB (Red+Green+Blue) = 163+100+138=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A3648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3648A is #5C9B75. Grayscale: #7B7B7B. Windows color (decimal): -6069110 or 9069731. OLE color: 9069731.
HSL color Cylindrical-coordinate representation of color #A3648A: hue angle of 323.81º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3648A is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 100 | 138 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.36 |
| HSL | 323.81º | 0.26% | 0.52% | - |
| HSV(B) | 323.81º | 0.39% | 0.64% | - |
| XYZ | 24.25 | 18.74 | 26.38 | - |
| YUV | 123.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 138 | 0 | 0.39 | 0.15 | 0.36 | 323.81 | 0.26 | 0.52 |
| Hex | A3 | 64 | 8A | 0 | 27 | F | 24 | 144 | 1A | 34 |
| Octal | 243 | 144 | 212 | 0 | 47 | 17 | 44 | 504 | 32 | 64 |
| Binary | 10100011 | 1100100 | 10001010 | 0 | 100111 | 1111 | 100100 | 101000100 | 11010 | 110100 |
Color Harmonies of #A3648A
Complementary color
Monochromatic Colors of #A3648A
Black with #A3648A
Text Example
Text Example
White with #A3648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3648A; }
p { color: rgb(163,100,138); }
H1.HeaderClassName
{
color: #A3648A;
}
.AnyTagClassName
{
color: #A3648A;
}
</style>
background-color css
<style>
a { background-color: #A3648A; }
a { background-color: rgb(163,100,138); }
div.DivClassName
{
background-color: #A3648A;
}
.BgClassName
{
background-color: #A3648A;
}
</style>
border-color css
<style>
span { border-color: #A3648A; }
span { border-color: rgb(163,100,138); }
td.TdClassName
{
border-color: #A3648A;
}
.TagClassName
{
border-color: #A3648A;
}
</style>