Shades of Jazzberry Jam #A8066C
Tints of Jazzberry Jam #A8066C
RGB
CMYK
RGB Variations
Color information
#A8066C (or 0xA8066C) is known color: Jazzberry Jam. HEX triplet: A8, 06 and 6C. RGB value is (168,6,108). Sum of RGB (Red+Green+Blue) = 168+6+108=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8066C is #57F993. Grayscale: #414141. Windows color (decimal): -5765524 or 7079592. OLE color: 7079592.
HSL color Cylindrical-coordinate representation of color #A8066C: hue angle of 322.22º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8066C is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 108 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.34 |
| HSL | 322.22º | 0.93% | 0.34% | - |
| HSV(B) | 322.22º | 0.96% | 0.66% | - |
| XYZ | 18.92 | 9.54 | 15.03 | - |
| YUV | 66.07 | 151.67 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 108 | 0 | 0.96 | 0.36 | 0.34 | 322.22 | 0.93 | 0.34 |
| Hex | A8 | 6 | 6C | 0 | 60 | 24 | 22 | 142 | 5D | 22 |
| Octal | 250 | 6 | 154 | 0 | 140 | 44 | 42 | 502 | 135 | 42 |
| Binary | 10101000 | 110 | 1101100 | 0 | 1100000 | 100100 | 100010 | 101000010 | 1011101 | 100010 |
Color Harmonies of #A8066C
Complementary color
Monochromatic Colors of #A8066C
Black with #A8066C
Text Example
Text Example
White with #A8066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8066C; }
p { color: rgb(168,6,108); }
H1.HeaderClassName
{
color: #A8066C;
}
.AnyTagClassName
{
color: #A8066C;
}
</style>
background-color css
<style>
a { background-color: #A8066C; }
a { background-color: rgb(168,6,108); }
div.DivClassName
{
background-color: #A8066C;
}
.BgClassName
{
background-color: #A8066C;
}
</style>
border-color css
<style>
span { border-color: #A8066C; }
span { border-color: rgb(168,6,108); }
td.TdClassName
{
border-color: #A8066C;
}
.TagClassName
{
border-color: #A8066C;
}
</style>