Shades of Jazzberry Jam #A7085B
Tints of Jazzberry Jam #A7085B
RGB
CMYK
RGB Variations
Color information
#A7085B (or 0xA7085B) is known color: Jazzberry Jam. HEX triplet: A7, 08 and 5B. RGB value is (167,8,91). Sum of RGB (Red+Green+Blue) = 167+8+91=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A7085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7085B is #58F7A4. Grayscale: #404040. Windows color (decimal): -5830565 or 5965991. OLE color: 5965991.
HSL color Cylindrical-coordinate representation of color #A7085B: hue angle of 328.68º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A7085B is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 8 | 91 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.35 |
| HSL | 328.68º | 0.91% | 0.34% | - |
| HSV(B) | 328.68º | 0.95% | 0.65% | - |
| XYZ | 17.91 | 9.14 | 10.72 | - |
| YUV | 65 | 142.68 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 8 | 91 | 0 | 0.95 | 0.46 | 0.35 | 328.68 | 0.91 | 0.34 |
| Hex | A7 | 8 | 5B | 0 | 5F | 2E | 23 | 149 | 5B | 22 |
| Octal | 247 | 10 | 133 | 0 | 137 | 56 | 43 | 511 | 133 | 42 |
| Binary | 10100111 | 1000 | 1011011 | 0 | 1011111 | 101110 | 100011 | 101001001 | 1011011 | 100010 |
Color Harmonies of #A7085B
Complementary color
Monochromatic Colors of #A7085B
Black with #A7085B
Text Example
Text Example
White with #A7085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7085B; }
p { color: rgb(167,8,91); }
H1.HeaderClassName
{
color: #A7085B;
}
.AnyTagClassName
{
color: #A7085B;
}
</style>
background-color css
<style>
a { background-color: #A7085B; }
a { background-color: rgb(167,8,91); }
div.DivClassName
{
background-color: #A7085B;
}
.BgClassName
{
background-color: #A7085B;
}
</style>
border-color css
<style>
span { border-color: #A7085B; }
span { border-color: rgb(167,8,91); }
td.TdClassName
{
border-color: #A7085B;
}
.TagClassName
{
border-color: #A7085B;
}
</style>