Shades of Jazzberry Jam #AB256B
Tints of Jazzberry Jam #AB256B
RGB
CMYK
RGB Variations
Color information
#AB256B (or 0xAB256B) is known color: Jazzberry Jam. HEX triplet: AB, 25 and 6B. RGB value is (171,37,107). Sum of RGB (Red+Green+Blue) = 171+37+107=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB256B is #54DA94. Grayscale: #545454. Windows color (decimal): -5560981 or 7021995. OLE color: 7021995.
HSL color Cylindrical-coordinate representation of color #AB256B: hue angle of 328.66º 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 #AB256B is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 107 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.33 |
| HSL | 328.66º | 0.64% | 0.41% | - |
| HSV(B) | 328.66º | 0.78% | 0.67% | - |
| XYZ | 20.11 | 11.04 | 14.98 | - |
| YUV | 85.05 | 140.39 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 107 | 0 | 0.78 | 0.37 | 0.33 | 328.66 | 0.64 | 0.41 |
| Hex | AB | 25 | 6B | 0 | 4E | 25 | 21 | 149 | 40 | 29 |
| Octal | 253 | 45 | 153 | 0 | 116 | 45 | 41 | 511 | 100 | 51 |
| Binary | 10101011 | 100101 | 1101011 | 0 | 1001110 | 100101 | 100001 | 101001001 | 1000000 | 101001 |
Color Harmonies of #AB256B
Complementary color
Monochromatic Colors of #AB256B
Black with #AB256B
Text Example
Text Example
White with #AB256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB256B; }
p { color: rgb(171,37,107); }
H1.HeaderClassName
{
color: #AB256B;
}
.AnyTagClassName
{
color: #AB256B;
}
</style>
background-color css
<style>
a { background-color: #AB256B; }
a { background-color: rgb(171,37,107); }
div.DivClassName
{
background-color: #AB256B;
}
.BgClassName
{
background-color: #AB256B;
}
</style>
border-color css
<style>
span { border-color: #AB256B; }
span { border-color: rgb(171,37,107); }
td.TdClassName
{
border-color: #AB256B;
}
.TagClassName
{
border-color: #AB256B;
}
</style>