Shades of Jazzberry Jam #A6055A
Tints of Jazzberry Jam #A6055A
RGB
CMYK
RGB Variations
Color information
#A6055A (or 0xA6055A) is known color: Jazzberry Jam. HEX triplet: A6, 05 and 5A. RGB value is (166,5,90). Sum of RGB (Red+Green+Blue) = 166+5+90=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6055A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6055A is #59FAA5. Grayscale: #3E3E3E. Windows color (decimal): -5896870 or 5899686. OLE color: 5899686.
HSL color Cylindrical-coordinate representation of color #A6055A: hue angle of 328.32º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6055A is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 5 | 90 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.35 |
| HSL | 328.32º | 0.94% | 0.34% | - |
| HSV(B) | 328.32º | 0.97% | 0.65% | - |
| XYZ | 17.63 | 8.95 | 10.47 | - |
| YUV | 62.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 90 | 0 | 0.97 | 0.46 | 0.35 | 328.32 | 0.94 | 0.34 |
| Hex | A6 | 5 | 5A | 0 | 61 | 2E | 23 | 148 | 5E | 22 |
| Octal | 246 | 5 | 132 | 0 | 141 | 56 | 43 | 510 | 136 | 42 |
| Binary | 10100110 | 101 | 1011010 | 0 | 1100001 | 101110 | 100011 | 101001000 | 1011110 | 100010 |
Color Harmonies of #A6055A
Complementary color
Monochromatic Colors of #A6055A
Black with #A6055A
Text Example
Text Example
White with #A6055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6055A; }
p { color: rgb(166,5,90); }
H1.HeaderClassName
{
color: #A6055A;
}
.AnyTagClassName
{
color: #A6055A;
}
</style>
background-color css
<style>
a { background-color: #A6055A; }
a { background-color: rgb(166,5,90); }
div.DivClassName
{
background-color: #A6055A;
}
.BgClassName
{
background-color: #A6055A;
}
</style>
border-color css
<style>
span { border-color: #A6055A; }
span { border-color: rgb(166,5,90); }
td.TdClassName
{
border-color: #A6055A;
}
.TagClassName
{
border-color: #A6055A;
}
</style>