Shades of Jazzberry Jam #A30451
Tints of Jazzberry Jam #A30451
RGB
CMYK
RGB Variations
Color information
#A30451 (or 0xA30451) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 51. RGB value is (163,4,81). Sum of RGB (Red+Green+Blue) = 163+4+81=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A30451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30451 is #5CFBAE. Grayscale: #3C3C3C. Windows color (decimal): -6093743 or 5309603. OLE color: 5309603.
HSL color Cylindrical-coordinate representation of color #A30451: hue angle of 330.94º 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 #A30451 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.36 |
| HSL | 330.94º | 0.95% | 0.33% | - |
| HSV(B) | 330.94º | 0.98% | 0.64% | - |
| XYZ | 16.63 | 8.47 | 8.54 | - |
| YUV | 60.32 | 139.68 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 81 | 0 | 0.98 | 0.50 | 0.36 | 330.94 | 0.95 | 0.33 |
| Hex | A3 | 4 | 51 | 0 | 62 | 32 | 24 | 14B | 5F | 21 |
| Octal | 243 | 4 | 121 | 0 | 142 | 62 | 44 | 513 | 137 | 41 |
| Binary | 10100011 | 100 | 1010001 | 0 | 1100010 | 110010 | 100100 | 101001011 | 1011111 | 100001 |
Color Harmonies of #A30451
Complementary color
Monochromatic Colors of #A30451
Black with #A30451
Text Example
Text Example
White with #A30451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30451; }
p { color: rgb(163,4,81); }
H1.HeaderClassName
{
color: #A30451;
}
.AnyTagClassName
{
color: #A30451;
}
</style>
background-color css
<style>
a { background-color: #A30451; }
a { background-color: rgb(163,4,81); }
div.DivClassName
{
background-color: #A30451;
}
.BgClassName
{
background-color: #A30451;
}
</style>
border-color css
<style>
span { border-color: #A30451; }
span { border-color: rgb(163,4,81); }
td.TdClassName
{
border-color: #A30451;
}
.TagClassName
{
border-color: #A30451;
}
</style>