Shades of Jazzberry Jam #AB0F4B
Tints of Jazzberry Jam #AB0F4B
RGB
CMYK
RGB Variations
Color information
#AB0F4B (or 0xAB0F4B) is known color: Jazzberry Jam. HEX triplet: AB, 0F and 4B. RGB value is (171,15,75). Sum of RGB (Red+Green+Blue) = 171+15+75=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0F4B is #54F0B4. Grayscale: #444444. Windows color (decimal): -5566645 or 4919211. OLE color: 4919211.
HSL color Cylindrical-coordinate representation of color #AB0F4B: hue angle of 336.92º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB0F4B is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 75 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.33 |
| HSL | 336.92º | 0.84% | 0.36% | - |
| HSV(B) | 336.92º | 0.91% | 0.67% | - |
| XYZ | 18.24 | 9.51 | 7.53 | - |
| YUV | 68.48 | 131.68 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 75 | 0 | 0.91 | 0.56 | 0.33 | 336.92 | 0.84 | 0.36 |
| Hex | AB | F | 4B | 0 | 5B | 38 | 21 | 151 | 54 | 24 |
| Octal | 253 | 17 | 113 | 0 | 133 | 70 | 41 | 521 | 124 | 44 |
| Binary | 10101011 | 1111 | 1001011 | 0 | 1011011 | 111000 | 100001 | 101010001 | 1010100 | 100100 |
Color Harmonies of #AB0F4B
Complementary color
Monochromatic Colors of #AB0F4B
Black with #AB0F4B
Text Example
Text Example
White with #AB0F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F4B; }
p { color: rgb(171,15,75); }
H1.HeaderClassName
{
color: #AB0F4B;
}
.AnyTagClassName
{
color: #AB0F4B;
}
</style>
background-color css
<style>
a { background-color: #AB0F4B; }
a { background-color: rgb(171,15,75); }
div.DivClassName
{
background-color: #AB0F4B;
}
.BgClassName
{
background-color: #AB0F4B;
}
</style>
border-color css
<style>
span { border-color: #AB0F4B; }
span { border-color: rgb(171,15,75); }
td.TdClassName
{
border-color: #AB0F4B;
}
.TagClassName
{
border-color: #AB0F4B;
}
</style>