Shades of Jazzberry Jam #A80064
Tints of Jazzberry Jam #A80064
RGB
CMYK
RGB Variations
Color information
#A80064 (or 0xA80064) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 64. RGB value is (168,0,100). Sum of RGB (Red+Green+Blue) = 168+0+100=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A80064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80064 is #57FF9B. Grayscale: #3D3D3D. Windows color (decimal): -5767068 or 6553768. OLE color: 6553768.
HSL color Cylindrical-coordinate representation of color #A80064: hue angle of 324.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80064 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.40 | 0.34 |
| HSL | 324.29º | 1% | 0.33% | - |
| HSV(B) | 324.29º | 1% | 0.66% | - |
| XYZ | 18.45 | 9.24 | 12.87 | - |
| YUV | 61.63 | 149.66 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 100 | 0 | 1 | 0.40 | 0.34 | 324.29 | 1 | 0.33 |
| Hex | A8 | 0 | 64 | 0 | 64 | 28 | 22 | 144 | 64 | 21 |
| Octal | 250 | 0 | 144 | 0 | 144 | 50 | 42 | 504 | 144 | 41 |
| Binary | 10101000 | 0 | 1100100 | 0 | 1100100 | 101000 | 100010 | 101000100 | 1100100 | 100001 |
Color Harmonies of #A80064
Complementary color
Monochromatic Colors of #A80064
Black with #A80064
Text Example
Text Example
White with #A80064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80064; }
p { color: rgb(168,0,100); }
H1.HeaderClassName
{
color: #A80064;
}
.AnyTagClassName
{
color: #A80064;
}
</style>
background-color css
<style>
a { background-color: #A80064; }
a { background-color: rgb(168,0,100); }
div.DivClassName
{
background-color: #A80064;
}
.BgClassName
{
background-color: #A80064;
}
</style>
border-color css
<style>
span { border-color: #A80064; }
span { border-color: rgb(168,0,100); }
td.TdClassName
{
border-color: #A80064;
}
.TagClassName
{
border-color: #A80064;
}
</style>