Shades of Jazzberry Jam #AB0045
Tints of Jazzberry Jam #AB0045
RGB
CMYK
RGB Variations
Color information
#AB0045 (or 0xAB0045) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 45. RGB value is (171,0,69). Sum of RGB (Red+Green+Blue) = 171+0+69=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0045 is #54FFBA. Grayscale: #3A3A3A. Windows color (decimal): -5570491 or 4522155. OLE color: 4522155.
HSL color Cylindrical-coordinate representation of color #AB0045: hue angle of 335.79º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0045 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.60 | 0.33 |
| HSL | 335.79º | 1% | 0.34% | - |
| HSV(B) | 335.79º | 1% | 0.67% | - |
| XYZ | 17.87 | 9.09 | 6.44 | - |
| YUV | 59 | 133.65 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 69 | 0 | 1 | 0.60 | 0.33 | 335.79 | 1 | 0.34 |
| Hex | AB | 0 | 45 | 0 | 64 | 3C | 21 | 150 | 64 | 22 |
| Octal | 253 | 0 | 105 | 0 | 144 | 74 | 41 | 520 | 144 | 42 |
| Binary | 10101011 | 0 | 1000101 | 0 | 1100100 | 111100 | 100001 | 101010000 | 1100100 | 100010 |
Color Harmonies of #AB0045
Complementary color
Monochromatic Colors of #AB0045
Black with #AB0045
Text Example
Text Example
White with #AB0045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0045; }
p { color: rgb(171,0,69); }
H1.HeaderClassName
{
color: #AB0045;
}
.AnyTagClassName
{
color: #AB0045;
}
</style>
background-color css
<style>
a { background-color: #AB0045; }
a { background-color: rgb(171,0,69); }
div.DivClassName
{
background-color: #AB0045;
}
.BgClassName
{
background-color: #AB0045;
}
</style>
border-color css
<style>
span { border-color: #AB0045; }
span { border-color: rgb(171,0,69); }
td.TdClassName
{
border-color: #AB0045;
}
.TagClassName
{
border-color: #AB0045;
}
</style>