Shades of Jazzberry Jam #A51152
Tints of Jazzberry Jam #A51152
RGB
CMYK
RGB Variations
Color information
#A51152 (or 0xA51152) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 52. RGB value is (165,17,82). Sum of RGB (Red+Green+Blue) = 165+17+82=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A51152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51152 is #5AEEAD. Grayscale: #444444. Windows color (decimal): -5959342 or 5378469. OLE color: 5378469.
HSL color Cylindrical-coordinate representation of color #A51152: hue angle of 333.65º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51152 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 17 | 82 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.35 |
| HSL | 333.65º | 0.81% | 0.36% | - |
| HSV(B) | 333.65º | 0.9% | 0.65% | - |
| XYZ | 17.24 | 9.01 | 8.81 | - |
| YUV | 68.66 | 135.53 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 82 | 0 | 0.90 | 0.50 | 0.35 | 333.65 | 0.81 | 0.36 |
| Hex | A5 | 11 | 52 | 0 | 5A | 32 | 23 | 14E | 51 | 24 |
| Octal | 245 | 21 | 122 | 0 | 132 | 62 | 43 | 516 | 121 | 44 |
| Binary | 10100101 | 10001 | 1010010 | 0 | 1011010 | 110010 | 100011 | 101001110 | 1010001 | 100100 |
Color Harmonies of #A51152
Complementary color
Monochromatic Colors of #A51152
Black with #A51152
Text Example
Text Example
White with #A51152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51152; }
p { color: rgb(165,17,82); }
H1.HeaderClassName
{
color: #A51152;
}
.AnyTagClassName
{
color: #A51152;
}
</style>
background-color css
<style>
a { background-color: #A51152; }
a { background-color: rgb(165,17,82); }
div.DivClassName
{
background-color: #A51152;
}
.BgClassName
{
background-color: #A51152;
}
</style>
border-color css
<style>
span { border-color: #A51152; }
span { border-color: rgb(165,17,82); }
td.TdClassName
{
border-color: #A51152;
}
.TagClassName
{
border-color: #A51152;
}
</style>