Shades of Jazzberry Jam #A5054D
Tints of Jazzberry Jam #A5054D
RGB
CMYK
RGB Variations
Color information
#A5054D (or 0xA5054D) is known color: Jazzberry Jam. HEX triplet: A5, 05 and 4D. RGB value is (165,5,77). Sum of RGB (Red+Green+Blue) = 165+5+77=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A5054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5054D is #5AFAB2. Grayscale: #3C3C3C. Windows color (decimal): -5962419 or 5047717. OLE color: 5047717.
HSL color Cylindrical-coordinate representation of color #A5054D: hue angle of 333º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5054D is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.35 |
| HSL | 333º | 0.94% | 0.33% | - |
| HSV(B) | 333º | 0.97% | 0.65% | - |
| XYZ | 16.91 | 8.64 | 7.8 | - |
| YUV | 61.05 | 137.01 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 77 | 0 | 0.97 | 0.53 | 0.35 | 333 | 0.94 | 0.33 |
| Hex | A5 | 5 | 4D | 0 | 61 | 35 | 23 | 14D | 5E | 21 |
| Octal | 245 | 5 | 115 | 0 | 141 | 65 | 43 | 515 | 136 | 41 |
| Binary | 10100101 | 101 | 1001101 | 0 | 1100001 | 110101 | 100011 | 101001101 | 1011110 | 100001 |
Color Harmonies of #A5054D
Complementary color
Monochromatic Colors of #A5054D
Black with #A5054D
Text Example
Text Example
White with #A5054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5054D; }
p { color: rgb(165,5,77); }
H1.HeaderClassName
{
color: #A5054D;
}
.AnyTagClassName
{
color: #A5054D;
}
</style>
background-color css
<style>
a { background-color: #A5054D; }
a { background-color: rgb(165,5,77); }
div.DivClassName
{
background-color: #A5054D;
}
.BgClassName
{
background-color: #A5054D;
}
</style>
border-color css
<style>
span { border-color: #A5054D; }
span { border-color: rgb(165,5,77); }
td.TdClassName
{
border-color: #A5054D;
}
.TagClassName
{
border-color: #A5054D;
}
</style>