Shades of Jazzberry Jam #A8053F
Tints of Jazzberry Jam #A8053F
RGB
CMYK
RGB Variations
Color information
#A8053F (or 0xA8053F) is known color: Jazzberry Jam. HEX triplet: A8, 05 and 3F. RGB value is (168,5,63). Sum of RGB (Red+Green+Blue) = 168+5+63=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A8053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8053F is #57FAC0. Grayscale: #3C3C3C. Windows color (decimal): -5765825 or 4130216. OLE color: 4130216.
HSL color Cylindrical-coordinate representation of color #A8053F: hue angle of 338.65º 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 #A8053F is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 63 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.34 |
| HSL | 338.65º | 0.94% | 0.34% | - |
| HSV(B) | 338.65º | 0.97% | 0.66% | - |
| XYZ | 17.1 | 8.79 | 5.5 | - |
| YUV | 60.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 63 | 0 | 0.97 | 0.63 | 0.34 | 338.65 | 0.94 | 0.34 |
| Hex | A8 | 5 | 3F | 0 | 61 | 3F | 22 | 153 | 5E | 22 |
| Octal | 250 | 5 | 77 | 0 | 141 | 77 | 42 | 523 | 136 | 42 |
| Binary | 10101000 | 101 | 111111 | 0 | 1100001 | 111111 | 100010 | 101010011 | 1011110 | 100010 |
Color Harmonies of #A8053F
Complementary color
Monochromatic Colors of #A8053F
Black with #A8053F
Text Example
Text Example
White with #A8053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8053F; }
p { color: rgb(168,5,63); }
H1.HeaderClassName
{
color: #A8053F;
}
.AnyTagClassName
{
color: #A8053F;
}
</style>
background-color css
<style>
a { background-color: #A8053F; }
a { background-color: rgb(168,5,63); }
div.DivClassName
{
background-color: #A8053F;
}
.BgClassName
{
background-color: #A8053F;
}
</style>
border-color css
<style>
span { border-color: #A8053F; }
span { border-color: rgb(168,5,63); }
td.TdClassName
{
border-color: #A8053F;
}
.TagClassName
{
border-color: #A8053F;
}
</style>