Shades of Jazzberry Jam #A8024C
Tints of Jazzberry Jam #A8024C
RGB
CMYK
RGB Variations
Color information
#A8024C (or 0xA8024C) is known color: Jazzberry Jam. HEX triplet: A8, 02 and 4C. RGB value is (168,2,76). Sum of RGB (Red+Green+Blue) = 168+2+76=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A8024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8024C is #57FDB3. Grayscale: #3B3B3B. Windows color (decimal): -5766580 or 4981416. OLE color: 4981416.
HSL color Cylindrical-coordinate representation of color #A8024C: hue angle of 333.25º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8024C is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.34 |
| HSL | 333.25º | 0.98% | 0.33% | - |
| HSV(B) | 333.25º | 0.99% | 0.66% | - |
| XYZ | 17.47 | 8.89 | 7.63 | - |
| YUV | 60.07 | 137 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 76 | 0 | 0.99 | 0.55 | 0.34 | 333.25 | 0.98 | 0.33 |
| Hex | A8 | 2 | 4C | 0 | 63 | 37 | 22 | 14D | 62 | 21 |
| Octal | 250 | 2 | 114 | 0 | 143 | 67 | 42 | 515 | 142 | 41 |
| Binary | 10101000 | 10 | 1001100 | 0 | 1100011 | 110111 | 100010 | 101001101 | 1100010 | 100001 |
Color Harmonies of #A8024C
Complementary color
Monochromatic Colors of #A8024C
Black with #A8024C
Text Example
Text Example
White with #A8024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8024C; }
p { color: rgb(168,2,76); }
H1.HeaderClassName
{
color: #A8024C;
}
.AnyTagClassName
{
color: #A8024C;
}
</style>
background-color css
<style>
a { background-color: #A8024C; }
a { background-color: rgb(168,2,76); }
div.DivClassName
{
background-color: #A8024C;
}
.BgClassName
{
background-color: #A8024C;
}
</style>
border-color css
<style>
span { border-color: #A8024C; }
span { border-color: rgb(168,2,76); }
td.TdClassName
{
border-color: #A8024C;
}
.TagClassName
{
border-color: #A8024C;
}
</style>