Shades of Jazzberry Jam #A8076D
Tints of Jazzberry Jam #A8076D
RGB
CMYK
RGB Variations
Color information
#A8076D (or 0xA8076D) is known color: Jazzberry Jam. HEX triplet: A8, 07 and 6D. RGB value is (168,7,109). Sum of RGB (Red+Green+Blue) = 168+7+109=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A8076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8076D is #57F892. Grayscale: #424242. Windows color (decimal): -5765267 or 7145384. OLE color: 7145384.
HSL color Cylindrical-coordinate representation of color #A8076D: hue angle of 321.99º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8076D is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 109 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.34 |
| HSL | 321.99º | 0.92% | 0.34% | - |
| HSV(B) | 321.99º | 0.96% | 0.66% | - |
| XYZ | 18.98 | 9.58 | 15.32 | - |
| YUV | 66.77 | 151.84 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 109 | 0 | 0.96 | 0.35 | 0.34 | 321.99 | 0.92 | 0.34 |
| Hex | A8 | 7 | 6D | 0 | 60 | 23 | 22 | 142 | 5C | 22 |
| Octal | 250 | 7 | 155 | 0 | 140 | 43 | 42 | 502 | 134 | 42 |
| Binary | 10101000 | 111 | 1101101 | 0 | 1100000 | 100011 | 100010 | 101000010 | 1011100 | 100010 |
Color Harmonies of #A8076D
Complementary color
Monochromatic Colors of #A8076D
Black with #A8076D
Text Example
Text Example
White with #A8076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8076D; }
p { color: rgb(168,7,109); }
H1.HeaderClassName
{
color: #A8076D;
}
.AnyTagClassName
{
color: #A8076D;
}
</style>
background-color css
<style>
a { background-color: #A8076D; }
a { background-color: rgb(168,7,109); }
div.DivClassName
{
background-color: #A8076D;
}
.BgClassName
{
background-color: #A8076D;
}
</style>
border-color css
<style>
span { border-color: #A8076D; }
span { border-color: rgb(168,7,109); }
td.TdClassName
{
border-color: #A8076D;
}
.TagClassName
{
border-color: #A8076D;
}
</style>