Shades of Jazzberry Jam #AB084A
Tints of Jazzberry Jam #AB084A
RGB
CMYK
RGB Variations
Color information
#AB084A (or 0xAB084A) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 4A. RGB value is (171,8,74). Sum of RGB (Red+Green+Blue) = 171+8+74=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB084A is #54F7B5. Grayscale: #404040. Windows color (decimal): -5568438 or 4851883. OLE color: 4851883.
HSL color Cylindrical-coordinate representation of color #AB084A: hue angle of 335.71º 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 #AB084A is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 74 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.33 |
| HSL | 335.71º | 0.91% | 0.35% | - |
| HSV(B) | 335.71º | 0.95% | 0.67% | - |
| XYZ | 18.12 | 9.33 | 7.32 | - |
| YUV | 64.26 | 133.5 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 74 | 0 | 0.95 | 0.57 | 0.33 | 335.71 | 0.91 | 0.35 |
| Hex | AB | 8 | 4A | 0 | 5F | 39 | 21 | 150 | 5B | 23 |
| Octal | 253 | 10 | 112 | 0 | 137 | 71 | 41 | 520 | 133 | 43 |
| Binary | 10101011 | 1000 | 1001010 | 0 | 1011111 | 111001 | 100001 | 101010000 | 1011011 | 100011 |
Color Harmonies of #AB084A
Complementary color
Monochromatic Colors of #AB084A
Black with #AB084A
Text Example
Text Example
White with #AB084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB084A; }
p { color: rgb(171,8,74); }
H1.HeaderClassName
{
color: #AB084A;
}
.AnyTagClassName
{
color: #AB084A;
}
</style>
background-color css
<style>
a { background-color: #AB084A; }
a { background-color: rgb(171,8,74); }
div.DivClassName
{
background-color: #AB084A;
}
.BgClassName
{
background-color: #AB084A;
}
</style>
border-color css
<style>
span { border-color: #AB084A; }
span { border-color: rgb(171,8,74); }
td.TdClassName
{
border-color: #AB084A;
}
.TagClassName
{
border-color: #AB084A;
}
</style>