Shades of Jazzberry Jam #AB076E
Tints of Jazzberry Jam #AB076E
RGB
CMYK
RGB Variations
Color information
#AB076E (or 0xAB076E) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 6E. RGB value is (171,7,110). Sum of RGB (Red+Green+Blue) = 171+7+110=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB076E is #54F891. Grayscale: #434343. Windows color (decimal): -5568658 or 7210923. OLE color: 7210923.
HSL color Cylindrical-coordinate representation of color #AB076E: hue angle of 322.32º 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 #AB076E is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 110 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.33 |
| HSL | 322.32º | 0.92% | 0.35% | - |
| HSV(B) | 322.32º | 0.96% | 0.67% | - |
| XYZ | 19.69 | 9.94 | 15.63 | - |
| YUV | 67.78 | 151.83 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 110 | 0 | 0.96 | 0.36 | 0.33 | 322.32 | 0.92 | 0.35 |
| Hex | AB | 7 | 6E | 0 | 60 | 24 | 21 | 142 | 5C | 23 |
| Octal | 253 | 7 | 156 | 0 | 140 | 44 | 41 | 502 | 134 | 43 |
| Binary | 10101011 | 111 | 1101110 | 0 | 1100000 | 100100 | 100001 | 101000010 | 1011100 | 100011 |
Color Harmonies of #AB076E
Complementary color
Monochromatic Colors of #AB076E
Black with #AB076E
Text Example
Text Example
White with #AB076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB076E; }
p { color: rgb(171,7,110); }
H1.HeaderClassName
{
color: #AB076E;
}
.AnyTagClassName
{
color: #AB076E;
}
</style>
background-color css
<style>
a { background-color: #AB076E; }
a { background-color: rgb(171,7,110); }
div.DivClassName
{
background-color: #AB076E;
}
.BgClassName
{
background-color: #AB076E;
}
</style>
border-color css
<style>
span { border-color: #AB076E; }
span { border-color: rgb(171,7,110); }
td.TdClassName
{
border-color: #AB076E;
}
.TagClassName
{
border-color: #AB076E;
}
</style>