Shades of Jazzberry Jam #A8086B
Tints of Jazzberry Jam #A8086B
RGB
CMYK
RGB Variations
Color information
#A8086B (or 0xA8086B) is known color: Jazzberry Jam. HEX triplet: A8, 08 and 6B. RGB value is (168,8,107). Sum of RGB (Red+Green+Blue) = 168+8+107=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8086B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8086B is #57F794. Grayscale: #424242. Windows color (decimal): -5765013 or 7014568. OLE color: 7014568.
HSL color Cylindrical-coordinate representation of color #A8086B: hue angle of 322.88º 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 #A8086B is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 107 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.34 |
| HSL | 322.88º | 0.91% | 0.35% | - |
| HSV(B) | 322.88º | 0.95% | 0.66% | - |
| XYZ | 18.89 | 9.56 | 14.76 | - |
| YUV | 67.13 | 150.51 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 107 | 0 | 0.95 | 0.36 | 0.34 | 322.88 | 0.91 | 0.35 |
| Hex | A8 | 8 | 6B | 0 | 5F | 24 | 22 | 143 | 5B | 23 |
| Octal | 250 | 10 | 153 | 0 | 137 | 44 | 42 | 503 | 133 | 43 |
| Binary | 10101000 | 1000 | 1101011 | 0 | 1011111 | 100100 | 100010 | 101000011 | 1011011 | 100011 |
Color Harmonies of #A8086B
Complementary color
Monochromatic Colors of #A8086B
Black with #A8086B
Text Example
Text Example
White with #A8086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8086B; }
p { color: rgb(168,8,107); }
H1.HeaderClassName
{
color: #A8086B;
}
.AnyTagClassName
{
color: #A8086B;
}
</style>
background-color css
<style>
a { background-color: #A8086B; }
a { background-color: rgb(168,8,107); }
div.DivClassName
{
background-color: #A8086B;
}
.BgClassName
{
background-color: #A8086B;
}
</style>
border-color css
<style>
span { border-color: #A8086B; }
span { border-color: rgb(168,8,107); }
td.TdClassName
{
border-color: #A8086B;
}
.TagClassName
{
border-color: #A8086B;
}
</style>