Shades of Jazzberry Jam #A8066A
Tints of Jazzberry Jam #A8066A
RGB
CMYK
RGB Variations
Color information
#A8066A (or 0xA8066A) is known color: Jazzberry Jam. HEX triplet: A8, 06 and 6A. RGB value is (168,6,106). Sum of RGB (Red+Green+Blue) = 168+6+106=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8066A is #57F995. Grayscale: #414141. Windows color (decimal): -5765526 or 6948520. OLE color: 6948520.
HSL color Cylindrical-coordinate representation of color #A8066A: hue angle of 322.96º 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 #A8066A is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 106 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.34 |
| HSL | 322.96º | 0.93% | 0.34% | - |
| HSV(B) | 322.96º | 0.96% | 0.66% | - |
| XYZ | 18.82 | 9.5 | 14.48 | - |
| YUV | 65.84 | 150.67 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 106 | 0 | 0.96 | 0.37 | 0.34 | 322.96 | 0.93 | 0.34 |
| Hex | A8 | 6 | 6A | 0 | 60 | 25 | 22 | 143 | 5D | 22 |
| Octal | 250 | 6 | 152 | 0 | 140 | 45 | 42 | 503 | 135 | 42 |
| Binary | 10101000 | 110 | 1101010 | 0 | 1100000 | 100101 | 100010 | 101000011 | 1011101 | 100010 |
Color Harmonies of #A8066A
Complementary color
Monochromatic Colors of #A8066A
Black with #A8066A
Text Example
Text Example
White with #A8066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8066A; }
p { color: rgb(168,6,106); }
H1.HeaderClassName
{
color: #A8066A;
}
.AnyTagClassName
{
color: #A8066A;
}
</style>
background-color css
<style>
a { background-color: #A8066A; }
a { background-color: rgb(168,6,106); }
div.DivClassName
{
background-color: #A8066A;
}
.BgClassName
{
background-color: #A8066A;
}
</style>
border-color css
<style>
span { border-color: #A8066A; }
span { border-color: rgb(168,6,106); }
td.TdClassName
{
border-color: #A8066A;
}
.TagClassName
{
border-color: #A8066A;
}
</style>