Shades of Jazzberry Jam #A5145F
Tints of Jazzberry Jam #A5145F
RGB
CMYK
RGB Variations
Color information
#A5145F (or 0xA5145F) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 5F. RGB value is (165,20,95). Sum of RGB (Red+Green+Blue) = 165+20+95=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A5145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5145F is #5AEBA0. Grayscale: #474747. Windows color (decimal): -5958561 or 6231205. OLE color: 6231205.
HSL color Cylindrical-coordinate representation of color #A5145F: hue angle of 328.97º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5145F is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 20 | 95 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.35 |
| HSL | 328.97º | 0.78% | 0.36% | - |
| HSV(B) | 328.97º | 0.88% | 0.65% | - |
| XYZ | 17.83 | 9.33 | 11.69 | - |
| YUV | 71.91 | 141.04 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 95 | 0 | 0.88 | 0.42 | 0.35 | 328.97 | 0.78 | 0.36 |
| Hex | A5 | 14 | 5F | 0 | 58 | 2A | 23 | 149 | 4E | 24 |
| Octal | 245 | 24 | 137 | 0 | 130 | 52 | 43 | 511 | 116 | 44 |
| Binary | 10100101 | 10100 | 1011111 | 0 | 1011000 | 101010 | 100011 | 101001001 | 1001110 | 100100 |
Color Harmonies of #A5145F
Complementary color
Monochromatic Colors of #A5145F
Black with #A5145F
Text Example
Text Example
White with #A5145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5145F; }
p { color: rgb(165,20,95); }
H1.HeaderClassName
{
color: #A5145F;
}
.AnyTagClassName
{
color: #A5145F;
}
</style>
background-color css
<style>
a { background-color: #A5145F; }
a { background-color: rgb(165,20,95); }
div.DivClassName
{
background-color: #A5145F;
}
.BgClassName
{
background-color: #A5145F;
}
</style>
border-color css
<style>
span { border-color: #A5145F; }
span { border-color: rgb(165,20,95); }
td.TdClassName
{
border-color: #A5145F;
}
.TagClassName
{
border-color: #A5145F;
}
</style>