Shades of Jazzberry Jam #A50E66
Tints of Jazzberry Jam #A50E66
RGB
CMYK
RGB Variations
Color information
#A50E66 (or 0xA50E66) is known color: Jazzberry Jam. HEX triplet: A5, 0E and 66. RGB value is (165,14,102). Sum of RGB (Red+Green+Blue) = 165+14+102=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50E66 is #5AF199. Grayscale: #444444. Windows color (decimal): -5960090 or 6688421. OLE color: 6688421.
HSL color Cylindrical-coordinate representation of color #A50E66: hue angle of 325.03º 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 #A50E66 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 14 | 102 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.35 |
| HSL | 325.03º | 0.84% | 0.35% | - |
| HSV(B) | 325.03º | 0.92% | 0.65% | - |
| XYZ | 18.07 | 9.27 | 13.41 | - |
| YUV | 69.18 | 146.53 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 14 | 102 | 0 | 0.92 | 0.38 | 0.35 | 325.03 | 0.84 | 0.35 |
| Hex | A5 | E | 66 | 0 | 5C | 26 | 23 | 145 | 54 | 23 |
| Octal | 245 | 16 | 146 | 0 | 134 | 46 | 43 | 505 | 124 | 43 |
| Binary | 10100101 | 1110 | 1100110 | 0 | 1011100 | 100110 | 100011 | 101000101 | 1010100 | 100011 |
Color Harmonies of #A50E66
Complementary color
Monochromatic Colors of #A50E66
Black with #A50E66
Text Example
Text Example
White with #A50E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50E66; }
p { color: rgb(165,14,102); }
H1.HeaderClassName
{
color: #A50E66;
}
.AnyTagClassName
{
color: #A50E66;
}
</style>
background-color css
<style>
a { background-color: #A50E66; }
a { background-color: rgb(165,14,102); }
div.DivClassName
{
background-color: #A50E66;
}
.BgClassName
{
background-color: #A50E66;
}
</style>
border-color css
<style>
span { border-color: #A50E66; }
span { border-color: rgb(165,14,102); }
td.TdClassName
{
border-color: #A50E66;
}
.TagClassName
{
border-color: #A50E66;
}
</style>