Shades of Jazzberry Jam #AB005D
Tints of Jazzberry Jam #AB005D
RGB
CMYK
RGB Variations
Color information
#AB005D (or 0xAB005D) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 5D. RGB value is (171,0,93). Sum of RGB (Red+Green+Blue) = 171+0+93=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB005D is #54FFA2. Grayscale: #3D3D3D. Windows color (decimal): -5570467 or 6095019. OLE color: 6095019.
HSL color Cylindrical-coordinate representation of color #AB005D: hue angle of 327.37º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB005D is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.46 | 0.33 |
| HSL | 327.37º | 1% | 0.34% | - |
| HSV(B) | 327.37º | 1% | 0.67% | - |
| XYZ | 18.77 | 9.45 | 11.19 | - |
| YUV | 61.73 | 145.65 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 93 | 0 | 1 | 0.46 | 0.33 | 327.37 | 1 | 0.34 |
| Hex | AB | 0 | 5D | 0 | 64 | 2E | 21 | 147 | 64 | 22 |
| Octal | 253 | 0 | 135 | 0 | 144 | 56 | 41 | 507 | 144 | 42 |
| Binary | 10101011 | 0 | 1011101 | 0 | 1100100 | 101110 | 100001 | 101000111 | 1100100 | 100010 |
Color Harmonies of #AB005D
Complementary color
Monochromatic Colors of #AB005D
Black with #AB005D
Text Example
Text Example
White with #AB005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB005D; }
p { color: rgb(171,0,93); }
H1.HeaderClassName
{
color: #AB005D;
}
.AnyTagClassName
{
color: #AB005D;
}
</style>
background-color css
<style>
a { background-color: #AB005D; }
a { background-color: rgb(171,0,93); }
div.DivClassName
{
background-color: #AB005D;
}
.BgClassName
{
background-color: #AB005D;
}
</style>
border-color css
<style>
span { border-color: #AB005D; }
span { border-color: rgb(171,0,93); }
td.TdClassName
{
border-color: #AB005D;
}
.TagClassName
{
border-color: #AB005D;
}
</style>