Shades of Jazzberry Jam #AB065D
Tints of Jazzberry Jam #AB065D
RGB
CMYK
RGB Variations
Color information
#AB065D (or 0xAB065D) is known color: Jazzberry Jam. HEX triplet: AB, 06 and 5D. RGB value is (171,6,93). Sum of RGB (Red+Green+Blue) = 171+6+93=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB065D is #54F9A2. Grayscale: #414141. Windows color (decimal): -5568931 or 6096555. OLE color: 6096555.
HSL color Cylindrical-coordinate representation of color #AB065D: hue angle of 328.36º 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 #AB065D is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 93 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.33 |
| HSL | 328.36º | 0.93% | 0.35% | - |
| HSV(B) | 328.36º | 0.96% | 0.67% | - |
| XYZ | 18.84 | 9.58 | 11.21 | - |
| YUV | 65.25 | 143.66 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 93 | 0 | 0.96 | 0.46 | 0.33 | 328.36 | 0.93 | 0.35 |
| Hex | AB | 6 | 5D | 0 | 60 | 2E | 21 | 148 | 5D | 23 |
| Octal | 253 | 6 | 135 | 0 | 140 | 56 | 41 | 510 | 135 | 43 |
| Binary | 10101011 | 110 | 1011101 | 0 | 1100000 | 101110 | 100001 | 101001000 | 1011101 | 100011 |
Color Harmonies of #AB065D
Complementary color
Monochromatic Colors of #AB065D
Black with #AB065D
Text Example
Text Example
White with #AB065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB065D; }
p { color: rgb(171,6,93); }
H1.HeaderClassName
{
color: #AB065D;
}
.AnyTagClassName
{
color: #AB065D;
}
</style>
background-color css
<style>
a { background-color: #AB065D; }
a { background-color: rgb(171,6,93); }
div.DivClassName
{
background-color: #AB065D;
}
.BgClassName
{
background-color: #AB065D;
}
</style>
border-color css
<style>
span { border-color: #AB065D; }
span { border-color: rgb(171,6,93); }
td.TdClassName
{
border-color: #AB065D;
}
.TagClassName
{
border-color: #AB065D;
}
</style>