Shades of Jazzberry Jam #A3154F
Tints of Jazzberry Jam #A3154F
RGB
CMYK
RGB Variations
Color information
#A3154F (or 0xA3154F) is known color: Jazzberry Jam. HEX triplet: A3, 15 and 4F. RGB value is (163,21,79). Sum of RGB (Red+Green+Blue) = 163+21+79=263 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.98% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 163 - color contains mainly: red. Hex color #A3154F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3154F is #5CEAB0. Grayscale: #454545. Windows color (decimal): -6089393 or 5182883. OLE color: 5182883.
HSL color Cylindrical-coordinate representation of color #A3154F: hue angle of 335.49º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3154F is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 21 | 79 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.36 |
| HSL | 335.49º | 0.77% | 0.36% | - |
| HSV(B) | 335.49º | 0.87% | 0.64% | - |
| XYZ | 16.78 | 8.89 | 8.23 | - |
| YUV | 70.07 | 133.04 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 79 | 0 | 0.87 | 0.52 | 0.36 | 335.49 | 0.77 | 0.36 |
| Hex | A3 | 15 | 4F | 0 | 57 | 34 | 24 | 14F | 4D | 24 |
| Octal | 243 | 25 | 117 | 0 | 127 | 64 | 44 | 517 | 115 | 44 |
| Binary | 10100011 | 10101 | 1001111 | 0 | 1010111 | 110100 | 100100 | 101001111 | 1001101 | 100100 |
Color Harmonies of #A3154F
Complementary color
Monochromatic Colors of #A3154F
Black with #A3154F
Text Example
Text Example
White with #A3154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3154F; }
p { color: rgb(163,21,79); }
H1.HeaderClassName
{
color: #A3154F;
}
.AnyTagClassName
{
color: #A3154F;
}
</style>
background-color css
<style>
a { background-color: #A3154F; }
a { background-color: rgb(163,21,79); }
div.DivClassName
{
background-color: #A3154F;
}
.BgClassName
{
background-color: #A3154F;
}
</style>
border-color css
<style>
span { border-color: #A3154F; }
span { border-color: rgb(163,21,79); }
td.TdClassName
{
border-color: #A3154F;
}
.TagClassName
{
border-color: #A3154F;
}
</style>