Shades of Jazzberry Jam #AB0464
Tints of Jazzberry Jam #AB0464
RGB
CMYK
RGB Variations
Color information
#AB0464 (or 0xAB0464) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 64. RGB value is (171,4,100). Sum of RGB (Red+Green+Blue) = 171+4+100=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0464 is #54FB9B. Grayscale: #404040. Windows color (decimal): -5569436 or 6554795. OLE color: 6554795.
HSL color Cylindrical-coordinate representation of color #AB0464: hue angle of 325.51º 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 #AB0464 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 100 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.33 |
| HSL | 325.51º | 0.95% | 0.34% | - |
| HSV(B) | 325.51º | 0.98% | 0.67% | - |
| XYZ | 19.14 | 9.66 | 12.91 | - |
| YUV | 64.88 | 147.83 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 100 | 0 | 0.98 | 0.42 | 0.33 | 325.51 | 0.95 | 0.34 |
| Hex | AB | 4 | 64 | 0 | 62 | 2A | 21 | 146 | 5F | 22 |
| Octal | 253 | 4 | 144 | 0 | 142 | 52 | 41 | 506 | 137 | 42 |
| Binary | 10101011 | 100 | 1100100 | 0 | 1100010 | 101010 | 100001 | 101000110 | 1011111 | 100010 |
Color Harmonies of #AB0464
Complementary color
Monochromatic Colors of #AB0464
Black with #AB0464
Text Example
Text Example
White with #AB0464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0464; }
p { color: rgb(171,4,100); }
H1.HeaderClassName
{
color: #AB0464;
}
.AnyTagClassName
{
color: #AB0464;
}
</style>
background-color css
<style>
a { background-color: #AB0464; }
a { background-color: rgb(171,4,100); }
div.DivClassName
{
background-color: #AB0464;
}
.BgClassName
{
background-color: #AB0464;
}
</style>
border-color css
<style>
span { border-color: #AB0464; }
span { border-color: rgb(171,4,100); }
td.TdClassName
{
border-color: #AB0464;
}
.TagClassName
{
border-color: #AB0464;
}
</style>