Shades of Jazzberry Jam #A80368
Tints of Jazzberry Jam #A80368
RGB
CMYK
RGB Variations
Color information
#A80368 (or 0xA80368) is known color: Jazzberry Jam. HEX triplet: A8, 03 and 68. RGB value is (168,3,104). Sum of RGB (Red+Green+Blue) = 168+3+104=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A80368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80368 is #57FC97. Grayscale: #3F3F3F. Windows color (decimal): -5766296 or 6816680. OLE color: 6816680.
HSL color Cylindrical-coordinate representation of color #A80368: hue angle of 323.27º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80368 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 104 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.34 |
| HSL | 323.27º | 0.96% | 0.34% | - |
| HSV(B) | 323.27º | 0.98% | 0.66% | - |
| XYZ | 18.68 | 9.39 | 13.92 | - |
| YUV | 63.85 | 150.66 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 104 | 0 | 0.98 | 0.38 | 0.34 | 323.27 | 0.96 | 0.34 |
| Hex | A8 | 3 | 68 | 0 | 62 | 26 | 22 | 143 | 60 | 22 |
| Octal | 250 | 3 | 150 | 0 | 142 | 46 | 42 | 503 | 140 | 42 |
| Binary | 10101000 | 11 | 1101000 | 0 | 1100010 | 100110 | 100010 | 101000011 | 1100000 | 100010 |
Color Harmonies of #A80368
Complementary color
Monochromatic Colors of #A80368
Black with #A80368
Text Example
Text Example
White with #A80368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80368; }
p { color: rgb(168,3,104); }
H1.HeaderClassName
{
color: #A80368;
}
.AnyTagClassName
{
color: #A80368;
}
</style>
background-color css
<style>
a { background-color: #A80368; }
a { background-color: rgb(168,3,104); }
div.DivClassName
{
background-color: #A80368;
}
.BgClassName
{
background-color: #A80368;
}
</style>
border-color css
<style>
span { border-color: #A80368; }
span { border-color: rgb(168,3,104); }
td.TdClassName
{
border-color: #A80368;
}
.TagClassName
{
border-color: #A80368;
}
</style>