Shades of Jazzberry Jam #A30455
Tints of Jazzberry Jam #A30455
RGB
CMYK
RGB Variations
Color information
#A30455 (or 0xA30455) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 55. RGB value is (163,4,85). Sum of RGB (Red+Green+Blue) = 163+4+85=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A30455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30455 is #5CFBAA. Grayscale: #3C3C3C. Windows color (decimal): -6093739 or 5571747. OLE color: 5571747.
HSL color Cylindrical-coordinate representation of color #A30455: hue angle of 329.43º degrees, saturation: 0.95, 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 #A30455 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 85 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.36 |
| HSL | 329.43º | 0.95% | 0.33% | - |
| HSV(B) | 329.43º | 0.98% | 0.64% | - |
| XYZ | 16.79 | 8.53 | 9.36 | - |
| YUV | 60.78 | 141.68 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 85 | 0 | 0.98 | 0.48 | 0.36 | 329.43 | 0.95 | 0.33 |
| Hex | A3 | 4 | 55 | 0 | 62 | 30 | 24 | 149 | 5F | 21 |
| Octal | 243 | 4 | 125 | 0 | 142 | 60 | 44 | 511 | 137 | 41 |
| Binary | 10100011 | 100 | 1010101 | 0 | 1100010 | 110000 | 100100 | 101001001 | 1011111 | 100001 |
Color Harmonies of #A30455
Complementary color
Monochromatic Colors of #A30455
Black with #A30455
Text Example
Text Example
White with #A30455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30455; }
p { color: rgb(163,4,85); }
H1.HeaderClassName
{
color: #A30455;
}
.AnyTagClassName
{
color: #A30455;
}
</style>
background-color css
<style>
a { background-color: #A30455; }
a { background-color: rgb(163,4,85); }
div.DivClassName
{
background-color: #A30455;
}
.BgClassName
{
background-color: #A30455;
}
</style>
border-color css
<style>
span { border-color: #A30455; }
span { border-color: rgb(163,4,85); }
td.TdClassName
{
border-color: #A30455;
}
.TagClassName
{
border-color: #A30455;
}
</style>