Shades of Jazzberry Jam #A00753
Tints of Jazzberry Jam #A00753
RGB
CMYK
RGB Variations
Color information
#A00753 (or 0xA00753) is known color: Jazzberry Jam. HEX triplet: A0, 07 and 53. RGB value is (160,7,83). Sum of RGB (Red+Green+Blue) = 160+7+83=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A00753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00753 is #5FF8AC. Grayscale: #3D3D3D. Windows color (decimal): -6289581 or 5441440. OLE color: 5441440.
HSL color Cylindrical-coordinate representation of color #A00753: hue angle of 330.2º degrees, saturation: 0.92, 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 #A00753 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 83 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.37 |
| HSL | 330.2º | 0.92% | 0.33% | - |
| HSV(B) | 330.2º | 0.96% | 0.63% | - |
| XYZ | 16.13 | 8.25 | 8.93 | - |
| YUV | 61.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 83 | 0 | 0.96 | 0.48 | 0.37 | 330.2 | 0.92 | 0.33 |
| Hex | A0 | 7 | 53 | 0 | 60 | 30 | 25 | 14A | 5C | 21 |
| Octal | 240 | 7 | 123 | 0 | 140 | 60 | 45 | 512 | 134 | 41 |
| Binary | 10100000 | 111 | 1010011 | 0 | 1100000 | 110000 | 100101 | 101001010 | 1011100 | 100001 |
Color Harmonies of #A00753
Complementary color
Monochromatic Colors of #A00753
Black with #A00753
Text Example
Text Example
White with #A00753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00753; }
p { color: rgb(160,7,83); }
H1.HeaderClassName
{
color: #A00753;
}
.AnyTagClassName
{
color: #A00753;
}
</style>
background-color css
<style>
a { background-color: #A00753; }
a { background-color: rgb(160,7,83); }
div.DivClassName
{
background-color: #A00753;
}
.BgClassName
{
background-color: #A00753;
}
</style>
border-color css
<style>
span { border-color: #A00753; }
span { border-color: rgb(160,7,83); }
td.TdClassName
{
border-color: #A00753;
}
.TagClassName
{
border-color: #A00753;
}
</style>