Shades of Jazzberry Jam #AB074A
Tints of Jazzberry Jam #AB074A
RGB
CMYK
RGB Variations
Color information
#AB074A (or 0xAB074A) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 4A. RGB value is (171,7,74). Sum of RGB (Red+Green+Blue) = 171+7+74=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB074A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB074A is #54F8B5. Grayscale: #3F3F3F. Windows color (decimal): -5568694 or 4851627. OLE color: 4851627.
HSL color Cylindrical-coordinate representation of color #AB074A: hue angle of 335.49º 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 #AB074A is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 74 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.33 |
| HSL | 335.49º | 0.92% | 0.35% | - |
| HSV(B) | 335.49º | 0.96% | 0.67% | - |
| XYZ | 18.11 | 9.3 | 7.32 | - |
| YUV | 63.67 | 133.83 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 74 | 0 | 0.96 | 0.57 | 0.33 | 335.49 | 0.92 | 0.35 |
| Hex | AB | 7 | 4A | 0 | 60 | 39 | 21 | 14F | 5C | 23 |
| Octal | 253 | 7 | 112 | 0 | 140 | 71 | 41 | 517 | 134 | 43 |
| Binary | 10101011 | 111 | 1001010 | 0 | 1100000 | 111001 | 100001 | 101001111 | 1011100 | 100011 |
Color Harmonies of #AB074A
Complementary color
Monochromatic Colors of #AB074A
Black with #AB074A
Text Example
Text Example
White with #AB074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB074A; }
p { color: rgb(171,7,74); }
H1.HeaderClassName
{
color: #AB074A;
}
.AnyTagClassName
{
color: #AB074A;
}
</style>
background-color css
<style>
a { background-color: #AB074A; }
a { background-color: rgb(171,7,74); }
div.DivClassName
{
background-color: #AB074A;
}
.BgClassName
{
background-color: #AB074A;
}
</style>
border-color css
<style>
span { border-color: #AB074A; }
span { border-color: rgb(171,7,74); }
td.TdClassName
{
border-color: #AB074A;
}
.TagClassName
{
border-color: #AB074A;
}
</style>