Shades of Jazzberry Jam #A50A6B
Tints of Jazzberry Jam #A50A6B
RGB
CMYK
RGB Variations
Color information
#A50A6B (or 0xA50A6B) is known color: Jazzberry Jam. HEX triplet: A5, 0A and 6B. RGB value is (165,10,107). Sum of RGB (Red+Green+Blue) = 165+10+107=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50A6B is #5AF594. Grayscale: #434343. Windows color (decimal): -5961109 or 7015077. OLE color: 7015077.
HSL color Cylindrical-coordinate representation of color #A50A6B: hue angle of 322.45º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50A6B is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 10 | 107 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.35 |
| HSL | 322.45º | 0.89% | 0.34% | - |
| HSV(B) | 322.45º | 0.94% | 0.65% | - |
| XYZ | 18.28 | 9.28 | 14.74 | - |
| YUV | 67.4 | 150.35 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 107 | 0 | 0.94 | 0.35 | 0.35 | 322.45 | 0.89 | 0.34 |
| Hex | A5 | A | 6B | 0 | 5E | 23 | 23 | 142 | 59 | 22 |
| Octal | 245 | 12 | 153 | 0 | 136 | 43 | 43 | 502 | 131 | 42 |
| Binary | 10100101 | 1010 | 1101011 | 0 | 1011110 | 100011 | 100011 | 101000010 | 1011001 | 100010 |
Color Harmonies of #A50A6B
Complementary color
Monochromatic Colors of #A50A6B
Black with #A50A6B
Text Example
Text Example
White with #A50A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50A6B; }
p { color: rgb(165,10,107); }
H1.HeaderClassName
{
color: #A50A6B;
}
.AnyTagClassName
{
color: #A50A6B;
}
</style>
background-color css
<style>
a { background-color: #A50A6B; }
a { background-color: rgb(165,10,107); }
div.DivClassName
{
background-color: #A50A6B;
}
.BgClassName
{
background-color: #A50A6B;
}
</style>
border-color css
<style>
span { border-color: #A50A6B; }
span { border-color: rgb(165,10,107); }
td.TdClassName
{
border-color: #A50A6B;
}
.TagClassName
{
border-color: #A50A6B;
}
</style>