Shades of Jazzberry Jam #A8054D
Tints of Jazzberry Jam #A8054D
RGB
CMYK
RGB Variations
Color information
#A8054D (or 0xA8054D) is known color: Jazzberry Jam. HEX triplet: A8, 05 and 4D. RGB value is (168,5,77). Sum of RGB (Red+Green+Blue) = 168+5+77=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A8054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8054D is #57FAB2. Grayscale: #3D3D3D. Windows color (decimal): -5765811 or 5047720. OLE color: 5047720.
HSL color Cylindrical-coordinate representation of color #A8054D: hue angle of 333.5º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8054D is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.34 |
| HSL | 333.5º | 0.94% | 0.34% | - |
| HSV(B) | 333.5º | 0.97% | 0.66% | - |
| XYZ | 17.54 | 8.97 | 7.83 | - |
| YUV | 61.95 | 136.5 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 77 | 0 | 0.97 | 0.54 | 0.34 | 333.5 | 0.94 | 0.34 |
| Hex | A8 | 5 | 4D | 0 | 61 | 36 | 22 | 14D | 5E | 22 |
| Octal | 250 | 5 | 115 | 0 | 141 | 66 | 42 | 515 | 136 | 42 |
| Binary | 10101000 | 101 | 1001101 | 0 | 1100001 | 110110 | 100010 | 101001101 | 1011110 | 100010 |
Color Harmonies of #A8054D
Complementary color
Monochromatic Colors of #A8054D
Black with #A8054D
Text Example
Text Example
White with #A8054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8054D; }
p { color: rgb(168,5,77); }
H1.HeaderClassName
{
color: #A8054D;
}
.AnyTagClassName
{
color: #A8054D;
}
</style>
background-color css
<style>
a { background-color: #A8054D; }
a { background-color: rgb(168,5,77); }
div.DivClassName
{
background-color: #A8054D;
}
.BgClassName
{
background-color: #A8054D;
}
</style>
border-color css
<style>
span { border-color: #A8054D; }
span { border-color: rgb(168,5,77); }
td.TdClassName
{
border-color: #A8054D;
}
.TagClassName
{
border-color: #A8054D;
}
</style>