Shades of Jazzberry Jam #A50150
Tints of Jazzberry Jam #A50150
RGB
CMYK
RGB Variations
Color information
#A50150 (or 0xA50150) is known color: Jazzberry Jam. HEX triplet: A5, 01 and 50. RGB value is (165,1,80). Sum of RGB (Red+Green+Blue) = 165+1+80=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A50150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50150 is #5AFEAF. Grayscale: #3A3A3A. Windows color (decimal): -5963440 or 5243301. OLE color: 5243301.
HSL color Cylindrical-coordinate representation of color #A50150: hue angle of 331.1º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A50150 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.35 |
| HSL | 331.1º | 0.99% | 0.33% | - |
| HSV(B) | 331.1º | 0.99% | 0.65% | - |
| XYZ | 16.98 | 8.6 | 8.35 | - |
| YUV | 59.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 80 | 0 | 0.99 | 0.52 | 0.35 | 331.1 | 0.99 | 0.33 |
| Hex | A5 | 1 | 50 | 0 | 63 | 34 | 23 | 14B | 63 | 21 |
| Octal | 245 | 1 | 120 | 0 | 143 | 64 | 43 | 513 | 143 | 41 |
| Binary | 10100101 | 1 | 1010000 | 0 | 1100011 | 110100 | 100011 | 101001011 | 1100011 | 100001 |
Color Harmonies of #A50150
Complementary color
Monochromatic Colors of #A50150
Black with #A50150
Text Example
Text Example
White with #A50150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50150; }
p { color: rgb(165,1,80); }
H1.HeaderClassName
{
color: #A50150;
}
.AnyTagClassName
{
color: #A50150;
}
</style>
background-color css
<style>
a { background-color: #A50150; }
a { background-color: rgb(165,1,80); }
div.DivClassName
{
background-color: #A50150;
}
.BgClassName
{
background-color: #A50150;
}
</style>
border-color css
<style>
span { border-color: #A50150; }
span { border-color: rgb(165,1,80); }
td.TdClassName
{
border-color: #A50150;
}
.TagClassName
{
border-color: #A50150;
}
</style>