Shades of Jazzberry Jam #A6004B
Tints of Jazzberry Jam #A6004B
RGB
CMYK
RGB Variations
Color information
#A6004B (or 0xA6004B) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 4B. RGB value is (166,0,75). Sum of RGB (Red+Green+Blue) = 166+0+75=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A6004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6004B is #59FFB4. Grayscale: #3A3A3A. Windows color (decimal): -5898165 or 4915366. OLE color: 4915366.
HSL color Cylindrical-coordinate representation of color #A6004B: hue angle of 332.89º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6004B is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.55 | 0.35 |
| HSL | 332.89º | 1% | 0.33% | - |
| HSV(B) | 332.89º | 1% | 0.65% | - |
| XYZ | 17 | 8.61 | 7.42 | - |
| YUV | 58.18 | 137.5 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 75 | 0 | 1 | 0.55 | 0.35 | 332.89 | 1 | 0.33 |
| Hex | A6 | 0 | 4B | 0 | 64 | 37 | 23 | 14D | 64 | 21 |
| Octal | 246 | 0 | 113 | 0 | 144 | 67 | 43 | 515 | 144 | 41 |
| Binary | 10100110 | 0 | 1001011 | 0 | 1100100 | 110111 | 100011 | 101001101 | 1100100 | 100001 |
Color Harmonies of #A6004B
Complementary color
Monochromatic Colors of #A6004B
Black with #A6004B
Text Example
Text Example
White with #A6004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6004B; }
p { color: rgb(166,0,75); }
H1.HeaderClassName
{
color: #A6004B;
}
.AnyTagClassName
{
color: #A6004B;
}
</style>
background-color css
<style>
a { background-color: #A6004B; }
a { background-color: rgb(166,0,75); }
div.DivClassName
{
background-color: #A6004B;
}
.BgClassName
{
background-color: #A6004B;
}
</style>
border-color css
<style>
span { border-color: #A6004B; }
span { border-color: rgb(166,0,75); }
td.TdClassName
{
border-color: #A6004B;
}
.TagClassName
{
border-color: #A6004B;
}
</style>