Shades of Jazzberry Jam #AB0654
Tints of Jazzberry Jam #AB0654
RGB
CMYK
RGB Variations
Color information
#AB0654 (or 0xAB0654) is known color: Jazzberry Jam. HEX triplet: AB, 06 and 54. RGB value is (171,6,84). Sum of RGB (Red+Green+Blue) = 171+6+84=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0654 is #54F9AB. Grayscale: #404040. Windows color (decimal): -5568940 or 5506731. OLE color: 5506731.
HSL color Cylindrical-coordinate representation of color #AB0654: hue angle of 331.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0654 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 84 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.33 |
| HSL | 331.64º | 0.93% | 0.35% | - |
| HSV(B) | 331.64º | 0.96% | 0.67% | - |
| XYZ | 18.46 | 9.43 | 9.23 | - |
| YUV | 64.23 | 139.16 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 84 | 0 | 0.96 | 0.51 | 0.33 | 331.64 | 0.93 | 0.35 |
| Hex | AB | 6 | 54 | 0 | 60 | 33 | 21 | 14C | 5D | 23 |
| Octal | 253 | 6 | 124 | 0 | 140 | 63 | 41 | 514 | 135 | 43 |
| Binary | 10101011 | 110 | 1010100 | 0 | 1100000 | 110011 | 100001 | 101001100 | 1011101 | 100011 |
Color Harmonies of #AB0654
Complementary color
Monochromatic Colors of #AB0654
Black with #AB0654
Text Example
Text Example
White with #AB0654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0654; }
p { color: rgb(171,6,84); }
H1.HeaderClassName
{
color: #AB0654;
}
.AnyTagClassName
{
color: #AB0654;
}
</style>
background-color css
<style>
a { background-color: #AB0654; }
a { background-color: rgb(171,6,84); }
div.DivClassName
{
background-color: #AB0654;
}
.BgClassName
{
background-color: #AB0654;
}
</style>
border-color css
<style>
span { border-color: #AB0654; }
span { border-color: rgb(171,6,84); }
td.TdClassName
{
border-color: #AB0654;
}
.TagClassName
{
border-color: #AB0654;
}
</style>