Shades of Strikemaster #A3627E
Tints of Strikemaster #A3627E
RGB
CMYK
RGB Variations
Color information
#A3627E (or 0xA3627E) is known color: Strikemaster. HEX triplet: A3, 62 and 7E. RGB value is (163,98,126). Sum of RGB (Red+Green+Blue) = 163+98+126=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3627E is #5C9D81. Grayscale: #787878. Windows color (decimal): -6069634 or 8282787. OLE color: 8282787.
HSL color Cylindrical-coordinate representation of color #A3627E: hue angle of 334.15º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3627E is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 98 | 126 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.36 |
| HSL | 334.15º | 0.26% | 0.51% | - |
| HSV(B) | 334.15º | 0.4% | 0.64% | - |
| XYZ | 23.24 | 18.03 | 21.99 | - |
| YUV | 120.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 126 | 0 | 0.40 | 0.23 | 0.36 | 334.15 | 0.26 | 0.51 |
| Hex | A3 | 62 | 7E | 0 | 28 | 17 | 24 | 14E | 1A | 33 |
| Octal | 243 | 142 | 176 | 0 | 50 | 27 | 44 | 516 | 32 | 63 |
| Binary | 10100011 | 1100010 | 1111110 | 0 | 101000 | 10111 | 100100 | 101001110 | 11010 | 110011 |
Color Harmonies of #A3627E
Complementary color
Monochromatic Colors of #A3627E
Black with #A3627E
Text Example
Text Example
White with #A3627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3627E; }
p { color: rgb(163,98,126); }
H1.HeaderClassName
{
color: #A3627E;
}
.AnyTagClassName
{
color: #A3627E;
}
</style>
background-color css
<style>
a { background-color: #A3627E; }
a { background-color: rgb(163,98,126); }
div.DivClassName
{
background-color: #A3627E;
}
.BgClassName
{
background-color: #A3627E;
}
</style>
border-color css
<style>
span { border-color: #A3627E; }
span { border-color: rgb(163,98,126); }
td.TdClassName
{
border-color: #A3627E;
}
.TagClassName
{
border-color: #A3627E;
}
</style>