Shades of Jazzberry Jam #AB2565
Tints of Jazzberry Jam #AB2565
RGB
CMYK
RGB Variations
Color information
#AB2565 (or 0xAB2565) is known color: Jazzberry Jam. HEX triplet: AB, 25 and 65. RGB value is (171,37,101). Sum of RGB (Red+Green+Blue) = 171+37+101=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2565 is #54DA9A. Grayscale: #545454. Windows color (decimal): -5560987 or 6628779. OLE color: 6628779.
HSL color Cylindrical-coordinate representation of color #AB2565: hue angle of 331.34º 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 #AB2565 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 101 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.33 |
| HSL | 331.34º | 0.64% | 0.41% | - |
| HSV(B) | 331.34º | 0.78% | 0.67% | - |
| XYZ | 19.81 | 10.92 | 13.38 | - |
| YUV | 84.36 | 137.39 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 101 | 0 | 0.78 | 0.41 | 0.33 | 331.34 | 0.64 | 0.41 |
| Hex | AB | 25 | 65 | 0 | 4E | 29 | 21 | 14B | 40 | 29 |
| Octal | 253 | 45 | 145 | 0 | 116 | 51 | 41 | 513 | 100 | 51 |
| Binary | 10101011 | 100101 | 1100101 | 0 | 1001110 | 101001 | 100001 | 101001011 | 1000000 | 101001 |
Color Harmonies of #AB2565
Complementary color
Monochromatic Colors of #AB2565
Black with #AB2565
Text Example
Text Example
White with #AB2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2565; }
p { color: rgb(171,37,101); }
H1.HeaderClassName
{
color: #AB2565;
}
.AnyTagClassName
{
color: #AB2565;
}
</style>
background-color css
<style>
a { background-color: #AB2565; }
a { background-color: rgb(171,37,101); }
div.DivClassName
{
background-color: #AB2565;
}
.BgClassName
{
background-color: #AB2565;
}
</style>
border-color css
<style>
span { border-color: #AB2565; }
span { border-color: rgb(171,37,101); }
td.TdClassName
{
border-color: #AB2565;
}
.TagClassName
{
border-color: #AB2565;
}
</style>