Shades of Jazzberry Jam #A80B6A
Tints of Jazzberry Jam #A80B6A
RGB
CMYK
RGB Variations
Color information
#A80B6A (or 0xA80B6A) is known color: Jazzberry Jam. HEX triplet: A8, 0B and 6A. RGB value is (168,11,106). Sum of RGB (Red+Green+Blue) = 168+11+106=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80B6A is #57F495. Grayscale: #444444. Windows color (decimal): -5764246 or 6949800. OLE color: 6949800.
HSL color Cylindrical-coordinate representation of color #A80B6A: hue angle of 323.69º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80B6A is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 11 | 106 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.34 |
| HSL | 323.69º | 0.88% | 0.35% | - |
| HSV(B) | 323.69º | 0.93% | 0.66% | - |
| XYZ | 18.87 | 9.6 | 14.5 | - |
| YUV | 68.77 | 149.01 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 106 | 0 | 0.93 | 0.37 | 0.34 | 323.69 | 0.88 | 0.35 |
| Hex | A8 | B | 6A | 0 | 5D | 25 | 22 | 144 | 58 | 23 |
| Octal | 250 | 13 | 152 | 0 | 135 | 45 | 42 | 504 | 130 | 43 |
| Binary | 10101000 | 1011 | 1101010 | 0 | 1011101 | 100101 | 100010 | 101000100 | 1011000 | 100011 |
Color Harmonies of #A80B6A
Complementary color
Monochromatic Colors of #A80B6A
Black with #A80B6A
Text Example
Text Example
White with #A80B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80B6A; }
p { color: rgb(168,11,106); }
H1.HeaderClassName
{
color: #A80B6A;
}
.AnyTagClassName
{
color: #A80B6A;
}
</style>
background-color css
<style>
a { background-color: #A80B6A; }
a { background-color: rgb(168,11,106); }
div.DivClassName
{
background-color: #A80B6A;
}
.BgClassName
{
background-color: #A80B6A;
}
</style>
border-color css
<style>
span { border-color: #A80B6A; }
span { border-color: rgb(168,11,106); }
td.TdClassName
{
border-color: #A80B6A;
}
.TagClassName
{
border-color: #A80B6A;
}
</style>