Shades of Jazzberry Jam #A50E6B
Tints of Jazzberry Jam #A50E6B
RGB
CMYK
RGB Variations
Color information
#A50E6B (or 0xA50E6B) is known color: Jazzberry Jam. HEX triplet: A5, 0E and 6B. RGB value is (165,14,107). Sum of RGB (Red+Green+Blue) = 165+14+107=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50E6B is #5AF194. Grayscale: #454545. Windows color (decimal): -5960085 or 7016101. OLE color: 7016101.
HSL color Cylindrical-coordinate representation of color #A50E6B: hue angle of 323.05º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50E6B is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 14 | 107 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.35 |
| HSL | 323.05º | 0.84% | 0.35% | - |
| HSV(B) | 323.05º | 0.92% | 0.65% | - |
| XYZ | 18.33 | 9.37 | 14.75 | - |
| YUV | 69.75 | 149.03 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 14 | 107 | 0 | 0.92 | 0.35 | 0.35 | 323.05 | 0.84 | 0.35 |
| Hex | A5 | E | 6B | 0 | 5C | 23 | 23 | 143 | 54 | 23 |
| Octal | 245 | 16 | 153 | 0 | 134 | 43 | 43 | 503 | 124 | 43 |
| Binary | 10100101 | 1110 | 1101011 | 0 | 1011100 | 100011 | 100011 | 101000011 | 1010100 | 100011 |
Color Harmonies of #A50E6B
Complementary color
Monochromatic Colors of #A50E6B
Black with #A50E6B
Text Example
Text Example
White with #A50E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50E6B; }
p { color: rgb(165,14,107); }
H1.HeaderClassName
{
color: #A50E6B;
}
.AnyTagClassName
{
color: #A50E6B;
}
</style>
background-color css
<style>
a { background-color: #A50E6B; }
a { background-color: rgb(165,14,107); }
div.DivClassName
{
background-color: #A50E6B;
}
.BgClassName
{
background-color: #A50E6B;
}
</style>
border-color css
<style>
span { border-color: #A50E6B; }
span { border-color: rgb(165,14,107); }
td.TdClassName
{
border-color: #A50E6B;
}
.TagClassName
{
border-color: #A50E6B;
}
</style>