Shades of Jazzberry Jam #AB0068
Tints of Jazzberry Jam #AB0068
RGB
CMYK
RGB Variations
Color information
#AB0068 (or 0xAB0068) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 68. RGB value is (171,0,104). Sum of RGB (Red+Green+Blue) = 171+0+104=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0068 is #54FF97. Grayscale: #3E3E3E. Windows color (decimal): -5570456 or 6815915. OLE color: 6815915.
HSL color Cylindrical-coordinate representation of color #AB0068: hue angle of 323.51º 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 #AB0068 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.39 | 0.33 |
| HSL | 323.51º | 1% | 0.34% | - |
| HSV(B) | 323.51º | 1% | 0.67% | - |
| XYZ | 19.29 | 9.66 | 13.94 | - |
| YUV | 62.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 104 | 0 | 1 | 0.39 | 0.33 | 323.51 | 1 | 0.34 |
| Hex | AB | 0 | 68 | 0 | 64 | 27 | 21 | 144 | 64 | 22 |
| Octal | 253 | 0 | 150 | 0 | 144 | 47 | 41 | 504 | 144 | 42 |
| Binary | 10101011 | 0 | 1101000 | 0 | 1100100 | 100111 | 100001 | 101000100 | 1100100 | 100010 |
Color Harmonies of #AB0068
Complementary color
Monochromatic Colors of #AB0068
Black with #AB0068
Text Example
Text Example
White with #AB0068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0068; }
p { color: rgb(171,0,104); }
H1.HeaderClassName
{
color: #AB0068;
}
.AnyTagClassName
{
color: #AB0068;
}
</style>
background-color css
<style>
a { background-color: #AB0068; }
a { background-color: rgb(171,0,104); }
div.DivClassName
{
background-color: #AB0068;
}
.BgClassName
{
background-color: #AB0068;
}
</style>
border-color css
<style>
span { border-color: #AB0068; }
span { border-color: rgb(171,0,104); }
td.TdClassName
{
border-color: #AB0068;
}
.TagClassName
{
border-color: #AB0068;
}
</style>