Shades of Jazzberry Jam #AB0450
Tints of Jazzberry Jam #AB0450
RGB
CMYK
RGB Variations
Color information
#AB0450 (or 0xAB0450) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 50. RGB value is (171,4,80). Sum of RGB (Red+Green+Blue) = 171+4+80=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0450 is #54FBAF. Grayscale: #3E3E3E. Windows color (decimal): -5569456 or 5244075. OLE color: 5244075.
HSL color Cylindrical-coordinate representation of color #AB0450: hue angle of 332.69º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0450 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 80 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.33 |
| HSL | 332.69º | 0.95% | 0.34% | - |
| HSV(B) | 332.69º | 0.98% | 0.67% | - |
| XYZ | 18.29 | 9.32 | 8.43 | - |
| YUV | 62.6 | 137.83 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 80 | 0 | 0.98 | 0.53 | 0.33 | 332.69 | 0.95 | 0.34 |
| Hex | AB | 4 | 50 | 0 | 62 | 35 | 21 | 14D | 5F | 22 |
| Octal | 253 | 4 | 120 | 0 | 142 | 65 | 41 | 515 | 137 | 42 |
| Binary | 10101011 | 100 | 1010000 | 0 | 1100010 | 110101 | 100001 | 101001101 | 1011111 | 100010 |
Color Harmonies of #AB0450
Complementary color
Monochromatic Colors of #AB0450
Black with #AB0450
Text Example
Text Example
White with #AB0450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0450; }
p { color: rgb(171,4,80); }
H1.HeaderClassName
{
color: #AB0450;
}
.AnyTagClassName
{
color: #AB0450;
}
</style>
background-color css
<style>
a { background-color: #AB0450; }
a { background-color: rgb(171,4,80); }
div.DivClassName
{
background-color: #AB0450;
}
.BgClassName
{
background-color: #AB0450;
}
</style>
border-color css
<style>
span { border-color: #AB0450; }
span { border-color: rgb(171,4,80); }
td.TdClassName
{
border-color: #AB0450;
}
.TagClassName
{
border-color: #AB0450;
}
</style>