Shades of Strikemaster #A5568B
Tints of Strikemaster #A5568B
RGB
CMYK
RGB Variations
Color information
#A5568B (or 0xA5568B) is known color: Strikemaster. HEX triplet: A5, 56 and 8B. RGB value is (165,86,139). Sum of RGB (Red+Green+Blue) = 165+86+139=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5568B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5568B is #5AA974. Grayscale: #737373. Windows color (decimal): -5941621 or 9131685. OLE color: 9131685.
HSL color Cylindrical-coordinate representation of color #A5568B: hue angle of 319.75º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5568B is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 86 | 139 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.35 |
| HSL | 319.75º | 0.31% | 0.49% | - |
| HSV(B) | 319.75º | 0.48% | 0.65% | - |
| XYZ | 23.51 | 16.52 | 26.38 | - |
| YUV | 115.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 139 | 0 | 0.48 | 0.16 | 0.35 | 319.75 | 0.31 | 0.49 |
| Hex | A5 | 56 | 8B | 0 | 30 | 10 | 23 | 140 | 1F | 31 |
| Octal | 245 | 126 | 213 | 0 | 60 | 20 | 43 | 500 | 37 | 61 |
| Binary | 10100101 | 1010110 | 10001011 | 0 | 110000 | 10000 | 100011 | 101000000 | 11111 | 110001 |
Color Harmonies of #A5568B
Complementary color
Monochromatic Colors of #A5568B
Black with #A5568B
Text Example
Text Example
White with #A5568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5568B; }
p { color: rgb(165,86,139); }
H1.HeaderClassName
{
color: #A5568B;
}
.AnyTagClassName
{
color: #A5568B;
}
</style>
background-color css
<style>
a { background-color: #A5568B; }
a { background-color: rgb(165,86,139); }
div.DivClassName
{
background-color: #A5568B;
}
.BgClassName
{
background-color: #A5568B;
}
</style>
border-color css
<style>
span { border-color: #A5568B; }
span { border-color: rgb(165,86,139); }
td.TdClassName
{
border-color: #A5568B;
}
.TagClassName
{
border-color: #A5568B;
}
</style>