Shades of Jazzberry Jam #A5154C
Tints of Jazzberry Jam #A5154C
RGB
CMYK
RGB Variations
Color information
#A5154C (or 0xA5154C) is known color: Jazzberry Jam. HEX triplet: A5, 15 and 4C. RGB value is (165,21,76). Sum of RGB (Red+Green+Blue) = 165+21+76=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A5154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5154C is #5AEAB3. Grayscale: #464646. Windows color (decimal): -5958324 or 4986277. OLE color: 4986277.
HSL color Cylindrical-coordinate representation of color #A5154C: hue angle of 337.08º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5154C is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 21 | 76 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.35 |
| HSL | 337.08º | 0.77% | 0.36% | - |
| HSV(B) | 337.08º | 0.87% | 0.65% | - |
| XYZ | 17.09 | 9.06 | 7.69 | - |
| YUV | 70.33 | 131.21 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 21 | 76 | 0 | 0.87 | 0.54 | 0.35 | 337.08 | 0.77 | 0.36 |
| Hex | A5 | 15 | 4C | 0 | 57 | 36 | 23 | 151 | 4D | 24 |
| Octal | 245 | 25 | 114 | 0 | 127 | 66 | 43 | 521 | 115 | 44 |
| Binary | 10100101 | 10101 | 1001100 | 0 | 1010111 | 110110 | 100011 | 101010001 | 1001101 | 100100 |
Color Harmonies of #A5154C
Complementary color
Monochromatic Colors of #A5154C
Black with #A5154C
Text Example
Text Example
White with #A5154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5154C; }
p { color: rgb(165,21,76); }
H1.HeaderClassName
{
color: #A5154C;
}
.AnyTagClassName
{
color: #A5154C;
}
</style>
background-color css
<style>
a { background-color: #A5154C; }
a { background-color: rgb(165,21,76); }
div.DivClassName
{
background-color: #A5154C;
}
.BgClassName
{
background-color: #A5154C;
}
</style>
border-color css
<style>
span { border-color: #A5154C; }
span { border-color: rgb(165,21,76); }
td.TdClassName
{
border-color: #A5154C;
}
.TagClassName
{
border-color: #A5154C;
}
</style>