Shades of Jazzberry Jam #A61674
Tints of Jazzberry Jam #A61674
RGB
CMYK
RGB Variations
Color information
#A61674 (or 0xA61674) is known color: Jazzberry Jam. HEX triplet: A6, 16 and 74. RGB value is (166,22,116). Sum of RGB (Red+Green+Blue) = 166+22+116=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A61674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61674 is #59E98B. Grayscale: #4B4B4B. Windows color (decimal): -5892492 or 7607974. OLE color: 7607974.
HSL color Cylindrical-coordinate representation of color #A61674: hue angle of 320.83º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61674 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 116 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.35 |
| HSL | 320.83º | 0.77% | 0.37% | - |
| HSV(B) | 320.83º | 0.87% | 0.65% | - |
| XYZ | 19.17 | 9.94 | 17.43 | - |
| YUV | 75.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 116 | 0 | 0.87 | 0.30 | 0.35 | 320.83 | 0.77 | 0.37 |
| Hex | A6 | 16 | 74 | 0 | 57 | 1E | 23 | 141 | 4D | 25 |
| Octal | 246 | 26 | 164 | 0 | 127 | 36 | 43 | 501 | 115 | 45 |
| Binary | 10100110 | 10110 | 1110100 | 0 | 1010111 | 11110 | 100011 | 101000001 | 1001101 | 100101 |
Color Harmonies of #A61674
Complementary color
Monochromatic Colors of #A61674
Black with #A61674
Text Example
Text Example
White with #A61674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61674; }
p { color: rgb(166,22,116); }
H1.HeaderClassName
{
color: #A61674;
}
.AnyTagClassName
{
color: #A61674;
}
</style>
background-color css
<style>
a { background-color: #A61674; }
a { background-color: rgb(166,22,116); }
div.DivClassName
{
background-color: #A61674;
}
.BgClassName
{
background-color: #A61674;
}
</style>
border-color css
<style>
span { border-color: #A61674; }
span { border-color: rgb(166,22,116); }
td.TdClassName
{
border-color: #A61674;
}
.TagClassName
{
border-color: #A61674;
}
</style>