Shades of Jazzberry Jam #A50A68
Tints of Jazzberry Jam #A50A68
RGB
CMYK
RGB Variations
Color information
#A50A68 (or 0xA50A68) is known color: Jazzberry Jam. HEX triplet: A5, 0A and 68. RGB value is (165,10,104). Sum of RGB (Red+Green+Blue) = 165+10+104=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50A68 is #5AF597. Grayscale: #424242. Windows color (decimal): -5961112 or 6818469. OLE color: 6818469.
HSL color Cylindrical-coordinate representation of color #A50A68: hue angle of 323.61º 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 #A50A68 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 10 | 104 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.35 |
| HSL | 323.61º | 0.89% | 0.34% | - |
| HSV(B) | 323.61º | 0.94% | 0.65% | - |
| XYZ | 18.12 | 9.22 | 13.92 | - |
| YUV | 67.06 | 148.85 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 104 | 0 | 0.94 | 0.37 | 0.35 | 323.61 | 0.89 | 0.34 |
| Hex | A5 | A | 68 | 0 | 5E | 25 | 23 | 144 | 59 | 22 |
| Octal | 245 | 12 | 150 | 0 | 136 | 45 | 43 | 504 | 131 | 42 |
| Binary | 10100101 | 1010 | 1101000 | 0 | 1011110 | 100101 | 100011 | 101000100 | 1011001 | 100010 |
Color Harmonies of #A50A68
Complementary color
Monochromatic Colors of #A50A68
Black with #A50A68
Text Example
Text Example
White with #A50A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50A68; }
p { color: rgb(165,10,104); }
H1.HeaderClassName
{
color: #A50A68;
}
.AnyTagClassName
{
color: #A50A68;
}
</style>
background-color css
<style>
a { background-color: #A50A68; }
a { background-color: rgb(165,10,104); }
div.DivClassName
{
background-color: #A50A68;
}
.BgClassName
{
background-color: #A50A68;
}
</style>
border-color css
<style>
span { border-color: #A50A68; }
span { border-color: rgb(165,10,104); }
td.TdClassName
{
border-color: #A50A68;
}
.TagClassName
{
border-color: #A50A68;
}
</style>