Shades of Jazzberry Jam #A00255
Tints of Jazzberry Jam #A00255
RGB
CMYK
RGB Variations
Color information
#A00255 (or 0xA00255) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 55. RGB value is (160,2,85). Sum of RGB (Red+Green+Blue) = 160+2+85=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A00255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00255 is #5FFDAA. Grayscale: #3A3A3A. Windows color (decimal): -6290859 or 5571232. OLE color: 5571232.
HSL color Cylindrical-coordinate representation of color #A00255: hue angle of 328.48º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00255 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.37 |
| HSL | 328.48º | 0.98% | 0.32% | - |
| HSV(B) | 328.48º | 0.99% | 0.63% | - |
| XYZ | 16.16 | 8.17 | 9.32 | - |
| YUV | 58.7 | 142.85 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 85 | 0 | 0.99 | 0.47 | 0.37 | 328.48 | 0.98 | 0.32 |
| Hex | A0 | 2 | 55 | 0 | 63 | 2F | 25 | 148 | 62 | 20 |
| Octal | 240 | 2 | 125 | 0 | 143 | 57 | 45 | 510 | 142 | 40 |
| Binary | 10100000 | 10 | 1010101 | 0 | 1100011 | 101111 | 100101 | 101001000 | 1100010 | 100000 |
Color Harmonies of #A00255
Complementary color
Monochromatic Colors of #A00255
Black with #A00255
Text Example
Text Example
White with #A00255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00255; }
p { color: rgb(160,2,85); }
H1.HeaderClassName
{
color: #A00255;
}
.AnyTagClassName
{
color: #A00255;
}
</style>
background-color css
<style>
a { background-color: #A00255; }
a { background-color: rgb(160,2,85); }
div.DivClassName
{
background-color: #A00255;
}
.BgClassName
{
background-color: #A00255;
}
</style>
border-color css
<style>
span { border-color: #A00255; }
span { border-color: rgb(160,2,85); }
td.TdClassName
{
border-color: #A00255;
}
.TagClassName
{
border-color: #A00255;
}
</style>