Shades of Jazzberry Jam #A8054C
Tints of Jazzberry Jam #A8054C
RGB
CMYK
RGB Variations
Color information
#A8054C (or 0xA8054C) is known color: Jazzberry Jam. HEX triplet: A8, 05 and 4C. RGB value is (168,5,76). Sum of RGB (Red+Green+Blue) = 168+5+76=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A8054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8054C is #57FAB3. Grayscale: #3D3D3D. Windows color (decimal): -5765812 or 4982184. OLE color: 4982184.
HSL color Cylindrical-coordinate representation of color #A8054C: hue angle of 333.87º 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 #A8054C is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 76 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.34 |
| HSL | 333.87º | 0.94% | 0.34% | - |
| HSV(B) | 333.87º | 0.97% | 0.66% | - |
| XYZ | 17.51 | 8.96 | 7.64 | - |
| YUV | 61.83 | 136 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 76 | 0 | 0.97 | 0.55 | 0.34 | 333.87 | 0.94 | 0.34 |
| Hex | A8 | 5 | 4C | 0 | 61 | 37 | 22 | 14E | 5E | 22 |
| Octal | 250 | 5 | 114 | 0 | 141 | 67 | 42 | 516 | 136 | 42 |
| Binary | 10101000 | 101 | 1001100 | 0 | 1100001 | 110111 | 100010 | 101001110 | 1011110 | 100010 |
Color Harmonies of #A8054C
Complementary color
Monochromatic Colors of #A8054C
Black with #A8054C
Text Example
Text Example
White with #A8054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8054C; }
p { color: rgb(168,5,76); }
H1.HeaderClassName
{
color: #A8054C;
}
.AnyTagClassName
{
color: #A8054C;
}
</style>
background-color css
<style>
a { background-color: #A8054C; }
a { background-color: rgb(168,5,76); }
div.DivClassName
{
background-color: #A8054C;
}
.BgClassName
{
background-color: #A8054C;
}
</style>
border-color css
<style>
span { border-color: #A8054C; }
span { border-color: rgb(168,5,76); }
td.TdClassName
{
border-color: #A8054C;
}
.TagClassName
{
border-color: #A8054C;
}
</style>