Shades of Jazzberry Jam #A30D4C
Tints of Jazzberry Jam #A30D4C
RGB
CMYK
RGB Variations
Color information
#A30D4C (or 0xA30D4C) is known color: Jazzberry Jam. HEX triplet: A3, 0D and 4C. RGB value is (163,13,76). Sum of RGB (Red+Green+Blue) = 163+13+76=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30D4C is #5CF2B3. Grayscale: #404040. Windows color (decimal): -6091444 or 4984227. OLE color: 4984227.
HSL color Cylindrical-coordinate representation of color #A30D4C: hue angle of 334.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30D4C is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 13 | 76 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.36 |
| HSL | 334.8º | 0.85% | 0.35% | - |
| HSV(B) | 334.8º | 0.92% | 0.64% | - |
| XYZ | 16.55 | 8.6 | 7.62 | - |
| YUV | 65.03 | 134.2 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 76 | 0 | 0.92 | 0.53 | 0.36 | 334.8 | 0.85 | 0.35 |
| Hex | A3 | D | 4C | 0 | 5C | 35 | 24 | 14F | 55 | 23 |
| Octal | 243 | 15 | 114 | 0 | 134 | 65 | 44 | 517 | 125 | 43 |
| Binary | 10100011 | 1101 | 1001100 | 0 | 1011100 | 110101 | 100100 | 101001111 | 1010101 | 100011 |
Color Harmonies of #A30D4C
Complementary color
Monochromatic Colors of #A30D4C
Black with #A30D4C
Text Example
Text Example
White with #A30D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30D4C; }
p { color: rgb(163,13,76); }
H1.HeaderClassName
{
color: #A30D4C;
}
.AnyTagClassName
{
color: #A30D4C;
}
</style>
background-color css
<style>
a { background-color: #A30D4C; }
a { background-color: rgb(163,13,76); }
div.DivClassName
{
background-color: #A30D4C;
}
.BgClassName
{
background-color: #A30D4C;
}
</style>
border-color css
<style>
span { border-color: #A30D4C; }
span { border-color: rgb(163,13,76); }
td.TdClassName
{
border-color: #A30D4C;
}
.TagClassName
{
border-color: #A30D4C;
}
</style>