Shades of Jazzberry Jam #A81752
Tints of Jazzberry Jam #A81752
RGB
CMYK
RGB Variations
Color information
#A81752 (or 0xA81752) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 52. RGB value is (168,23,82). Sum of RGB (Red+Green+Blue) = 168+23+82=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A81752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81752 is #57E8AD. Grayscale: #484848. Windows color (decimal): -5761198 or 5380008. OLE color: 5380008.
HSL color Cylindrical-coordinate representation of color #A81752: hue angle of 335.59º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81752 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 82 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.34 |
| HSL | 335.59º | 0.76% | 0.37% | - |
| HSV(B) | 335.59º | 0.86% | 0.66% | - |
| XYZ | 17.98 | 9.55 | 8.88 | - |
| YUV | 73.08 | 133.04 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 82 | 0 | 0.86 | 0.51 | 0.34 | 335.59 | 0.76 | 0.37 |
| Hex | A8 | 17 | 52 | 0 | 56 | 33 | 22 | 150 | 4C | 25 |
| Octal | 250 | 27 | 122 | 0 | 126 | 63 | 42 | 520 | 114 | 45 |
| Binary | 10101000 | 10111 | 1010010 | 0 | 1010110 | 110011 | 100010 | 101010000 | 1001100 | 100101 |
Color Harmonies of #A81752
Complementary color
Monochromatic Colors of #A81752
Black with #A81752
Text Example
Text Example
White with #A81752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81752; }
p { color: rgb(168,23,82); }
H1.HeaderClassName
{
color: #A81752;
}
.AnyTagClassName
{
color: #A81752;
}
</style>
background-color css
<style>
a { background-color: #A81752; }
a { background-color: rgb(168,23,82); }
div.DivClassName
{
background-color: #A81752;
}
.BgClassName
{
background-color: #A81752;
}
</style>
border-color css
<style>
span { border-color: #A81752; }
span { border-color: rgb(168,23,82); }
td.TdClassName
{
border-color: #A81752;
}
.TagClassName
{
border-color: #A81752;
}
</style>