Shades of Jazzberry Jam #A60348
Tints of Jazzberry Jam #A60348
RGB
CMYK
RGB Variations
Color information
#A60348 (or 0xA60348) is known color: Jazzberry Jam. HEX triplet: A6, 03 and 48. RGB value is (166,3,72). Sum of RGB (Red+Green+Blue) = 166+3+72=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A60348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60348 is #59FCB7. Grayscale: #3B3B3B. Windows color (decimal): -5897400 or 4719526. OLE color: 4719526.
HSL color Cylindrical-coordinate representation of color #A60348: hue angle of 334.6º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A60348 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 3 | 72 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.35 |
| HSL | 334.6º | 0.96% | 0.33% | - |
| HSV(B) | 334.6º | 0.98% | 0.65% | - |
| XYZ | 16.93 | 8.64 | 6.91 | - |
| YUV | 59.6 | 135 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 72 | 0 | 0.98 | 0.57 | 0.35 | 334.6 | 0.96 | 0.33 |
| Hex | A6 | 3 | 48 | 0 | 62 | 39 | 23 | 14F | 60 | 21 |
| Octal | 246 | 3 | 110 | 0 | 142 | 71 | 43 | 517 | 140 | 41 |
| Binary | 10100110 | 11 | 1001000 | 0 | 1100010 | 111001 | 100011 | 101001111 | 1100000 | 100001 |
Color Harmonies of #A60348
Complementary color
Monochromatic Colors of #A60348
Black with #A60348
Text Example
Text Example
White with #A60348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60348; }
p { color: rgb(166,3,72); }
H1.HeaderClassName
{
color: #A60348;
}
.AnyTagClassName
{
color: #A60348;
}
</style>
background-color css
<style>
a { background-color: #A60348; }
a { background-color: rgb(166,3,72); }
div.DivClassName
{
background-color: #A60348;
}
.BgClassName
{
background-color: #A60348;
}
</style>
border-color css
<style>
span { border-color: #A60348; }
span { border-color: rgb(166,3,72); }
td.TdClassName
{
border-color: #A60348;
}
.TagClassName
{
border-color: #A60348;
}
</style>