Shades of Jazzberry Jam #A51E5D
Tints of Jazzberry Jam #A51E5D
RGB
CMYK
RGB Variations
Color information
#A51E5D (or 0xA51E5D) is known color: Jazzberry Jam. HEX triplet: A5, 1E and 5D. RGB value is (165,30,93). Sum of RGB (Red+Green+Blue) = 165+30+93=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51E5D is #5AE1A2. Grayscale: #4D4D4D. Windows color (decimal): -5956003 or 6102693. OLE color: 6102693.
HSL color Cylindrical-coordinate representation of color #A51E5D: hue angle of 332º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E5D is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 30 | 93 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.35 |
| HSL | 332º | 0.69% | 0.38% | - |
| HSV(B) | 332º | 0.82% | 0.65% | - |
| XYZ | 17.96 | 9.72 | 11.29 | - |
| YUV | 77.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 93 | 0 | 0.82 | 0.44 | 0.35 | 332 | 0.69 | 0.38 |
| Hex | A5 | 1E | 5D | 0 | 52 | 2C | 23 | 14C | 45 | 26 |
| Octal | 245 | 36 | 135 | 0 | 122 | 54 | 43 | 514 | 105 | 46 |
| Binary | 10100101 | 11110 | 1011101 | 0 | 1010010 | 101100 | 100011 | 101001100 | 1000101 | 100110 |
Color Harmonies of #A51E5D
Complementary color
Monochromatic Colors of #A51E5D
Black with #A51E5D
Text Example
Text Example
White with #A51E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51E5D; }
p { color: rgb(165,30,93); }
H1.HeaderClassName
{
color: #A51E5D;
}
.AnyTagClassName
{
color: #A51E5D;
}
</style>
background-color css
<style>
a { background-color: #A51E5D; }
a { background-color: rgb(165,30,93); }
div.DivClassName
{
background-color: #A51E5D;
}
.BgClassName
{
background-color: #A51E5D;
}
</style>
border-color css
<style>
span { border-color: #A51E5D; }
span { border-color: rgb(165,30,93); }
td.TdClassName
{
border-color: #A51E5D;
}
.TagClassName
{
border-color: #A51E5D;
}
</style>