Shades of Jazzberry Jam #A61470
Tints of Jazzberry Jam #A61470
RGB
CMYK
RGB Variations
Color information
#A61470 (or 0xA61470) is known color: Jazzberry Jam. HEX triplet: A6, 14 and 70. RGB value is (166,20,112). Sum of RGB (Red+Green+Blue) = 166+20+112=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A61470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61470 is #59EB8F. Grayscale: #494949. Windows color (decimal): -5893008 or 7345318. OLE color: 7345318.
HSL color Cylindrical-coordinate representation of color #A61470: hue angle of 322.19º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61470 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 112 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.35 |
| HSL | 322.19º | 0.78% | 0.36% | - |
| HSV(B) | 322.19º | 0.88% | 0.65% | - |
| XYZ | 18.9 | 9.78 | 16.22 | - |
| YUV | 74.14 | 149.37 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 112 | 0 | 0.88 | 0.33 | 0.35 | 322.19 | 0.78 | 0.36 |
| Hex | A6 | 14 | 70 | 0 | 58 | 21 | 23 | 142 | 4E | 24 |
| Octal | 246 | 24 | 160 | 0 | 130 | 41 | 43 | 502 | 116 | 44 |
| Binary | 10100110 | 10100 | 1110000 | 0 | 1011000 | 100001 | 100011 | 101000010 | 1001110 | 100100 |
Color Harmonies of #A61470
Complementary color
Monochromatic Colors of #A61470
Black with #A61470
Text Example
Text Example
White with #A61470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61470; }
p { color: rgb(166,20,112); }
H1.HeaderClassName
{
color: #A61470;
}
.AnyTagClassName
{
color: #A61470;
}
</style>
background-color css
<style>
a { background-color: #A61470; }
a { background-color: rgb(166,20,112); }
div.DivClassName
{
background-color: #A61470;
}
.BgClassName
{
background-color: #A61470;
}
</style>
border-color css
<style>
span { border-color: #A61470; }
span { border-color: rgb(166,20,112); }
td.TdClassName
{
border-color: #A61470;
}
.TagClassName
{
border-color: #A61470;
}
</style>