Shades of Jazzberry Jam #A5146F
Tints of Jazzberry Jam #A5146F
RGB
CMYK
RGB Variations
Color information
#A5146F (or 0xA5146F) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 6F. RGB value is (165,20,111). Sum of RGB (Red+Green+Blue) = 165+20+111=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A5146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5146F is #5AEB90. Grayscale: #494949. Windows color (decimal): -5958545 or 7279781. OLE color: 7279781.
HSL color Cylindrical-coordinate representation of color #A5146F: hue angle of 322.34º 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 #A5146F is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 20 | 111 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.35 |
| HSL | 322.34º | 0.78% | 0.36% | - |
| HSV(B) | 322.34º | 0.88% | 0.65% | - |
| XYZ | 18.64 | 9.65 | 15.92 | - |
| YUV | 73.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 111 | 0 | 0.88 | 0.33 | 0.35 | 322.34 | 0.78 | 0.36 |
| Hex | A5 | 14 | 6F | 0 | 58 | 21 | 23 | 142 | 4E | 24 |
| Octal | 245 | 24 | 157 | 0 | 130 | 41 | 43 | 502 | 116 | 44 |
| Binary | 10100101 | 10100 | 1101111 | 0 | 1011000 | 100001 | 100011 | 101000010 | 1001110 | 100100 |
Color Harmonies of #A5146F
Complementary color
Monochromatic Colors of #A5146F
Black with #A5146F
Text Example
Text Example
White with #A5146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5146F; }
p { color: rgb(165,20,111); }
H1.HeaderClassName
{
color: #A5146F;
}
.AnyTagClassName
{
color: #A5146F;
}
</style>
background-color css
<style>
a { background-color: #A5146F; }
a { background-color: rgb(165,20,111); }
div.DivClassName
{
background-color: #A5146F;
}
.BgClassName
{
background-color: #A5146F;
}
</style>
border-color css
<style>
span { border-color: #A5146F; }
span { border-color: rgb(165,20,111); }
td.TdClassName
{
border-color: #A5146F;
}
.TagClassName
{
border-color: #A5146F;
}
</style>