Shades of Jazzberry Jam #A6076B
Tints of Jazzberry Jam #A6076B
RGB
CMYK
RGB Variations
Color information
#A6076B (or 0xA6076B) is known color: Jazzberry Jam. HEX triplet: A6, 07 and 6B. RGB value is (166,7,107). Sum of RGB (Red+Green+Blue) = 166+7+107=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A6076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6076B is #59F894. Grayscale: #414141. Windows color (decimal): -5896341 or 7014310. OLE color: 7014310.
HSL color Cylindrical-coordinate representation of color #A6076B: hue angle of 322.26º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6076B is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 107 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.35 |
| HSL | 322.26º | 0.92% | 0.34% | - |
| HSV(B) | 322.26º | 0.96% | 0.65% | - |
| XYZ | 18.46 | 9.32 | 14.74 | - |
| YUV | 65.94 | 151.18 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 107 | 0 | 0.96 | 0.36 | 0.35 | 322.26 | 0.92 | 0.34 |
| Hex | A6 | 7 | 6B | 0 | 60 | 24 | 23 | 142 | 5C | 22 |
| Octal | 246 | 7 | 153 | 0 | 140 | 44 | 43 | 502 | 134 | 42 |
| Binary | 10100110 | 111 | 1101011 | 0 | 1100000 | 100100 | 100011 | 101000010 | 1011100 | 100010 |
Color Harmonies of #A6076B
Complementary color
Monochromatic Colors of #A6076B
Black with #A6076B
Text Example
Text Example
White with #A6076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6076B; }
p { color: rgb(166,7,107); }
H1.HeaderClassName
{
color: #A6076B;
}
.AnyTagClassName
{
color: #A6076B;
}
</style>
background-color css
<style>
a { background-color: #A6076B; }
a { background-color: rgb(166,7,107); }
div.DivClassName
{
background-color: #A6076B;
}
.BgClassName
{
background-color: #A6076B;
}
</style>
border-color css
<style>
span { border-color: #A6076B; }
span { border-color: rgb(166,7,107); }
td.TdClassName
{
border-color: #A6076B;
}
.TagClassName
{
border-color: #A6076B;
}
</style>