Shades of Jazzberry Jam #A5145C
Tints of Jazzberry Jam #A5145C
RGB
CMYK
RGB Variations
Color information
#A5145C (or 0xA5145C) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 5C. RGB value is (165,20,92). Sum of RGB (Red+Green+Blue) = 165+20+92=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A5145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5145C is #5AEBA3. Grayscale: #474747. Windows color (decimal): -5958564 or 6034597. OLE color: 6034597.
HSL color Cylindrical-coordinate representation of color #A5145C: hue angle of 330.21º 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 #A5145C is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 20 | 92 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.35 |
| HSL | 330.21º | 0.78% | 0.36% | - |
| HSV(B) | 330.21º | 0.88% | 0.65% | - |
| XYZ | 17.7 | 9.27 | 10.98 | - |
| YUV | 71.56 | 139.54 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 92 | 0 | 0.88 | 0.44 | 0.35 | 330.21 | 0.78 | 0.36 |
| Hex | A5 | 14 | 5C | 0 | 58 | 2C | 23 | 14A | 4E | 24 |
| Octal | 245 | 24 | 134 | 0 | 130 | 54 | 43 | 512 | 116 | 44 |
| Binary | 10100101 | 10100 | 1011100 | 0 | 1011000 | 101100 | 100011 | 101001010 | 1001110 | 100100 |
Color Harmonies of #A5145C
Complementary color
Monochromatic Colors of #A5145C
Black with #A5145C
Text Example
Text Example
White with #A5145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5145C; }
p { color: rgb(165,20,92); }
H1.HeaderClassName
{
color: #A5145C;
}
.AnyTagClassName
{
color: #A5145C;
}
</style>
background-color css
<style>
a { background-color: #A5145C; }
a { background-color: rgb(165,20,92); }
div.DivClassName
{
background-color: #A5145C;
}
.BgClassName
{
background-color: #A5145C;
}
</style>
border-color css
<style>
span { border-color: #A5145C; }
span { border-color: rgb(165,20,92); }
td.TdClassName
{
border-color: #A5145C;
}
.TagClassName
{
border-color: #A5145C;
}
</style>