Shades of Jazzberry Jam #A8004C
Tints of Jazzberry Jam #A8004C
RGB
CMYK
RGB Variations
Color information
#A8004C (or 0xA8004C) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 4C. RGB value is (168,0,76). Sum of RGB (Red+Green+Blue) = 168+0+76=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A8004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8004C is #57FFB3. Grayscale: #3A3A3A. Windows color (decimal): -5767092 or 4980904. OLE color: 4980904.
HSL color Cylindrical-coordinate representation of color #A8004C: hue angle of 332.86º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8004C is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.55 | 0.34 |
| HSL | 332.86º | 1% | 0.33% | - |
| HSV(B) | 332.86º | 1% | 0.66% | - |
| XYZ | 17.45 | 8.85 | 7.63 | - |
| YUV | 58.9 | 137.66 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 76 | 0 | 1 | 0.55 | 0.34 | 332.86 | 1 | 0.33 |
| Hex | A8 | 0 | 4C | 0 | 64 | 37 | 22 | 14D | 64 | 21 |
| Octal | 250 | 0 | 114 | 0 | 144 | 67 | 42 | 515 | 144 | 41 |
| Binary | 10101000 | 0 | 1001100 | 0 | 1100100 | 110111 | 100010 | 101001101 | 1100100 | 100001 |
Color Harmonies of #A8004C
Complementary color
Monochromatic Colors of #A8004C
Black with #A8004C
Text Example
Text Example
White with #A8004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8004C; }
p { color: rgb(168,0,76); }
H1.HeaderClassName
{
color: #A8004C;
}
.AnyTagClassName
{
color: #A8004C;
}
</style>
background-color css
<style>
a { background-color: #A8004C; }
a { background-color: rgb(168,0,76); }
div.DivClassName
{
background-color: #A8004C;
}
.BgClassName
{
background-color: #A8004C;
}
</style>
border-color css
<style>
span { border-color: #A8004C; }
span { border-color: rgb(168,0,76); }
td.TdClassName
{
border-color: #A8004C;
}
.TagClassName
{
border-color: #A8004C;
}
</style>