Shades of Jazzberry Jam #AB2463
Tints of Jazzberry Jam #AB2463
RGB
CMYK
RGB Variations
Color information
#AB2463 (or 0xAB2463) is known color: Jazzberry Jam. HEX triplet: AB, 24 and 63. RGB value is (171,36,99). Sum of RGB (Red+Green+Blue) = 171+36+99=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2463 is #54DB9C. Grayscale: #535353. Windows color (decimal): -5561245 or 6497451. OLE color: 6497451.
HSL color Cylindrical-coordinate representation of color #AB2463: hue angle of 332º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2463 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 99 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.33 |
| HSL | 332º | 0.65% | 0.41% | - |
| HSV(B) | 332º | 0.79% | 0.67% | - |
| XYZ | 19.68 | 10.82 | 12.86 | - |
| YUV | 83.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 99 | 0 | 0.79 | 0.42 | 0.33 | 332 | 0.65 | 0.41 |
| Hex | AB | 24 | 63 | 0 | 4F | 2A | 21 | 14C | 41 | 29 |
| Octal | 253 | 44 | 143 | 0 | 117 | 52 | 41 | 514 | 101 | 51 |
| Binary | 10101011 | 100100 | 1100011 | 0 | 1001111 | 101010 | 100001 | 101001100 | 1000001 | 101001 |
Color Harmonies of #AB2463
Complementary color
Monochromatic Colors of #AB2463
Black with #AB2463
Text Example
Text Example
White with #AB2463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2463; }
p { color: rgb(171,36,99); }
H1.HeaderClassName
{
color: #AB2463;
}
.AnyTagClassName
{
color: #AB2463;
}
</style>
background-color css
<style>
a { background-color: #AB2463; }
a { background-color: rgb(171,36,99); }
div.DivClassName
{
background-color: #AB2463;
}
.BgClassName
{
background-color: #AB2463;
}
</style>
border-color css
<style>
span { border-color: #AB2463; }
span { border-color: rgb(171,36,99); }
td.TdClassName
{
border-color: #AB2463;
}
.TagClassName
{
border-color: #AB2463;
}
</style>