Shades of Jazzberry Jam #A30555
Tints of Jazzberry Jam #A30555
RGB
CMYK
RGB Variations
Color information
#A30555 (or 0xA30555) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 55. RGB value is (163,5,85). Sum of RGB (Red+Green+Blue) = 163+5+85=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A30555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30555 is #5CFAAA. Grayscale: #3D3D3D. Windows color (decimal): -6093483 or 5572003. OLE color: 5572003.
HSL color Cylindrical-coordinate representation of color #A30555: hue angle of 329.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30555 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 85 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.36 |
| HSL | 329.62º | 0.94% | 0.33% | - |
| HSV(B) | 329.62º | 0.97% | 0.64% | - |
| XYZ | 16.8 | 8.55 | 9.36 | - |
| YUV | 61.36 | 141.35 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 85 | 0 | 0.97 | 0.48 | 0.36 | 329.62 | 0.94 | 0.33 |
| Hex | A3 | 5 | 55 | 0 | 61 | 30 | 24 | 14A | 5E | 21 |
| Octal | 243 | 5 | 125 | 0 | 141 | 60 | 44 | 512 | 136 | 41 |
| Binary | 10100011 | 101 | 1010101 | 0 | 1100001 | 110000 | 100100 | 101001010 | 1011110 | 100001 |
Color Harmonies of #A30555
Complementary color
Monochromatic Colors of #A30555
Black with #A30555
Text Example
Text Example
White with #A30555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30555; }
p { color: rgb(163,5,85); }
H1.HeaderClassName
{
color: #A30555;
}
.AnyTagClassName
{
color: #A30555;
}
</style>
background-color css
<style>
a { background-color: #A30555; }
a { background-color: rgb(163,5,85); }
div.DivClassName
{
background-color: #A30555;
}
.BgClassName
{
background-color: #A30555;
}
</style>
border-color css
<style>
span { border-color: #A30555; }
span { border-color: rgb(163,5,85); }
td.TdClassName
{
border-color: #A30555;
}
.TagClassName
{
border-color: #A30555;
}
</style>