Shades of Jazzberry Jam #A30361
Tints of Jazzberry Jam #A30361
RGB
CMYK
RGB Variations
Color information
#A30361 (or 0xA30361) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 61. RGB value is (163,3,97). Sum of RGB (Red+Green+Blue) = 163+3+97=263 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.98% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 163 - color contains mainly: red. Hex color #A30361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30361 is #5CFC9E. Grayscale: #3D3D3D. Windows color (decimal): -6093983 or 6357923. OLE color: 6357923.
HSL color Cylindrical-coordinate representation of color #A30361: hue angle of 324.75º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30361 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 97 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.36 |
| HSL | 324.75º | 0.96% | 0.33% | - |
| HSV(B) | 324.75º | 0.98% | 0.64% | - |
| XYZ | 17.29 | 8.71 | 12.08 | - |
| YUV | 61.56 | 148.01 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 97 | 0 | 0.98 | 0.40 | 0.36 | 324.75 | 0.96 | 0.33 |
| Hex | A3 | 3 | 61 | 0 | 62 | 28 | 24 | 145 | 60 | 21 |
| Octal | 243 | 3 | 141 | 0 | 142 | 50 | 44 | 505 | 140 | 41 |
| Binary | 10100011 | 11 | 1100001 | 0 | 1100010 | 101000 | 100100 | 101000101 | 1100000 | 100001 |
Color Harmonies of #A30361
Complementary color
Monochromatic Colors of #A30361
Black with #A30361
Text Example
Text Example
White with #A30361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30361; }
p { color: rgb(163,3,97); }
H1.HeaderClassName
{
color: #A30361;
}
.AnyTagClassName
{
color: #A30361;
}
</style>
background-color css
<style>
a { background-color: #A30361; }
a { background-color: rgb(163,3,97); }
div.DivClassName
{
background-color: #A30361;
}
.BgClassName
{
background-color: #A30361;
}
</style>
border-color css
<style>
span { border-color: #A30361; }
span { border-color: rgb(163,3,97); }
td.TdClassName
{
border-color: #A30361;
}
.TagClassName
{
border-color: #A30361;
}
</style>