Shades of Jazzberry Jam #AB084D
Tints of Jazzberry Jam #AB084D
RGB
CMYK
RGB Variations
Color information
#AB084D (or 0xAB084D) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 4D. RGB value is (171,8,77). Sum of RGB (Red+Green+Blue) = 171+8+77=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB084D is #54F7B2. Grayscale: #404040. Windows color (decimal): -5568435 or 5048491. OLE color: 5048491.
HSL color Cylindrical-coordinate representation of color #AB084D: hue angle of 334.6º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB084D is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 77 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.33 |
| HSL | 334.6º | 0.91% | 0.35% | - |
| HSV(B) | 334.6º | 0.95% | 0.67% | - |
| XYZ | 18.22 | 9.37 | 7.87 | - |
| YUV | 64.6 | 135 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 77 | 0 | 0.95 | 0.55 | 0.33 | 334.6 | 0.91 | 0.35 |
| Hex | AB | 8 | 4D | 0 | 5F | 37 | 21 | 14F | 5B | 23 |
| Octal | 253 | 10 | 115 | 0 | 137 | 67 | 41 | 517 | 133 | 43 |
| Binary | 10101011 | 1000 | 1001101 | 0 | 1011111 | 110111 | 100001 | 101001111 | 1011011 | 100011 |
Color Harmonies of #AB084D
Complementary color
Monochromatic Colors of #AB084D
Black with #AB084D
Text Example
Text Example
White with #AB084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB084D; }
p { color: rgb(171,8,77); }
H1.HeaderClassName
{
color: #AB084D;
}
.AnyTagClassName
{
color: #AB084D;
}
</style>
background-color css
<style>
a { background-color: #AB084D; }
a { background-color: rgb(171,8,77); }
div.DivClassName
{
background-color: #AB084D;
}
.BgClassName
{
background-color: #AB084D;
}
</style>
border-color css
<style>
span { border-color: #AB084D; }
span { border-color: rgb(171,8,77); }
td.TdClassName
{
border-color: #AB084D;
}
.TagClassName
{
border-color: #AB084D;
}
</style>