Shades of Jazzberry Jam #A0085A
Tints of Jazzberry Jam #A0085A
RGB
CMYK
RGB Variations
Color information
#A0085A (or 0xA0085A) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 5A. RGB value is (160,8,90). Sum of RGB (Red+Green+Blue) = 160+8+90=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0085A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0085A is #5FF7A5. Grayscale: #3E3E3E. Windows color (decimal): -6289318 or 5900448. OLE color: 5900448.
HSL color Cylindrical-coordinate representation of color #A0085A: hue angle of 327.63º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0085A is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 90 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.37 |
| HSL | 327.63º | 0.9% | 0.33% | - |
| HSV(B) | 327.63º | 0.95% | 0.63% | - |
| XYZ | 16.43 | 8.39 | 10.43 | - |
| YUV | 62.8 | 143.36 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 90 | 0 | 0.95 | 0.44 | 0.37 | 327.63 | 0.9 | 0.33 |
| Hex | A0 | 8 | 5A | 0 | 5F | 2C | 25 | 148 | 5A | 21 |
| Octal | 240 | 10 | 132 | 0 | 137 | 54 | 45 | 510 | 132 | 41 |
| Binary | 10100000 | 1000 | 1011010 | 0 | 1011111 | 101100 | 100101 | 101001000 | 1011010 | 100001 |
Color Harmonies of #A0085A
Complementary color
Monochromatic Colors of #A0085A
Black with #A0085A
Text Example
Text Example
White with #A0085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0085A; }
p { color: rgb(160,8,90); }
H1.HeaderClassName
{
color: #A0085A;
}
.AnyTagClassName
{
color: #A0085A;
}
</style>
background-color css
<style>
a { background-color: #A0085A; }
a { background-color: rgb(160,8,90); }
div.DivClassName
{
background-color: #A0085A;
}
.BgClassName
{
background-color: #A0085A;
}
</style>
border-color css
<style>
span { border-color: #A0085A; }
span { border-color: rgb(160,8,90); }
td.TdClassName
{
border-color: #A0085A;
}
.TagClassName
{
border-color: #A0085A;
}
</style>