Shades of Jazzberry Jam #A8075B
Tints of Jazzberry Jam #A8075B
RGB
CMYK
RGB Variations
Color information
#A8075B (or 0xA8075B) is known color: Jazzberry Jam. HEX triplet: A8, 07 and 5B. RGB value is (168,7,91). Sum of RGB (Red+Green+Blue) = 168+7+91=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8075B is #57F8A4. Grayscale: #404040. Windows color (decimal): -5765285 or 5965736. OLE color: 5965736.
HSL color Cylindrical-coordinate representation of color #A8075B: hue angle of 328.7º 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 #A8075B is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 91 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.34 |
| HSL | 328.7º | 0.92% | 0.34% | - |
| HSV(B) | 328.7º | 0.96% | 0.66% | - |
| XYZ | 18.11 | 9.23 | 10.72 | - |
| YUV | 64.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 91 | 0 | 0.96 | 0.46 | 0.34 | 328.7 | 0.92 | 0.34 |
| Hex | A8 | 7 | 5B | 0 | 60 | 2E | 22 | 149 | 5C | 22 |
| Octal | 250 | 7 | 133 | 0 | 140 | 56 | 42 | 511 | 134 | 42 |
| Binary | 10101000 | 111 | 1011011 | 0 | 1100000 | 101110 | 100010 | 101001001 | 1011100 | 100010 |
Color Harmonies of #A8075B
Complementary color
Monochromatic Colors of #A8075B
Black with #A8075B
Text Example
Text Example
White with #A8075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8075B; }
p { color: rgb(168,7,91); }
H1.HeaderClassName
{
color: #A8075B;
}
.AnyTagClassName
{
color: #A8075B;
}
</style>
background-color css
<style>
a { background-color: #A8075B; }
a { background-color: rgb(168,7,91); }
div.DivClassName
{
background-color: #A8075B;
}
.BgClassName
{
background-color: #A8075B;
}
</style>
border-color css
<style>
span { border-color: #A8075B; }
span { border-color: rgb(168,7,91); }
td.TdClassName
{
border-color: #A8075B;
}
.TagClassName
{
border-color: #A8075B;
}
</style>