Shades of Jazzberry Jam #A80065
Tints of Jazzberry Jam #A80065
RGB
CMYK
RGB Variations
Color information
#A80065 (or 0xA80065) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 65. RGB value is (168,0,101). Sum of RGB (Red+Green+Blue) = 168+0+101=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A80065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80065 is #57FF9A. Grayscale: #3D3D3D. Windows color (decimal): -5767067 or 6619304. OLE color: 6619304.
HSL color Cylindrical-coordinate representation of color #A80065: hue angle of 323.93º 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 #A80065 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.40 | 0.34 |
| HSL | 323.93º | 1% | 0.33% | - |
| HSV(B) | 323.93º | 1% | 0.66% | - |
| XYZ | 18.5 | 9.26 | 13.13 | - |
| YUV | 61.75 | 150.16 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 101 | 0 | 1 | 0.40 | 0.34 | 323.93 | 1 | 0.33 |
| Hex | A8 | 0 | 65 | 0 | 64 | 28 | 22 | 144 | 64 | 21 |
| Octal | 250 | 0 | 145 | 0 | 144 | 50 | 42 | 504 | 144 | 41 |
| Binary | 10101000 | 0 | 1100101 | 0 | 1100100 | 101000 | 100010 | 101000100 | 1100100 | 100001 |
Color Harmonies of #A80065
Complementary color
Monochromatic Colors of #A80065
Black with #A80065
Text Example
Text Example
White with #A80065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80065; }
p { color: rgb(168,0,101); }
H1.HeaderClassName
{
color: #A80065;
}
.AnyTagClassName
{
color: #A80065;
}
</style>
background-color css
<style>
a { background-color: #A80065; }
a { background-color: rgb(168,0,101); }
div.DivClassName
{
background-color: #A80065;
}
.BgClassName
{
background-color: #A80065;
}
</style>
border-color css
<style>
span { border-color: #A80065; }
span { border-color: rgb(168,0,101); }
td.TdClassName
{
border-color: #A80065;
}
.TagClassName
{
border-color: #A80065;
}
</style>