Shades of Jazzberry Jam #AB005B
Tints of Jazzberry Jam #AB005B
RGB
CMYK
RGB Variations
Color information
#AB005B (or 0xAB005B) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 5B. RGB value is (171,0,91). Sum of RGB (Red+Green+Blue) = 171+0+91=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB005B is #54FFA4. Grayscale: #3D3D3D. Windows color (decimal): -5570469 or 5963947. OLE color: 5963947.
HSL color Cylindrical-coordinate representation of color #AB005B: hue angle of 328.07º 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 #AB005B is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.47 | 0.33 |
| HSL | 328.07º | 1% | 0.34% | - |
| HSV(B) | 328.07º | 1% | 0.67% | - |
| XYZ | 18.68 | 9.41 | 10.73 | - |
| YUV | 61.5 | 144.65 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 91 | 0 | 1 | 0.47 | 0.33 | 328.07 | 1 | 0.34 |
| Hex | AB | 0 | 5B | 0 | 64 | 2F | 21 | 148 | 64 | 22 |
| Octal | 253 | 0 | 133 | 0 | 144 | 57 | 41 | 510 | 144 | 42 |
| Binary | 10101011 | 0 | 1011011 | 0 | 1100100 | 101111 | 100001 | 101001000 | 1100100 | 100010 |
Color Harmonies of #AB005B
Complementary color
Monochromatic Colors of #AB005B
Black with #AB005B
Text Example
Text Example
White with #AB005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB005B; }
p { color: rgb(171,0,91); }
H1.HeaderClassName
{
color: #AB005B;
}
.AnyTagClassName
{
color: #AB005B;
}
</style>
background-color css
<style>
a { background-color: #AB005B; }
a { background-color: rgb(171,0,91); }
div.DivClassName
{
background-color: #AB005B;
}
.BgClassName
{
background-color: #AB005B;
}
</style>
border-color css
<style>
span { border-color: #AB005B; }
span { border-color: rgb(171,0,91); }
td.TdClassName
{
border-color: #AB005B;
}
.TagClassName
{
border-color: #AB005B;
}
</style>