Shades of Jazzberry Jam #A3074F
Tints of Jazzberry Jam #A3074F
RGB
CMYK
RGB Variations
Color information
#A3074F (or 0xA3074F) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 4F. RGB value is (163,7,79). Sum of RGB (Red+Green+Blue) = 163+7+79=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A3074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3074F is #5CF8B0. Grayscale: #3D3D3D. Windows color (decimal): -6092977 or 5179299. OLE color: 5179299.
HSL color Cylindrical-coordinate representation of color #A3074F: hue angle of 332.31º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3074F is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 79 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.36 |
| HSL | 332.31º | 0.92% | 0.33% | - |
| HSV(B) | 332.31º | 0.96% | 0.64% | - |
| XYZ | 16.59 | 8.5 | 8.16 | - |
| YUV | 61.85 | 137.68 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 79 | 0 | 0.96 | 0.52 | 0.36 | 332.31 | 0.92 | 0.33 |
| Hex | A3 | 7 | 4F | 0 | 60 | 34 | 24 | 14C | 5C | 21 |
| Octal | 243 | 7 | 117 | 0 | 140 | 64 | 44 | 514 | 134 | 41 |
| Binary | 10100011 | 111 | 1001111 | 0 | 1100000 | 110100 | 100100 | 101001100 | 1011100 | 100001 |
Color Harmonies of #A3074F
Complementary color
Monochromatic Colors of #A3074F
Black with #A3074F
Text Example
Text Example
White with #A3074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3074F; }
p { color: rgb(163,7,79); }
H1.HeaderClassName
{
color: #A3074F;
}
.AnyTagClassName
{
color: #A3074F;
}
</style>
background-color css
<style>
a { background-color: #A3074F; }
a { background-color: rgb(163,7,79); }
div.DivClassName
{
background-color: #A3074F;
}
.BgClassName
{
background-color: #A3074F;
}
</style>
border-color css
<style>
span { border-color: #A3074F; }
span { border-color: rgb(163,7,79); }
td.TdClassName
{
border-color: #A3074F;
}
.TagClassName
{
border-color: #A3074F;
}
</style>