Shades of Jazzberry Jam #A5146B
Tints of Jazzberry Jam #A5146B
RGB
CMYK
RGB Variations
Color information
#A5146B (or 0xA5146B) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 6B. RGB value is (165,20,107). Sum of RGB (Red+Green+Blue) = 165+20+107=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A5146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5146B is #5AEB94. Grayscale: #494949. Windows color (decimal): -5958549 or 7017637. OLE color: 7017637.
HSL color Cylindrical-coordinate representation of color #A5146B: hue angle of 324º 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 #A5146B is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 20 | 107 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.35 |
| HSL | 324º | 0.78% | 0.36% | - |
| HSV(B) | 324º | 0.88% | 0.65% | - |
| XYZ | 18.42 | 9.56 | 14.78 | - |
| YUV | 73.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 107 | 0 | 0.88 | 0.35 | 0.35 | 324 | 0.78 | 0.36 |
| Hex | A5 | 14 | 6B | 0 | 58 | 23 | 23 | 144 | 4E | 24 |
| Octal | 245 | 24 | 153 | 0 | 130 | 43 | 43 | 504 | 116 | 44 |
| Binary | 10100101 | 10100 | 1101011 | 0 | 1011000 | 100011 | 100011 | 101000100 | 1001110 | 100100 |
Color Harmonies of #A5146B
Complementary color
Monochromatic Colors of #A5146B
Black with #A5146B
Text Example
Text Example
White with #A5146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5146B; }
p { color: rgb(165,20,107); }
H1.HeaderClassName
{
color: #A5146B;
}
.AnyTagClassName
{
color: #A5146B;
}
</style>
background-color css
<style>
a { background-color: #A5146B; }
a { background-color: rgb(165,20,107); }
div.DivClassName
{
background-color: #A5146B;
}
.BgClassName
{
background-color: #A5146B;
}
</style>
border-color css
<style>
span { border-color: #A5146B; }
span { border-color: rgb(165,20,107); }
td.TdClassName
{
border-color: #A5146B;
}
.TagClassName
{
border-color: #A5146B;
}
</style>