Shades of Jazzberry Jam #A50E6E
Tints of Jazzberry Jam #A50E6E
RGB
CMYK
RGB Variations
Color information
#A50E6E (or 0xA50E6E) is known color: Jazzberry Jam. HEX triplet: A5, 0E and 6E. RGB value is (165,14,110). Sum of RGB (Red+Green+Blue) = 165+14+110=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50E6E is #5AF191. Grayscale: #454545. Windows color (decimal): -5960082 or 7212709. OLE color: 7212709.
HSL color Cylindrical-coordinate representation of color #A50E6E: hue angle of 321.85º 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 #A50E6E is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 14 | 110 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.35 |
| HSL | 321.85º | 0.84% | 0.35% | - |
| HSV(B) | 321.85º | 0.92% | 0.65% | - |
| XYZ | 18.49 | 9.44 | 15.6 | - |
| YUV | 70.09 | 150.53 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 14 | 110 | 0 | 0.92 | 0.33 | 0.35 | 321.85 | 0.84 | 0.35 |
| Hex | A5 | E | 6E | 0 | 5C | 21 | 23 | 142 | 54 | 23 |
| Octal | 245 | 16 | 156 | 0 | 134 | 41 | 43 | 502 | 124 | 43 |
| Binary | 10100101 | 1110 | 1101110 | 0 | 1011100 | 100001 | 100011 | 101000010 | 1010100 | 100011 |
Color Harmonies of #A50E6E
Complementary color
Monochromatic Colors of #A50E6E
Black with #A50E6E
Text Example
Text Example
White with #A50E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50E6E; }
p { color: rgb(165,14,110); }
H1.HeaderClassName
{
color: #A50E6E;
}
.AnyTagClassName
{
color: #A50E6E;
}
</style>
background-color css
<style>
a { background-color: #A50E6E; }
a { background-color: rgb(165,14,110); }
div.DivClassName
{
background-color: #A50E6E;
}
.BgClassName
{
background-color: #A50E6E;
}
</style>
border-color css
<style>
span { border-color: #A50E6E; }
span { border-color: rgb(165,14,110); }
td.TdClassName
{
border-color: #A50E6E;
}
.TagClassName
{
border-color: #A50E6E;
}
</style>