Shades of Jazzberry Jam #AB084C
Tints of Jazzberry Jam #AB084C
RGB
CMYK
RGB Variations
Color information
#AB084C (or 0xAB084C) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 4C. RGB value is (171,8,76). Sum of RGB (Red+Green+Blue) = 171+8+76=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB084C is #54F7B3. Grayscale: #404040. Windows color (decimal): -5568436 or 4982955. OLE color: 4982955.
HSL color Cylindrical-coordinate representation of color #AB084C: hue angle of 334.97º 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 #AB084C is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 76 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.33 |
| HSL | 334.97º | 0.91% | 0.35% | - |
| HSV(B) | 334.97º | 0.95% | 0.67% | - |
| XYZ | 18.19 | 9.35 | 7.68 | - |
| YUV | 64.49 | 134.5 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 76 | 0 | 0.95 | 0.56 | 0.33 | 334.97 | 0.91 | 0.35 |
| Hex | AB | 8 | 4C | 0 | 5F | 38 | 21 | 14F | 5B | 23 |
| Octal | 253 | 10 | 114 | 0 | 137 | 70 | 41 | 517 | 133 | 43 |
| Binary | 10101011 | 1000 | 1001100 | 0 | 1011111 | 111000 | 100001 | 101001111 | 1011011 | 100011 |
Color Harmonies of #AB084C
Complementary color
Monochromatic Colors of #AB084C
Black with #AB084C
Text Example
Text Example
White with #AB084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB084C; }
p { color: rgb(171,8,76); }
H1.HeaderClassName
{
color: #AB084C;
}
.AnyTagClassName
{
color: #AB084C;
}
</style>
background-color css
<style>
a { background-color: #AB084C; }
a { background-color: rgb(171,8,76); }
div.DivClassName
{
background-color: #AB084C;
}
.BgClassName
{
background-color: #AB084C;
}
</style>
border-color css
<style>
span { border-color: #AB084C; }
span { border-color: rgb(171,8,76); }
td.TdClassName
{
border-color: #AB084C;
}
.TagClassName
{
border-color: #AB084C;
}
</style>