Shades of Jazzberry Jam #A51164
Tints of Jazzberry Jam #A51164
RGB
CMYK
RGB Variations
Color information
#A51164 (or 0xA51164) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 64. RGB value is (165,17,100). Sum of RGB (Red+Green+Blue) = 165+17+100=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A51164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51164 is #5AEE9B. Grayscale: #464646. Windows color (decimal): -5959324 or 6558117. OLE color: 6558117.
HSL color Cylindrical-coordinate representation of color #A51164: hue angle of 326.35º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51164 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 17 | 100 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.35 |
| HSL | 326.35º | 0.81% | 0.36% | - |
| HSV(B) | 326.35º | 0.9% | 0.65% | - |
| XYZ | 18.02 | 9.32 | 12.91 | - |
| YUV | 70.71 | 144.53 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 100 | 0 | 0.90 | 0.39 | 0.35 | 326.35 | 0.81 | 0.36 |
| Hex | A5 | 11 | 64 | 0 | 5A | 27 | 23 | 146 | 51 | 24 |
| Octal | 245 | 21 | 144 | 0 | 132 | 47 | 43 | 506 | 121 | 44 |
| Binary | 10100101 | 10001 | 1100100 | 0 | 1011010 | 100111 | 100011 | 101000110 | 1010001 | 100100 |
Color Harmonies of #A51164
Complementary color
Monochromatic Colors of #A51164
Black with #A51164
Text Example
Text Example
White with #A51164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51164; }
p { color: rgb(165,17,100); }
H1.HeaderClassName
{
color: #A51164;
}
.AnyTagClassName
{
color: #A51164;
}
</style>
background-color css
<style>
a { background-color: #A51164; }
a { background-color: rgb(165,17,100); }
div.DivClassName
{
background-color: #A51164;
}
.BgClassName
{
background-color: #A51164;
}
</style>
border-color css
<style>
span { border-color: #A51164; }
span { border-color: rgb(165,17,100); }
td.TdClassName
{
border-color: #A51164;
}
.TagClassName
{
border-color: #A51164;
}
</style>