Shades of Jazzberry Jam #A61064
Tints of Jazzberry Jam #A61064
RGB
CMYK
RGB Variations
Color information
#A61064 (or 0xA61064) is known color: Jazzberry Jam. HEX triplet: A6, 10 and 64. RGB value is (166,16,100). Sum of RGB (Red+Green+Blue) = 166+16+100=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A61064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61064 is #59EF9B. Grayscale: #464646. Windows color (decimal): -5894044 or 6557862. OLE color: 6557862.
HSL color Cylindrical-coordinate representation of color #A61064: hue angle of 326.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61064 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 100 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.35 |
| HSL | 326.4º | 0.82% | 0.36% | - |
| HSV(B) | 326.4º | 0.9% | 0.65% | - |
| XYZ | 18.21 | 9.4 | 12.91 | - |
| YUV | 70.43 | 144.7 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 100 | 0 | 0.90 | 0.40 | 0.35 | 326.4 | 0.82 | 0.36 |
| Hex | A6 | 10 | 64 | 0 | 5A | 28 | 23 | 146 | 52 | 24 |
| Octal | 246 | 20 | 144 | 0 | 132 | 50 | 43 | 506 | 122 | 44 |
| Binary | 10100110 | 10000 | 1100100 | 0 | 1011010 | 101000 | 100011 | 101000110 | 1010010 | 100100 |
Color Harmonies of #A61064
Complementary color
Monochromatic Colors of #A61064
Black with #A61064
Text Example
Text Example
White with #A61064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61064; }
p { color: rgb(166,16,100); }
H1.HeaderClassName
{
color: #A61064;
}
.AnyTagClassName
{
color: #A61064;
}
</style>
background-color css
<style>
a { background-color: #A61064; }
a { background-color: rgb(166,16,100); }
div.DivClassName
{
background-color: #A61064;
}
.BgClassName
{
background-color: #A61064;
}
</style>
border-color css
<style>
span { border-color: #A61064; }
span { border-color: rgb(166,16,100); }
td.TdClassName
{
border-color: #A61064;
}
.TagClassName
{
border-color: #A61064;
}
</style>