Shades of Jazzberry Jam #A60867
Tints of Jazzberry Jam #A60867
RGB
CMYK
RGB Variations
Color information
#A60867 (or 0xA60867) is known color: Jazzberry Jam. HEX triplet: A6, 08 and 67. RGB value is (166,8,103). Sum of RGB (Red+Green+Blue) = 166+8+103=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A60867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60867 is #59F798. Grayscale: #414141. Windows color (decimal): -5896089 or 6752422. OLE color: 6752422.
HSL color Cylindrical-coordinate representation of color #A60867: hue angle of 323.92º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60867 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 103 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.35 |
| HSL | 323.92º | 0.91% | 0.34% | - |
| HSV(B) | 323.92º | 0.95% | 0.65% | - |
| XYZ | 18.26 | 9.26 | 13.66 | - |
| YUV | 66.07 | 148.85 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 103 | 0 | 0.95 | 0.38 | 0.35 | 323.92 | 0.91 | 0.34 |
| Hex | A6 | 8 | 67 | 0 | 5F | 26 | 23 | 144 | 5B | 22 |
| Octal | 246 | 10 | 147 | 0 | 137 | 46 | 43 | 504 | 133 | 42 |
| Binary | 10100110 | 1000 | 1100111 | 0 | 1011111 | 100110 | 100011 | 101000100 | 1011011 | 100010 |
Color Harmonies of #A60867
Complementary color
Monochromatic Colors of #A60867
Black with #A60867
Text Example
Text Example
White with #A60867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60867; }
p { color: rgb(166,8,103); }
H1.HeaderClassName
{
color: #A60867;
}
.AnyTagClassName
{
color: #A60867;
}
</style>
background-color css
<style>
a { background-color: #A60867; }
a { background-color: rgb(166,8,103); }
div.DivClassName
{
background-color: #A60867;
}
.BgClassName
{
background-color: #A60867;
}
</style>
border-color css
<style>
span { border-color: #A60867; }
span { border-color: rgb(166,8,103); }
td.TdClassName
{
border-color: #A60867;
}
.TagClassName
{
border-color: #A60867;
}
</style>