Shades of Jazzberry Jam #A00250
Tints of Jazzberry Jam #A00250
RGB
CMYK
RGB Variations
Color information
#A00250 (or 0xA00250) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 50. RGB value is (160,2,80). Sum of RGB (Red+Green+Blue) = 160+2+80=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A00250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00250 is #5FFDAF. Grayscale: #393939. Windows color (decimal): -6290864 or 5243552. OLE color: 5243552.
HSL color Cylindrical-coordinate representation of color #A00250: hue angle of 330.38º 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 #A00250 is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.5 | 0.37 |
| HSL | 330.38º | 0.98% | 0.32% | - |
| HSV(B) | 330.38º | 0.99% | 0.63% | - |
| XYZ | 15.97 | 8.1 | 8.31 | - |
| YUV | 58.13 | 140.35 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 80 | 0 | 0.99 | 0.5 | 0.37 | 330.38 | 0.98 | 0.32 |
| Hex | A0 | 2 | 50 | 0 | 63 | 32 | 25 | 14A | 62 | 20 |
| Octal | 240 | 2 | 120 | 0 | 143 | 62 | 45 | 512 | 142 | 40 |
| Binary | 10100000 | 10 | 1010000 | 0 | 1100011 | 110010 | 100101 | 101001010 | 1100010 | 100000 |
Color Harmonies of #A00250
Complementary color
Monochromatic Colors of #A00250
Black with #A00250
Text Example
Text Example
White with #A00250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00250; }
p { color: rgb(160,2,80); }
H1.HeaderClassName
{
color: #A00250;
}
.AnyTagClassName
{
color: #A00250;
}
</style>
background-color css
<style>
a { background-color: #A00250; }
a { background-color: rgb(160,2,80); }
div.DivClassName
{
background-color: #A00250;
}
.BgClassName
{
background-color: #A00250;
}
</style>
border-color css
<style>
span { border-color: #A00250; }
span { border-color: rgb(160,2,80); }
td.TdClassName
{
border-color: #A00250;
}
.TagClassName
{
border-color: #A00250;
}
</style>