Shades of Jazzberry Jam #AB074D
Tints of Jazzberry Jam #AB074D
RGB
CMYK
RGB Variations
Color information
#AB074D (or 0xAB074D) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 4D. RGB value is (171,7,77). Sum of RGB (Red+Green+Blue) = 171+7+77=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB074D is #54F8B2. Grayscale: #3F3F3F. Windows color (decimal): -5568691 or 5048235. OLE color: 5048235.
HSL color Cylindrical-coordinate representation of color #AB074D: hue angle of 334.39º degrees, saturation: 0.92, 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 #AB074D is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 77 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.33 |
| HSL | 334.39º | 0.92% | 0.35% | - |
| HSV(B) | 334.39º | 0.96% | 0.67% | - |
| XYZ | 18.21 | 9.35 | 7.87 | - |
| YUV | 64.02 | 135.33 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 77 | 0 | 0.96 | 0.55 | 0.33 | 334.39 | 0.92 | 0.35 |
| Hex | AB | 7 | 4D | 0 | 60 | 37 | 21 | 14E | 5C | 23 |
| Octal | 253 | 7 | 115 | 0 | 140 | 67 | 41 | 516 | 134 | 43 |
| Binary | 10101011 | 111 | 1001101 | 0 | 1100000 | 110111 | 100001 | 101001110 | 1011100 | 100011 |
Color Harmonies of #AB074D
Complementary color
Monochromatic Colors of #AB074D
Black with #AB074D
Text Example
Text Example
White with #AB074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB074D; }
p { color: rgb(171,7,77); }
H1.HeaderClassName
{
color: #AB074D;
}
.AnyTagClassName
{
color: #AB074D;
}
</style>
background-color css
<style>
a { background-color: #AB074D; }
a { background-color: rgb(171,7,77); }
div.DivClassName
{
background-color: #AB074D;
}
.BgClassName
{
background-color: #AB074D;
}
</style>
border-color css
<style>
span { border-color: #AB074D; }
span { border-color: rgb(171,7,77); }
td.TdClassName
{
border-color: #AB074D;
}
.TagClassName
{
border-color: #AB074D;
}
</style>