Shades of Jazzberry Jam #A3104F
Tints of Jazzberry Jam #A3104F
RGB
CMYK
RGB Variations
Color information
#A3104F (or 0xA3104F) is known color: Jazzberry Jam. HEX triplet: A3, 10 and 4F. RGB value is (163,16,79). Sum of RGB (Red+Green+Blue) = 163+16+79=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A3104F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3104F is #5CEFB0. Grayscale: #434343. Windows color (decimal): -6090673 or 5181603. OLE color: 5181603.
HSL color Cylindrical-coordinate representation of color #A3104F: hue angle of 334.29º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3104F is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 16 | 79 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.36 |
| HSL | 334.29º | 0.82% | 0.35% | - |
| HSV(B) | 334.29º | 0.9% | 0.64% | - |
| XYZ | 16.7 | 8.72 | 8.2 | - |
| YUV | 67.14 | 134.7 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 79 | 0 | 0.90 | 0.52 | 0.36 | 334.29 | 0.82 | 0.35 |
| Hex | A3 | 10 | 4F | 0 | 5A | 34 | 24 | 14E | 52 | 23 |
| Octal | 243 | 20 | 117 | 0 | 132 | 64 | 44 | 516 | 122 | 43 |
| Binary | 10100011 | 10000 | 1001111 | 0 | 1011010 | 110100 | 100100 | 101001110 | 1010010 | 100011 |
Color Harmonies of #A3104F
Complementary color
Monochromatic Colors of #A3104F
Black with #A3104F
Text Example
Text Example
White with #A3104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3104F; }
p { color: rgb(163,16,79); }
H1.HeaderClassName
{
color: #A3104F;
}
.AnyTagClassName
{
color: #A3104F;
}
</style>
background-color css
<style>
a { background-color: #A3104F; }
a { background-color: rgb(163,16,79); }
div.DivClassName
{
background-color: #A3104F;
}
.BgClassName
{
background-color: #A3104F;
}
</style>
border-color css
<style>
span { border-color: #A3104F; }
span { border-color: rgb(163,16,79); }
td.TdClassName
{
border-color: #A3104F;
}
.TagClassName
{
border-color: #A3104F;
}
</style>