Shades of Jazzberry Jam #A8086D
Tints of Jazzberry Jam #A8086D
RGB
CMYK
RGB Variations
Color information
#A8086D (or 0xA8086D) is known color: Jazzberry Jam. HEX triplet: A8, 08 and 6D. RGB value is (168,8,109). Sum of RGB (Red+Green+Blue) = 168+8+109=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A8086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8086D is #57F792. Grayscale: #434343. Windows color (decimal): -5765011 or 7145640. OLE color: 7145640.
HSL color Cylindrical-coordinate representation of color #A8086D: hue angle of 322.12º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8086D is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 109 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.34 |
| HSL | 322.13º | 0.91% | 0.35% | - |
| HSV(B) | 322.13º | 0.95% | 0.66% | - |
| XYZ | 19 | 9.6 | 15.32 | - |
| YUV | 67.35 | 151.51 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 109 | 0 | 0.95 | 0.35 | 0.34 | 322.13 | 0.91 | 0.35 |
| Hex | A8 | 8 | 6D | 0 | 5F | 23 | 22 | 142 | 5B | 23 |
| Octal | 250 | 10 | 155 | 0 | 137 | 43 | 42 | 502 | 133 | 43 |
| Binary | 10101000 | 1000 | 1101101 | 0 | 1011111 | 100011 | 100010 | 101000010 | 1011011 | 100011 |
Color Harmonies of #A8086D
Complementary color
Monochromatic Colors of #A8086D
Black with #A8086D
Text Example
Text Example
White with #A8086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8086D; }
p { color: rgb(168,8,109); }
H1.HeaderClassName
{
color: #A8086D;
}
.AnyTagClassName
{
color: #A8086D;
}
</style>
background-color css
<style>
a { background-color: #A8086D; }
a { background-color: rgb(168,8,109); }
div.DivClassName
{
background-color: #A8086D;
}
.BgClassName
{
background-color: #A8086D;
}
</style>
border-color css
<style>
span { border-color: #A8086D; }
span { border-color: rgb(168,8,109); }
td.TdClassName
{
border-color: #A8086D;
}
.TagClassName
{
border-color: #A8086D;
}
</style>