Shades of Jazzberry Jam #A0083F
Tints of Jazzberry Jam #A0083F
RGB
CMYK
RGB Variations
Color information
#A0083F (or 0xA0083F) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 3F. RGB value is (160,8,63). Sum of RGB (Red+Green+Blue) = 160+8+63=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A0083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0083F is #5FF7C0. Grayscale: #3B3B3B. Windows color (decimal): -6289345 or 4130976. OLE color: 4130976.
HSL color Cylindrical-coordinate representation of color #A0083F: hue angle of 338.29º 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 #A0083F is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 63 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.37 |
| HSL | 338.29º | 0.9% | 0.33% | - |
| HSV(B) | 338.29º | 0.95% | 0.63% | - |
| XYZ | 15.48 | 8.01 | 5.43 | - |
| YUV | 59.72 | 129.86 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 63 | 0 | 0.95 | 0.61 | 0.37 | 338.29 | 0.9 | 0.33 |
| Hex | A0 | 8 | 3F | 0 | 5F | 3D | 25 | 152 | 5A | 21 |
| Octal | 240 | 10 | 77 | 0 | 137 | 75 | 45 | 522 | 132 | 41 |
| Binary | 10100000 | 1000 | 111111 | 0 | 1011111 | 111101 | 100101 | 101010010 | 1011010 | 100001 |
Color Harmonies of #A0083F
Complementary color
Monochromatic Colors of #A0083F
Black with #A0083F
Text Example
Text Example
White with #A0083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0083F; }
p { color: rgb(160,8,63); }
H1.HeaderClassName
{
color: #A0083F;
}
.AnyTagClassName
{
color: #A0083F;
}
</style>
background-color css
<style>
a { background-color: #A0083F; }
a { background-color: rgb(160,8,63); }
div.DivClassName
{
background-color: #A0083F;
}
.BgClassName
{
background-color: #A0083F;
}
</style>
border-color css
<style>
span { border-color: #A0083F; }
span { border-color: rgb(160,8,63); }
td.TdClassName
{
border-color: #A0083F;
}
.TagClassName
{
border-color: #A0083F;
}
</style>