Shades of Jazzberry Jam #AB2564
Tints of Jazzberry Jam #AB2564
RGB
CMYK
RGB Variations
Color information
#AB2564 (or 0xAB2564) is known color: Jazzberry Jam. HEX triplet: AB, 25 and 64. RGB value is (171,37,100). Sum of RGB (Red+Green+Blue) = 171+37+100=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2564 is #54DA9B. Grayscale: #545454. Windows color (decimal): -5560988 or 6563243. OLE color: 6563243.
HSL color Cylindrical-coordinate representation of color #AB2564: hue angle of 331.79º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2564 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 100 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.33 |
| HSL | 331.79º | 0.64% | 0.41% | - |
| HSV(B) | 331.79º | 0.78% | 0.67% | - |
| XYZ | 19.76 | 10.9 | 13.12 | - |
| YUV | 84.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 100 | 0 | 0.78 | 0.42 | 0.33 | 331.79 | 0.64 | 0.41 |
| Hex | AB | 25 | 64 | 0 | 4E | 2A | 21 | 14C | 40 | 29 |
| Octal | 253 | 45 | 144 | 0 | 116 | 52 | 41 | 514 | 100 | 51 |
| Binary | 10101011 | 100101 | 1100100 | 0 | 1001110 | 101010 | 100001 | 101001100 | 1000000 | 101001 |
Color Harmonies of #AB2564
Complementary color
Monochromatic Colors of #AB2564
Black with #AB2564
Text Example
Text Example
White with #AB2564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2564; }
p { color: rgb(171,37,100); }
H1.HeaderClassName
{
color: #AB2564;
}
.AnyTagClassName
{
color: #AB2564;
}
</style>
background-color css
<style>
a { background-color: #AB2564; }
a { background-color: rgb(171,37,100); }
div.DivClassName
{
background-color: #AB2564;
}
.BgClassName
{
background-color: #AB2564;
}
</style>
border-color css
<style>
span { border-color: #AB2564; }
span { border-color: rgb(171,37,100); }
td.TdClassName
{
border-color: #AB2564;
}
.TagClassName
{
border-color: #AB2564;
}
</style>