Shades of Jazzberry Jam #A82668
Tints of Jazzberry Jam #A82668
RGB
CMYK
RGB Variations
Color information
#A82668 (or 0xA82668) is known color: Jazzberry Jam. HEX triplet: A8, 26 and 68. RGB value is (168,38,104). Sum of RGB (Red+Green+Blue) = 168+38+104=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A82668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82668 is #57D997. Grayscale: #545454. Windows color (decimal): -5757336 or 6825640. OLE color: 6825640.
HSL color Cylindrical-coordinate representation of color #A82668: hue angle of 329.54º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82668 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 104 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.34 |
| HSL | 329.54º | 0.63% | 0.4% | - |
| HSV(B) | 329.54º | 0.77% | 0.66% | - |
| XYZ | 19.34 | 10.71 | 14.14 | - |
| YUV | 84.39 | 139.07 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 104 | 0 | 0.77 | 0.38 | 0.34 | 329.54 | 0.63 | 0.4 |
| Hex | A8 | 26 | 68 | 0 | 4D | 26 | 22 | 14A | 3F | 28 |
| Octal | 250 | 46 | 150 | 0 | 115 | 46 | 42 | 512 | 77 | 50 |
| Binary | 10101000 | 100110 | 1101000 | 0 | 1001101 | 100110 | 100010 | 101001010 | 111111 | 101000 |
Color Harmonies of #A82668
Complementary color
Monochromatic Colors of #A82668
Black with #A82668
Text Example
Text Example
White with #A82668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82668; }
p { color: rgb(168,38,104); }
H1.HeaderClassName
{
color: #A82668;
}
.AnyTagClassName
{
color: #A82668;
}
</style>
background-color css
<style>
a { background-color: #A82668; }
a { background-color: rgb(168,38,104); }
div.DivClassName
{
background-color: #A82668;
}
.BgClassName
{
background-color: #A82668;
}
</style>
border-color css
<style>
span { border-color: #A82668; }
span { border-color: rgb(168,38,104); }
td.TdClassName
{
border-color: #A82668;
}
.TagClassName
{
border-color: #A82668;
}
</style>