Shades of Jazzberry Jam #A80963
Tints of Jazzberry Jam #A80963
RGB
CMYK
RGB Variations
Color information
#A80963 (or 0xA80963) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 63. RGB value is (168,9,99). Sum of RGB (Red+Green+Blue) = 168+9+99=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A80963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80963 is #57F69C. Grayscale: #424242. Windows color (decimal): -5764765 or 6490536. OLE color: 6490536.
HSL color Cylindrical-coordinate representation of color #A80963: hue angle of 326.04º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80963 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 99 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.34 |
| HSL | 326.04º | 0.9% | 0.35% | - |
| HSV(B) | 326.04º | 0.95% | 0.66% | - |
| XYZ | 18.5 | 9.42 | 12.65 | - |
| YUV | 66.8 | 146.18 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 99 | 0 | 0.95 | 0.41 | 0.34 | 326.04 | 0.9 | 0.35 |
| Hex | A8 | 9 | 63 | 0 | 5F | 29 | 22 | 146 | 5A | 23 |
| Octal | 250 | 11 | 143 | 0 | 137 | 51 | 42 | 506 | 132 | 43 |
| Binary | 10101000 | 1001 | 1100011 | 0 | 1011111 | 101001 | 100010 | 101000110 | 1011010 | 100011 |
Color Harmonies of #A80963
Complementary color
Monochromatic Colors of #A80963
Black with #A80963
Text Example
Text Example
White with #A80963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80963; }
p { color: rgb(168,9,99); }
H1.HeaderClassName
{
color: #A80963;
}
.AnyTagClassName
{
color: #A80963;
}
</style>
background-color css
<style>
a { background-color: #A80963; }
a { background-color: rgb(168,9,99); }
div.DivClassName
{
background-color: #A80963;
}
.BgClassName
{
background-color: #A80963;
}
</style>
border-color css
<style>
span { border-color: #A80963; }
span { border-color: rgb(168,9,99); }
td.TdClassName
{
border-color: #A80963;
}
.TagClassName
{
border-color: #A80963;
}
</style>