Shades of Jazzberry Jam #A3054F
Tints of Jazzberry Jam #A3054F
RGB
CMYK
RGB Variations
Color information
#A3054F (or 0xA3054F) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 4F. RGB value is (163,5,79). Sum of RGB (Red+Green+Blue) = 163+5+79=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A3054F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3054F is #5CFAB0. Grayscale: #3C3C3C. Windows color (decimal): -6093489 or 5178787. OLE color: 5178787.
HSL color Cylindrical-coordinate representation of color #A3054F: hue angle of 331.9º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A3054F is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 79 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.36 |
| HSL | 331.9º | 0.94% | 0.33% | - |
| HSV(B) | 331.9º | 0.97% | 0.64% | - |
| XYZ | 16.57 | 8.46 | 8.16 | - |
| YUV | 60.68 | 138.35 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 79 | 0 | 0.97 | 0.52 | 0.36 | 331.9 | 0.94 | 0.33 |
| Hex | A3 | 5 | 4F | 0 | 61 | 34 | 24 | 14C | 5E | 21 |
| Octal | 243 | 5 | 117 | 0 | 141 | 64 | 44 | 514 | 136 | 41 |
| Binary | 10100011 | 101 | 1001111 | 0 | 1100001 | 110100 | 100100 | 101001100 | 1011110 | 100001 |
Color Harmonies of #A3054F
Complementary color
Monochromatic Colors of #A3054F
Black with #A3054F
Text Example
Text Example
White with #A3054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3054F; }
p { color: rgb(163,5,79); }
H1.HeaderClassName
{
color: #A3054F;
}
.AnyTagClassName
{
color: #A3054F;
}
</style>
background-color css
<style>
a { background-color: #A3054F; }
a { background-color: rgb(163,5,79); }
div.DivClassName
{
background-color: #A3054F;
}
.BgClassName
{
background-color: #A3054F;
}
</style>
border-color css
<style>
span { border-color: #A3054F; }
span { border-color: rgb(163,5,79); }
td.TdClassName
{
border-color: #A3054F;
}
.TagClassName
{
border-color: #A3054F;
}
</style>