Shades of Jazzberry Jam #A00652
Tints of Jazzberry Jam #A00652
RGB
CMYK
RGB Variations
Color information
#A00652 (or 0xA00652) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 52. RGB value is (160,6,82). Sum of RGB (Red+Green+Blue) = 160+6+82=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A00652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00652 is #5FF9AD. Grayscale: #3C3C3C. Windows color (decimal): -6289838 or 5375648. OLE color: 5375648.
HSL color Cylindrical-coordinate representation of color #A00652: hue angle of 330.39º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00652 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 82 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.37 |
| HSL | 330.39º | 0.93% | 0.33% | - |
| HSV(B) | 330.39º | 0.96% | 0.63% | - |
| XYZ | 16.09 | 8.21 | 8.72 | - |
| YUV | 60.71 | 140.02 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 82 | 0 | 0.96 | 0.49 | 0.37 | 330.39 | 0.93 | 0.33 |
| Hex | A0 | 6 | 52 | 0 | 60 | 31 | 25 | 14A | 5D | 21 |
| Octal | 240 | 6 | 122 | 0 | 140 | 61 | 45 | 512 | 135 | 41 |
| Binary | 10100000 | 110 | 1010010 | 0 | 1100000 | 110001 | 100101 | 101001010 | 1011101 | 100001 |
Color Harmonies of #A00652
Complementary color
Monochromatic Colors of #A00652
Black with #A00652
Text Example
Text Example
White with #A00652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00652; }
p { color: rgb(160,6,82); }
H1.HeaderClassName
{
color: #A00652;
}
.AnyTagClassName
{
color: #A00652;
}
</style>
background-color css
<style>
a { background-color: #A00652; }
a { background-color: rgb(160,6,82); }
div.DivClassName
{
background-color: #A00652;
}
.BgClassName
{
background-color: #A00652;
}
</style>
border-color css
<style>
span { border-color: #A00652; }
span { border-color: rgb(160,6,82); }
td.TdClassName
{
border-color: #A00652;
}
.TagClassName
{
border-color: #A00652;
}
</style>