Shades of Jazzberry Jam #A0024C
Tints of Jazzberry Jam #A0024C
RGB
CMYK
RGB Variations
Color information
#A0024C (or 0xA0024C) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 4C. RGB value is (160,2,76). Sum of RGB (Red+Green+Blue) = 160+2+76=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A0024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0024C is #5FFDB3. Grayscale: #393939. Windows color (decimal): -6290868 or 4981408. OLE color: 4981408.
HSL color Cylindrical-coordinate representation of color #A0024C: hue angle of 331.9º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0024C is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.37 |
| HSL | 331.9º | 0.98% | 0.32% | - |
| HSV(B) | 331.9º | 0.99% | 0.63% | - |
| XYZ | 15.82 | 8.04 | 7.56 | - |
| YUV | 57.68 | 138.35 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 76 | 0 | 0.99 | 0.52 | 0.37 | 331.9 | 0.98 | 0.32 |
| Hex | A0 | 2 | 4C | 0 | 63 | 34 | 25 | 14C | 62 | 20 |
| Octal | 240 | 2 | 114 | 0 | 143 | 64 | 45 | 514 | 142 | 40 |
| Binary | 10100000 | 10 | 1001100 | 0 | 1100011 | 110100 | 100101 | 101001100 | 1100010 | 100000 |
Color Harmonies of #A0024C
Complementary color
Monochromatic Colors of #A0024C
Black with #A0024C
Text Example
Text Example
White with #A0024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0024C; }
p { color: rgb(160,2,76); }
H1.HeaderClassName
{
color: #A0024C;
}
.AnyTagClassName
{
color: #A0024C;
}
</style>
background-color css
<style>
a { background-color: #A0024C; }
a { background-color: rgb(160,2,76); }
div.DivClassName
{
background-color: #A0024C;
}
.BgClassName
{
background-color: #A0024C;
}
</style>
border-color css
<style>
span { border-color: #A0024C; }
span { border-color: rgb(160,2,76); }
td.TdClassName
{
border-color: #A0024C;
}
.TagClassName
{
border-color: #A0024C;
}
</style>