Shades of Jazzberry Jam #A30A4B
Tints of Jazzberry Jam #A30A4B
RGB
CMYK
RGB Variations
Color information
#A30A4B (or 0xA30A4B) is known color: Jazzberry Jam. HEX triplet: A3, 0A and 4B. RGB value is (163,10,75). Sum of RGB (Red+Green+Blue) = 163+10+75=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A30A4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30A4B is #5CF5B4. Grayscale: #3F3F3F. Windows color (decimal): -6092213 or 4917923. OLE color: 4917923.
HSL color Cylindrical-coordinate representation of color #A30A4B: hue angle of 334.51º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30A4B is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 10 | 75 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.36 |
| HSL | 334.51º | 0.88% | 0.34% | - |
| HSV(B) | 334.51º | 0.94% | 0.64% | - |
| XYZ | 16.48 | 8.51 | 7.43 | - |
| YUV | 63.16 | 134.69 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 75 | 0 | 0.94 | 0.54 | 0.36 | 334.51 | 0.88 | 0.34 |
| Hex | A3 | A | 4B | 0 | 5E | 36 | 24 | 14F | 58 | 22 |
| Octal | 243 | 12 | 113 | 0 | 136 | 66 | 44 | 517 | 130 | 42 |
| Binary | 10100011 | 1010 | 1001011 | 0 | 1011110 | 110110 | 100100 | 101001111 | 1011000 | 100010 |
Color Harmonies of #A30A4B
Complementary color
Monochromatic Colors of #A30A4B
Black with #A30A4B
Text Example
Text Example
White with #A30A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30A4B; }
p { color: rgb(163,10,75); }
H1.HeaderClassName
{
color: #A30A4B;
}
.AnyTagClassName
{
color: #A30A4B;
}
</style>
background-color css
<style>
a { background-color: #A30A4B; }
a { background-color: rgb(163,10,75); }
div.DivClassName
{
background-color: #A30A4B;
}
.BgClassName
{
background-color: #A30A4B;
}
</style>
border-color css
<style>
span { border-color: #A30A4B; }
span { border-color: rgb(163,10,75); }
td.TdClassName
{
border-color: #A30A4B;
}
.TagClassName
{
border-color: #A30A4B;
}
</style>