Shades of Jazzberry Jam #A60752
Tints of Jazzberry Jam #A60752
RGB
CMYK
RGB Variations
Color information
#A60752 (or 0xA60752) is known color: Jazzberry Jam. HEX triplet: A6, 07 and 52. RGB value is (166,7,82). Sum of RGB (Red+Green+Blue) = 166+7+82=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A60752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60752 is #59F8AD. Grayscale: #3E3E3E. Windows color (decimal): -5896366 or 5375910. OLE color: 5375910.
HSL color Cylindrical-coordinate representation of color #A60752: hue angle of 331.7º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60752 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 82 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.35 |
| HSL | 331.7º | 0.92% | 0.34% | - |
| HSV(B) | 331.7º | 0.96% | 0.65% | - |
| XYZ | 17.32 | 8.87 | 8.78 | - |
| YUV | 63.09 | 138.68 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 82 | 0 | 0.96 | 0.51 | 0.35 | 331.7 | 0.92 | 0.34 |
| Hex | A6 | 7 | 52 | 0 | 60 | 33 | 23 | 14C | 5C | 22 |
| Octal | 246 | 7 | 122 | 0 | 140 | 63 | 43 | 514 | 134 | 42 |
| Binary | 10100110 | 111 | 1010010 | 0 | 1100000 | 110011 | 100011 | 101001100 | 1011100 | 100010 |
Color Harmonies of #A60752
Complementary color
Monochromatic Colors of #A60752
Black with #A60752
Text Example
Text Example
White with #A60752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60752; }
p { color: rgb(166,7,82); }
H1.HeaderClassName
{
color: #A60752;
}
.AnyTagClassName
{
color: #A60752;
}
</style>
background-color css
<style>
a { background-color: #A60752; }
a { background-color: rgb(166,7,82); }
div.DivClassName
{
background-color: #A60752;
}
.BgClassName
{
background-color: #A60752;
}
</style>
border-color css
<style>
span { border-color: #A60752; }
span { border-color: rgb(166,7,82); }
td.TdClassName
{
border-color: #A60752;
}
.TagClassName
{
border-color: #A60752;
}
</style>