Shades of Jazzberry Jam #A51C5A
Tints of Jazzberry Jam #A51C5A
RGB
CMYK
RGB Variations
Color information
#A51C5A (or 0xA51C5A) is known color: Jazzberry Jam. HEX triplet: A5, 1C and 5A. RGB value is (165,28,90). Sum of RGB (Red+Green+Blue) = 165+28+90=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51C5A is #5AE3A5. Grayscale: #4B4B4B. Windows color (decimal): -5956518 or 5905573. OLE color: 5905573.
HSL color Cylindrical-coordinate representation of color #A51C5A: hue angle of 332.85º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A51C5A is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 28 | 90 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.35 |
| HSL | 332.85º | 0.71% | 0.38% | - |
| HSV(B) | 332.85º | 0.83% | 0.65% | - |
| XYZ | 17.78 | 9.57 | 10.58 | - |
| YUV | 76.03 | 135.89 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 28 | 90 | 0 | 0.83 | 0.45 | 0.35 | 332.85 | 0.71 | 0.38 |
| Hex | A5 | 1C | 5A | 0 | 53 | 2D | 23 | 14D | 47 | 26 |
| Octal | 245 | 34 | 132 | 0 | 123 | 55 | 43 | 515 | 107 | 46 |
| Binary | 10100101 | 11100 | 1011010 | 0 | 1010011 | 101101 | 100011 | 101001101 | 1000111 | 100110 |
Color Harmonies of #A51C5A
Complementary color
Monochromatic Colors of #A51C5A
Black with #A51C5A
Text Example
Text Example
White with #A51C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51C5A; }
p { color: rgb(165,28,90); }
H1.HeaderClassName
{
color: #A51C5A;
}
.AnyTagClassName
{
color: #A51C5A;
}
</style>
background-color css
<style>
a { background-color: #A51C5A; }
a { background-color: rgb(165,28,90); }
div.DivClassName
{
background-color: #A51C5A;
}
.BgClassName
{
background-color: #A51C5A;
}
</style>
border-color css
<style>
span { border-color: #A51C5A; }
span { border-color: rgb(165,28,90); }
td.TdClassName
{
border-color: #A51C5A;
}
.TagClassName
{
border-color: #A51C5A;
}
</style>