Shades of Jazzberry Jam #AB256E
Tints of Jazzberry Jam #AB256E
RGB
CMYK
RGB Variations
Color information
#AB256E (or 0xAB256E) is known color: Jazzberry Jam. HEX triplet: AB, 25 and 6E. RGB value is (171,37,110). Sum of RGB (Red+Green+Blue) = 171+37+110=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB256E is #54DA91. Grayscale: #555555. Windows color (decimal): -5560978 or 7218603. OLE color: 7218603.
HSL color Cylindrical-coordinate representation of color #AB256E: hue angle of 327.31º 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 #AB256E is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 110 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.33 |
| HSL | 327.31º | 0.64% | 0.41% | - |
| HSV(B) | 327.31º | 0.78% | 0.67% | - |
| XYZ | 20.27 | 11.11 | 15.83 | - |
| YUV | 85.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 110 | 0 | 0.78 | 0.36 | 0.33 | 327.31 | 0.64 | 0.41 |
| Hex | AB | 25 | 6E | 0 | 4E | 24 | 21 | 147 | 40 | 29 |
| Octal | 253 | 45 | 156 | 0 | 116 | 44 | 41 | 507 | 100 | 51 |
| Binary | 10101011 | 100101 | 1101110 | 0 | 1001110 | 100100 | 100001 | 101000111 | 1000000 | 101001 |
Color Harmonies of #AB256E
Complementary color
Monochromatic Colors of #AB256E
Black with #AB256E
Text Example
Text Example
White with #AB256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB256E; }
p { color: rgb(171,37,110); }
H1.HeaderClassName
{
color: #AB256E;
}
.AnyTagClassName
{
color: #AB256E;
}
</style>
background-color css
<style>
a { background-color: #AB256E; }
a { background-color: rgb(171,37,110); }
div.DivClassName
{
background-color: #AB256E;
}
.BgClassName
{
background-color: #AB256E;
}
</style>
border-color css
<style>
span { border-color: #AB256E; }
span { border-color: rgb(171,37,110); }
td.TdClassName
{
border-color: #AB256E;
}
.TagClassName
{
border-color: #AB256E;
}
</style>