Shades of Jazzberry Jam #A8064B
Tints of Jazzberry Jam #A8064B
RGB
CMYK
RGB Variations
Color information
#A8064B (or 0xA8064B) is known color: Jazzberry Jam. HEX triplet: A8, 06 and 4B. RGB value is (168,6,75). Sum of RGB (Red+Green+Blue) = 168+6+75=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A8064B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8064B is #57F9B4. Grayscale: #3E3E3E. Windows color (decimal): -5765557 or 4916904. OLE color: 4916904.
HSL color Cylindrical-coordinate representation of color #A8064B: hue angle of 334.44º degrees, saturation: 0.93, 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 #A8064B is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 75 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.34 |
| HSL | 334.44º | 0.93% | 0.34% | - |
| HSV(B) | 334.44º | 0.96% | 0.66% | - |
| XYZ | 17.48 | 8.96 | 7.47 | - |
| YUV | 62.3 | 135.17 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 75 | 0 | 0.96 | 0.55 | 0.34 | 334.44 | 0.93 | 0.34 |
| Hex | A8 | 6 | 4B | 0 | 60 | 37 | 22 | 14E | 5D | 22 |
| Octal | 250 | 6 | 113 | 0 | 140 | 67 | 42 | 516 | 135 | 42 |
| Binary | 10101000 | 110 | 1001011 | 0 | 1100000 | 110111 | 100010 | 101001110 | 1011101 | 100010 |
Color Harmonies of #A8064B
Complementary color
Monochromatic Colors of #A8064B
Black with #A8064B
Text Example
Text Example
White with #A8064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8064B; }
p { color: rgb(168,6,75); }
H1.HeaderClassName
{
color: #A8064B;
}
.AnyTagClassName
{
color: #A8064B;
}
</style>
background-color css
<style>
a { background-color: #A8064B; }
a { background-color: rgb(168,6,75); }
div.DivClassName
{
background-color: #A8064B;
}
.BgClassName
{
background-color: #A8064B;
}
</style>
border-color css
<style>
span { border-color: #A8064B; }
span { border-color: rgb(168,6,75); }
td.TdClassName
{
border-color: #A8064B;
}
.TagClassName
{
border-color: #A8064B;
}
</style>