Shades of Jazzberry Jam #A30762
Tints of Jazzberry Jam #A30762
RGB
CMYK
RGB Variations
Color information
#A30762 (or 0xA30762) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 62. RGB value is (163,7,98). Sum of RGB (Red+Green+Blue) = 163+7+98=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A30762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30762 is #5CF89D. Grayscale: #3F3F3F. Windows color (decimal): -6092958 or 6424483. OLE color: 6424483.
HSL color Cylindrical-coordinate representation of color #A30762: hue angle of 325º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30762 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 98 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.36 |
| HSL | 325º | 0.92% | 0.33% | - |
| HSV(B) | 325º | 0.96% | 0.64% | - |
| XYZ | 17.38 | 8.82 | 12.34 | - |
| YUV | 64.02 | 147.18 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 98 | 0 | 0.96 | 0.40 | 0.36 | 325 | 0.92 | 0.33 |
| Hex | A3 | 7 | 62 | 0 | 60 | 28 | 24 | 145 | 5C | 21 |
| Octal | 243 | 7 | 142 | 0 | 140 | 50 | 44 | 505 | 134 | 41 |
| Binary | 10100011 | 111 | 1100010 | 0 | 1100000 | 101000 | 100100 | 101000101 | 1011100 | 100001 |
Color Harmonies of #A30762
Complementary color
Monochromatic Colors of #A30762
Black with #A30762
Text Example
Text Example
White with #A30762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30762; }
p { color: rgb(163,7,98); }
H1.HeaderClassName
{
color: #A30762;
}
.AnyTagClassName
{
color: #A30762;
}
</style>
background-color css
<style>
a { background-color: #A30762; }
a { background-color: rgb(163,7,98); }
div.DivClassName
{
background-color: #A30762;
}
.BgClassName
{
background-color: #A30762;
}
</style>
border-color css
<style>
span { border-color: #A30762; }
span { border-color: rgb(163,7,98); }
td.TdClassName
{
border-color: #A30762;
}
.TagClassName
{
border-color: #A30762;
}
</style>