Shades of Jazzberry Jam #AB015D
Tints of Jazzberry Jam #AB015D
RGB
CMYK
RGB Variations
Color information
#AB015D (or 0xAB015D) is known color: Jazzberry Jam. HEX triplet: AB, 01 and 5D. RGB value is (171,1,93). Sum of RGB (Red+Green+Blue) = 171+1+93=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB015D is #54FEA2. Grayscale: #3E3E3E. Windows color (decimal): -5570211 or 6095275. OLE color: 6095275.
HSL color Cylindrical-coordinate representation of color #AB015D: hue angle of 327.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB015D is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.33 |
| HSL | 327.53º | 0.99% | 0.34% | - |
| HSV(B) | 327.53º | 0.99% | 0.67% | - |
| XYZ | 18.78 | 9.47 | 11.19 | - |
| YUV | 62.32 | 145.32 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 93 | 0 | 0.99 | 0.46 | 0.33 | 327.53 | 0.99 | 0.34 |
| Hex | AB | 1 | 5D | 0 | 63 | 2E | 21 | 148 | 63 | 22 |
| Octal | 253 | 1 | 135 | 0 | 143 | 56 | 41 | 510 | 143 | 42 |
| Binary | 10101011 | 1 | 1011101 | 0 | 1100011 | 101110 | 100001 | 101001000 | 1100011 | 100010 |
Color Harmonies of #AB015D
Complementary color
Monochromatic Colors of #AB015D
Black with #AB015D
Text Example
Text Example
White with #AB015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB015D; }
p { color: rgb(171,1,93); }
H1.HeaderClassName
{
color: #AB015D;
}
.AnyTagClassName
{
color: #AB015D;
}
</style>
background-color css
<style>
a { background-color: #AB015D; }
a { background-color: rgb(171,1,93); }
div.DivClassName
{
background-color: #AB015D;
}
.BgClassName
{
background-color: #AB015D;
}
</style>
border-color css
<style>
span { border-color: #AB015D; }
span { border-color: rgb(171,1,93); }
td.TdClassName
{
border-color: #AB015D;
}
.TagClassName
{
border-color: #AB015D;
}
</style>