Shades of Jazzberry Jam #A80268
Tints of Jazzberry Jam #A80268
RGB
CMYK
RGB Variations
Color information
#A80268 (or 0xA80268) is known color: Jazzberry Jam. HEX triplet: A8, 02 and 68. RGB value is (168,2,104). Sum of RGB (Red+Green+Blue) = 168+2+104=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A80268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80268 is #57FD97. Grayscale: #3F3F3F. Windows color (decimal): -5766552 or 6816424. OLE color: 6816424.
HSL color Cylindrical-coordinate representation of color #A80268: hue angle of 323.13º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80268 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.34 |
| HSL | 323.13º | 0.98% | 0.33% | - |
| HSV(B) | 323.13º | 0.99% | 0.66% | - |
| XYZ | 18.67 | 9.37 | 13.92 | - |
| YUV | 63.26 | 151 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 104 | 0 | 0.99 | 0.38 | 0.34 | 323.13 | 0.98 | 0.33 |
| Hex | A8 | 2 | 68 | 0 | 63 | 26 | 22 | 143 | 62 | 21 |
| Octal | 250 | 2 | 150 | 0 | 143 | 46 | 42 | 503 | 142 | 41 |
| Binary | 10101000 | 10 | 1101000 | 0 | 1100011 | 100110 | 100010 | 101000011 | 1100010 | 100001 |
Color Harmonies of #A80268
Complementary color
Monochromatic Colors of #A80268
Black with #A80268
Text Example
Text Example
White with #A80268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80268; }
p { color: rgb(168,2,104); }
H1.HeaderClassName
{
color: #A80268;
}
.AnyTagClassName
{
color: #A80268;
}
</style>
background-color css
<style>
a { background-color: #A80268; }
a { background-color: rgb(168,2,104); }
div.DivClassName
{
background-color: #A80268;
}
.BgClassName
{
background-color: #A80268;
}
</style>
border-color css
<style>
span { border-color: #A80268; }
span { border-color: rgb(168,2,104); }
td.TdClassName
{
border-color: #A80268;
}
.TagClassName
{
border-color: #A80268;
}
</style>