Shades of Strikemaster #A55A7F
Tints of Strikemaster #A55A7F
RGB
CMYK
RGB Variations
Color information
#A55A7F (or 0xA55A7F) is known color: Strikemaster. HEX triplet: A5, 5A and 7F. RGB value is (165,90,127). Sum of RGB (Red+Green+Blue) = 165+90+127=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55A7F is #5AA580. Grayscale: #747474. Windows color (decimal): -5940609 or 8346277. OLE color: 8346277.
HSL color Cylindrical-coordinate representation of color #A55A7F: hue angle of 330.4º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A55A7F is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 90 | 127 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.35 |
| HSL | 330.4º | 0.29% | 0.5% | - |
| HSV(B) | 330.4º | 0.45% | 0.65% | - |
| XYZ | 23 | 16.84 | 22.12 | - |
| YUV | 116.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 127 | 0 | 0.45 | 0.23 | 0.35 | 330.4 | 0.29 | 0.5 |
| Hex | A5 | 5A | 7F | 0 | 2D | 17 | 23 | 14A | 1D | 32 |
| Octal | 245 | 132 | 177 | 0 | 55 | 27 | 43 | 512 | 35 | 62 |
| Binary | 10100101 | 1011010 | 1111111 | 0 | 101101 | 10111 | 100011 | 101001010 | 11101 | 110010 |
Color Harmonies of #A55A7F
Complementary color
Monochromatic Colors of #A55A7F
Black with #A55A7F
Text Example
Text Example
White with #A55A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55A7F; }
p { color: rgb(165,90,127); }
H1.HeaderClassName
{
color: #A55A7F;
}
.AnyTagClassName
{
color: #A55A7F;
}
</style>
background-color css
<style>
a { background-color: #A55A7F; }
a { background-color: rgb(165,90,127); }
div.DivClassName
{
background-color: #A55A7F;
}
.BgClassName
{
background-color: #A55A7F;
}
</style>
border-color css
<style>
span { border-color: #A55A7F; }
span { border-color: rgb(165,90,127); }
td.TdClassName
{
border-color: #A55A7F;
}
.TagClassName
{
border-color: #A55A7F;
}
</style>