Shades of Jazzberry Jam #A8053C
Tints of Jazzberry Jam #A8053C
RGB
CMYK
RGB Variations
Color information
#A8053C (or 0xA8053C) is known color: Jazzberry Jam. HEX triplet: A8, 05 and 3C. RGB value is (168,5,60). Sum of RGB (Red+Green+Blue) = 168+5+60=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A8053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8053C is #57FAC3. Grayscale: #3B3B3B. Windows color (decimal): -5765828 or 3933608. OLE color: 3933608.
HSL color Cylindrical-coordinate representation of color #A8053C: hue angle of 339.75º 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 #A8053C is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 60 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.34 |
| HSL | 339.75º | 0.94% | 0.34% | - |
| HSV(B) | 339.75º | 0.97% | 0.66% | - |
| XYZ | 17.02 | 8.76 | 5.07 | - |
| YUV | 60.01 | 128 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 60 | 0 | 0.97 | 0.64 | 0.34 | 339.75 | 0.94 | 0.34 |
| Hex | A8 | 5 | 3C | 0 | 61 | 40 | 22 | 154 | 5E | 22 |
| Octal | 250 | 5 | 74 | 0 | 141 | 100 | 42 | 524 | 136 | 42 |
| Binary | 10101000 | 101 | 111100 | 0 | 1100001 | 1000000 | 100010 | 101010100 | 1011110 | 100010 |
Color Harmonies of #A8053C
Complementary color
Monochromatic Colors of #A8053C
Black with #A8053C
Text Example
Text Example
White with #A8053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8053C; }
p { color: rgb(168,5,60); }
H1.HeaderClassName
{
color: #A8053C;
}
.AnyTagClassName
{
color: #A8053C;
}
</style>
background-color css
<style>
a { background-color: #A8053C; }
a { background-color: rgb(168,5,60); }
div.DivClassName
{
background-color: #A8053C;
}
.BgClassName
{
background-color: #A8053C;
}
</style>
border-color css
<style>
span { border-color: #A8053C; }
span { border-color: rgb(168,5,60); }
td.TdClassName
{
border-color: #A8053C;
}
.TagClassName
{
border-color: #A8053C;
}
</style>