Shades of Jazzberry Jam #A50A65
Tints of Jazzberry Jam #A50A65
RGB
CMYK
RGB Variations
Color information
#A50A65 (or 0xA50A65) is known color: Jazzberry Jam. HEX triplet: A5, 0A and 65. RGB value is (165,10,101). Sum of RGB (Red+Green+Blue) = 165+10+101=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50A65 is #5AF59A. Grayscale: #424242. Windows color (decimal): -5961115 or 6621861. OLE color: 6621861.
HSL color Cylindrical-coordinate representation of color #A50A65: hue angle of 324.77º 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 #A50A65 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 10 | 101 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.35 |
| HSL | 324.77º | 0.89% | 0.34% | - |
| HSV(B) | 324.77º | 0.94% | 0.65% | - |
| XYZ | 17.97 | 9.16 | 13.13 | - |
| YUV | 66.72 | 147.35 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 101 | 0 | 0.94 | 0.39 | 0.35 | 324.77 | 0.89 | 0.34 |
| Hex | A5 | A | 65 | 0 | 5E | 27 | 23 | 145 | 59 | 22 |
| Octal | 245 | 12 | 145 | 0 | 136 | 47 | 43 | 505 | 131 | 42 |
| Binary | 10100101 | 1010 | 1100101 | 0 | 1011110 | 100111 | 100011 | 101000101 | 1011001 | 100010 |
Color Harmonies of #A50A65
Complementary color
Monochromatic Colors of #A50A65
Black with #A50A65
Text Example
Text Example
White with #A50A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50A65; }
p { color: rgb(165,10,101); }
H1.HeaderClassName
{
color: #A50A65;
}
.AnyTagClassName
{
color: #A50A65;
}
</style>
background-color css
<style>
a { background-color: #A50A65; }
a { background-color: rgb(165,10,101); }
div.DivClassName
{
background-color: #A50A65;
}
.BgClassName
{
background-color: #A50A65;
}
</style>
border-color css
<style>
span { border-color: #A50A65; }
span { border-color: rgb(165,10,101); }
td.TdClassName
{
border-color: #A50A65;
}
.TagClassName
{
border-color: #A50A65;
}
</style>