Shades of Jazzberry Jam #AB064E
Tints of Jazzberry Jam #AB064E
RGB
CMYK
RGB Variations
Color information
#AB064E (or 0xAB064E) is known color: Jazzberry Jam. HEX triplet: AB, 06 and 4E. RGB value is (171,6,78). Sum of RGB (Red+Green+Blue) = 171+6+78=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB064E is #54F9B1. Grayscale: #3F3F3F. Windows color (decimal): -5568946 or 5113515. OLE color: 5113515.
HSL color Cylindrical-coordinate representation of color #AB064E: hue angle of 333.82º degrees, saturation: 0.93, 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 #AB064E is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 78 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.33 |
| HSL | 333.82º | 0.93% | 0.35% | - |
| HSV(B) | 333.82º | 0.96% | 0.67% | - |
| XYZ | 18.23 | 9.34 | 8.05 | - |
| YUV | 63.54 | 136.16 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 78 | 0 | 0.96 | 0.54 | 0.33 | 333.82 | 0.93 | 0.35 |
| Hex | AB | 6 | 4E | 0 | 60 | 36 | 21 | 14E | 5D | 23 |
| Octal | 253 | 6 | 116 | 0 | 140 | 66 | 41 | 516 | 135 | 43 |
| Binary | 10101011 | 110 | 1001110 | 0 | 1100000 | 110110 | 100001 | 101001110 | 1011101 | 100011 |
Color Harmonies of #AB064E
Complementary color
Monochromatic Colors of #AB064E
Black with #AB064E
Text Example
Text Example
White with #AB064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB064E; }
p { color: rgb(171,6,78); }
H1.HeaderClassName
{
color: #AB064E;
}
.AnyTagClassName
{
color: #AB064E;
}
</style>
background-color css
<style>
a { background-color: #AB064E; }
a { background-color: rgb(171,6,78); }
div.DivClassName
{
background-color: #AB064E;
}
.BgClassName
{
background-color: #AB064E;
}
</style>
border-color css
<style>
span { border-color: #AB064E; }
span { border-color: rgb(171,6,78); }
td.TdClassName
{
border-color: #AB064E;
}
.TagClassName
{
border-color: #AB064E;
}
</style>