Shades of Jazzberry Jam #AB064D
Tints of Jazzberry Jam #AB064D
RGB
CMYK
RGB Variations
Color information
#AB064D (or 0xAB064D) is known color: Jazzberry Jam. HEX triplet: AB, 06 and 4D. RGB value is (171,6,77). Sum of RGB (Red+Green+Blue) = 171+6+77=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB064D is #54F9B2. Grayscale: #3F3F3F. Windows color (decimal): -5568947 or 5047979. OLE color: 5047979.
HSL color Cylindrical-coordinate representation of color #AB064D: hue angle of 334.18º 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 #AB064D is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 77 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.33 |
| HSL | 334.18º | 0.93% | 0.35% | - |
| HSV(B) | 334.18º | 0.96% | 0.67% | - |
| XYZ | 18.2 | 9.32 | 7.86 | - |
| YUV | 63.43 | 135.66 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 77 | 0 | 0.96 | 0.55 | 0.33 | 334.18 | 0.93 | 0.35 |
| Hex | AB | 6 | 4D | 0 | 60 | 37 | 21 | 14E | 5D | 23 |
| Octal | 253 | 6 | 115 | 0 | 140 | 67 | 41 | 516 | 135 | 43 |
| Binary | 10101011 | 110 | 1001101 | 0 | 1100000 | 110111 | 100001 | 101001110 | 1011101 | 100011 |
Color Harmonies of #AB064D
Complementary color
Monochromatic Colors of #AB064D
Black with #AB064D
Text Example
Text Example
White with #AB064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB064D; }
p { color: rgb(171,6,77); }
H1.HeaderClassName
{
color: #AB064D;
}
.AnyTagClassName
{
color: #AB064D;
}
</style>
background-color css
<style>
a { background-color: #AB064D; }
a { background-color: rgb(171,6,77); }
div.DivClassName
{
background-color: #AB064D;
}
.BgClassName
{
background-color: #AB064D;
}
</style>
border-color css
<style>
span { border-color: #AB064D; }
span { border-color: rgb(171,6,77); }
td.TdClassName
{
border-color: #AB064D;
}
.TagClassName
{
border-color: #AB064D;
}
</style>