Shades of Jazzberry Jam #AB1869
Tints of Jazzberry Jam #AB1869
RGB
CMYK
RGB Variations
Color information
#AB1869 (or 0xAB1869) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 69. RGB value is (171,24,105). Sum of RGB (Red+Green+Blue) = 171+24+105=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1869 is #54E796. Grayscale: #4D4D4D. Windows color (decimal): -5564311 or 6887595. OLE color: 6887595.
HSL color Cylindrical-coordinate representation of color #AB1869: hue angle of 326.94º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1869 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 105 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.33 |
| HSL | 326.94º | 0.75% | 0.38% | - |
| HSV(B) | 326.94º | 0.86% | 0.67% | - |
| XYZ | 19.67 | 10.33 | 14.32 | - |
| YUV | 77.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 105 | 0 | 0.86 | 0.39 | 0.33 | 326.94 | 0.75 | 0.38 |
| Hex | AB | 18 | 69 | 0 | 56 | 27 | 21 | 147 | 4B | 26 |
| Octal | 253 | 30 | 151 | 0 | 126 | 47 | 41 | 507 | 113 | 46 |
| Binary | 10101011 | 11000 | 1101001 | 0 | 1010110 | 100111 | 100001 | 101000111 | 1001011 | 100110 |
Color Harmonies of #AB1869
Complementary color
Monochromatic Colors of #AB1869
Black with #AB1869
Text Example
Text Example
White with #AB1869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1869; }
p { color: rgb(171,24,105); }
H1.HeaderClassName
{
color: #AB1869;
}
.AnyTagClassName
{
color: #AB1869;
}
</style>
background-color css
<style>
a { background-color: #AB1869; }
a { background-color: rgb(171,24,105); }
div.DivClassName
{
background-color: #AB1869;
}
.BgClassName
{
background-color: #AB1869;
}
</style>
border-color css
<style>
span { border-color: #AB1869; }
span { border-color: rgb(171,24,105); }
td.TdClassName
{
border-color: #AB1869;
}
.TagClassName
{
border-color: #AB1869;
}
</style>