Shades of Jazzberry Jam #A8024E
Tints of Jazzberry Jam #A8024E
RGB
CMYK
RGB Variations
Color information
#A8024E (or 0xA8024E) is known color: Jazzberry Jam. HEX triplet: A8, 02 and 4E. RGB value is (168,2,78). Sum of RGB (Red+Green+Blue) = 168+2+78=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A8024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8024E is #57FDB1. Grayscale: #3C3C3C. Windows color (decimal): -5766578 or 5112488. OLE color: 5112488.
HSL color Cylindrical-coordinate representation of color #A8024E: hue angle of 332.53º 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 #A8024E is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.34 |
| HSL | 332.53º | 0.98% | 0.33% | - |
| HSV(B) | 332.53º | 0.99% | 0.66% | - |
| XYZ | 17.55 | 8.92 | 8 | - |
| YUV | 60.3 | 138 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 78 | 0 | 0.99 | 0.54 | 0.34 | 332.53 | 0.98 | 0.33 |
| Hex | A8 | 2 | 4E | 0 | 63 | 36 | 22 | 14D | 62 | 21 |
| Octal | 250 | 2 | 116 | 0 | 143 | 66 | 42 | 515 | 142 | 41 |
| Binary | 10101000 | 10 | 1001110 | 0 | 1100011 | 110110 | 100010 | 101001101 | 1100010 | 100001 |
Color Harmonies of #A8024E
Complementary color
Monochromatic Colors of #A8024E
Black with #A8024E
Text Example
Text Example
White with #A8024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8024E; }
p { color: rgb(168,2,78); }
H1.HeaderClassName
{
color: #A8024E;
}
.AnyTagClassName
{
color: #A8024E;
}
</style>
background-color css
<style>
a { background-color: #A8024E; }
a { background-color: rgb(168,2,78); }
div.DivClassName
{
background-color: #A8024E;
}
.BgClassName
{
background-color: #A8024E;
}
</style>
border-color css
<style>
span { border-color: #A8024E; }
span { border-color: rgb(168,2,78); }
td.TdClassName
{
border-color: #A8024E;
}
.TagClassName
{
border-color: #A8024E;
}
</style>