Shades of Jazzberry Jam #AB256D
Tints of Jazzberry Jam #AB256D
RGB
CMYK
RGB Variations
Color information
#AB256D (or 0xAB256D) is known color: Jazzberry Jam. HEX triplet: AB, 25 and 6D. RGB value is (171,37,109). Sum of RGB (Red+Green+Blue) = 171+37+109=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB256D is #54DA92. Grayscale: #555555. Windows color (decimal): -5560979 or 7153067. OLE color: 7153067.
HSL color Cylindrical-coordinate representation of color #AB256D: hue angle of 327.76º 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 #AB256D is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 109 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.33 |
| HSL | 327.76º | 0.64% | 0.41% | - |
| HSV(B) | 327.76º | 0.78% | 0.67% | - |
| XYZ | 20.22 | 11.09 | 15.54 | - |
| YUV | 85.27 | 141.39 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 109 | 0 | 0.78 | 0.36 | 0.33 | 327.76 | 0.64 | 0.41 |
| Hex | AB | 25 | 6D | 0 | 4E | 24 | 21 | 148 | 40 | 29 |
| Octal | 253 | 45 | 155 | 0 | 116 | 44 | 41 | 510 | 100 | 51 |
| Binary | 10101011 | 100101 | 1101101 | 0 | 1001110 | 100100 | 100001 | 101001000 | 1000000 | 101001 |
Color Harmonies of #AB256D
Complementary color
Monochromatic Colors of #AB256D
Black with #AB256D
Text Example
Text Example
White with #AB256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB256D; }
p { color: rgb(171,37,109); }
H1.HeaderClassName
{
color: #AB256D;
}
.AnyTagClassName
{
color: #AB256D;
}
</style>
background-color css
<style>
a { background-color: #AB256D; }
a { background-color: rgb(171,37,109); }
div.DivClassName
{
background-color: #AB256D;
}
.BgClassName
{
background-color: #AB256D;
}
</style>
border-color css
<style>
span { border-color: #AB256D; }
span { border-color: rgb(171,37,109); }
td.TdClassName
{
border-color: #AB256D;
}
.TagClassName
{
border-color: #AB256D;
}
</style>