Shades of Jazzberry Jam #A5136D
Tints of Jazzberry Jam #A5136D
RGB
CMYK
RGB Variations
Color information
#A5136D (or 0xA5136D) is known color: Jazzberry Jam. HEX triplet: A5, 13 and 6D. RGB value is (165,19,109). Sum of RGB (Red+Green+Blue) = 165+19+109=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5136D is #5AEC92. Grayscale: #484848. Windows color (decimal): -5958803 or 7148453. OLE color: 7148453.
HSL color Cylindrical-coordinate representation of color #A5136D: hue angle of 323.01º degrees, saturation: 0.79, 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 #A5136D is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 19 | 109 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.35 |
| HSL | 323.01º | 0.79% | 0.36% | - |
| HSV(B) | 323.01º | 0.88% | 0.65% | - |
| XYZ | 18.51 | 9.57 | 15.34 | - |
| YUV | 72.91 | 148.37 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 109 | 0 | 0.88 | 0.34 | 0.35 | 323.01 | 0.79 | 0.36 |
| Hex | A5 | 13 | 6D | 0 | 58 | 22 | 23 | 143 | 4F | 24 |
| Octal | 245 | 23 | 155 | 0 | 130 | 42 | 43 | 503 | 117 | 44 |
| Binary | 10100101 | 10011 | 1101101 | 0 | 1011000 | 100010 | 100011 | 101000011 | 1001111 | 100100 |
Color Harmonies of #A5136D
Complementary color
Monochromatic Colors of #A5136D
Black with #A5136D
Text Example
Text Example
White with #A5136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5136D; }
p { color: rgb(165,19,109); }
H1.HeaderClassName
{
color: #A5136D;
}
.AnyTagClassName
{
color: #A5136D;
}
</style>
background-color css
<style>
a { background-color: #A5136D; }
a { background-color: rgb(165,19,109); }
div.DivClassName
{
background-color: #A5136D;
}
.BgClassName
{
background-color: #A5136D;
}
</style>
border-color css
<style>
span { border-color: #A5136D; }
span { border-color: rgb(165,19,109); }
td.TdClassName
{
border-color: #A5136D;
}
.TagClassName
{
border-color: #A5136D;
}
</style>