Shades of Jazzberry Jam #A50252
Tints of Jazzberry Jam #A50252
RGB
CMYK
RGB Variations
Color information
#A50252 (or 0xA50252) is known color: Jazzberry Jam. HEX triplet: A5, 02 and 52. RGB value is (165,2,82). Sum of RGB (Red+Green+Blue) = 165+2+82=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A50252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50252 is #5AFDAD. Grayscale: #3B3B3B. Windows color (decimal): -5963182 or 5374629. OLE color: 5374629.
HSL color Cylindrical-coordinate representation of color #A50252: hue angle of 330.55º degrees, saturation: 0.98, 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 #A50252 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 2 | 82 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.35 |
| HSL | 330.55º | 0.98% | 0.33% | - |
| HSV(B) | 330.55º | 0.99% | 0.65% | - |
| XYZ | 17.06 | 8.65 | 8.75 | - |
| YUV | 59.86 | 140.5 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 82 | 0 | 0.99 | 0.50 | 0.35 | 330.55 | 0.98 | 0.33 |
| Hex | A5 | 2 | 52 | 0 | 63 | 32 | 23 | 14B | 62 | 21 |
| Octal | 245 | 2 | 122 | 0 | 143 | 62 | 43 | 513 | 142 | 41 |
| Binary | 10100101 | 10 | 1010010 | 0 | 1100011 | 110010 | 100011 | 101001011 | 1100010 | 100001 |
Color Harmonies of #A50252
Complementary color
Monochromatic Colors of #A50252
Black with #A50252
Text Example
Text Example
White with #A50252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50252; }
p { color: rgb(165,2,82); }
H1.HeaderClassName
{
color: #A50252;
}
.AnyTagClassName
{
color: #A50252;
}
</style>
background-color css
<style>
a { background-color: #A50252; }
a { background-color: rgb(165,2,82); }
div.DivClassName
{
background-color: #A50252;
}
.BgClassName
{
background-color: #A50252;
}
</style>
border-color css
<style>
span { border-color: #A50252; }
span { border-color: rgb(165,2,82); }
td.TdClassName
{
border-color: #A50252;
}
.TagClassName
{
border-color: #A50252;
}
</style>