Shades of Strikemaster #A55B7F
Tints of Strikemaster #A55B7F
RGB
CMYK
RGB Variations
Color information
#A55B7F (or 0xA55B7F) is known color: Strikemaster. HEX triplet: A5, 5B and 7F. RGB value is (165,91,127). Sum of RGB (Red+Green+Blue) = 165+91+127=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B7F is #5AA480. Grayscale: #757575. Windows color (decimal): -5940353 or 8346533. OLE color: 8346533.
HSL color Cylindrical-coordinate representation of color #A55B7F: hue angle of 330.81º 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 #A55B7F is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 91 | 127 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.35 |
| HSL | 330.81º | 0.29% | 0.5% | - |
| HSV(B) | 330.81º | 0.45% | 0.65% | - |
| XYZ | 23.09 | 17.01 | 22.15 | - |
| YUV | 117.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 127 | 0 | 0.45 | 0.23 | 0.35 | 330.81 | 0.29 | 0.5 |
| Hex | A5 | 5B | 7F | 0 | 2D | 17 | 23 | 14B | 1D | 32 |
| Octal | 245 | 133 | 177 | 0 | 55 | 27 | 43 | 513 | 35 | 62 |
| Binary | 10100101 | 1011011 | 1111111 | 0 | 101101 | 10111 | 100011 | 101001011 | 11101 | 110010 |
Color Harmonies of #A55B7F
Complementary color
Monochromatic Colors of #A55B7F
Black with #A55B7F
Text Example
Text Example
White with #A55B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55B7F; }
p { color: rgb(165,91,127); }
H1.HeaderClassName
{
color: #A55B7F;
}
.AnyTagClassName
{
color: #A55B7F;
}
</style>
background-color css
<style>
a { background-color: #A55B7F; }
a { background-color: rgb(165,91,127); }
div.DivClassName
{
background-color: #A55B7F;
}
.BgClassName
{
background-color: #A55B7F;
}
</style>
border-color css
<style>
span { border-color: #A55B7F; }
span { border-color: rgb(165,91,127); }
td.TdClassName
{
border-color: #A55B7F;
}
.TagClassName
{
border-color: #A55B7F;
}
</style>