Shades of Jazzberry Jam #A6055C
Tints of Jazzberry Jam #A6055C
RGB
CMYK
RGB Variations
Color information
#A6055C (or 0xA6055C) is known color: Jazzberry Jam. HEX triplet: A6, 05 and 5C. RGB value is (166,5,92). Sum of RGB (Red+Green+Blue) = 166+5+92=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A6055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6055C is #59FAA3. Grayscale: #3E3E3E. Windows color (decimal): -5896868 or 6030758. OLE color: 6030758.
HSL color Cylindrical-coordinate representation of color #A6055C: hue angle of 327.58º 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 #A6055C is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 5 | 92 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.35 |
| HSL | 327.58º | 0.94% | 0.34% | - |
| HSV(B) | 327.58º | 0.97% | 0.65% | - |
| XYZ | 17.71 | 8.99 | 10.93 | - |
| YUV | 63.06 | 144.34 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 92 | 0 | 0.97 | 0.45 | 0.35 | 327.58 | 0.94 | 0.34 |
| Hex | A6 | 5 | 5C | 0 | 61 | 2D | 23 | 148 | 5E | 22 |
| Octal | 246 | 5 | 134 | 0 | 141 | 55 | 43 | 510 | 136 | 42 |
| Binary | 10100110 | 101 | 1011100 | 0 | 1100001 | 101101 | 100011 | 101001000 | 1011110 | 100010 |
Color Harmonies of #A6055C
Complementary color
Monochromatic Colors of #A6055C
Black with #A6055C
Text Example
Text Example
White with #A6055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6055C; }
p { color: rgb(166,5,92); }
H1.HeaderClassName
{
color: #A6055C;
}
.AnyTagClassName
{
color: #A6055C;
}
</style>
background-color css
<style>
a { background-color: #A6055C; }
a { background-color: rgb(166,5,92); }
div.DivClassName
{
background-color: #A6055C;
}
.BgClassName
{
background-color: #A6055C;
}
</style>
border-color css
<style>
span { border-color: #A6055C; }
span { border-color: rgb(166,5,92); }
td.TdClassName
{
border-color: #A6055C;
}
.TagClassName
{
border-color: #A6055C;
}
</style>