Shades of Jazzberry Jam #AB085D
Tints of Jazzberry Jam #AB085D
RGB
CMYK
RGB Variations
Color information
#AB085D (or 0xAB085D) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 5D. RGB value is (171,8,93). Sum of RGB (Red+Green+Blue) = 171+8+93=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB085D is #54F7A2. Grayscale: #424242. Windows color (decimal): -5568419 or 6097067. OLE color: 6097067.
HSL color Cylindrical-coordinate representation of color #AB085D: hue angle of 328.71º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB085D is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 93 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.33 |
| HSL | 328.71º | 0.91% | 0.35% | - |
| HSV(B) | 328.71º | 0.95% | 0.67% | - |
| XYZ | 18.86 | 9.62 | 11.22 | - |
| YUV | 66.43 | 143 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 93 | 0 | 0.95 | 0.46 | 0.33 | 328.71 | 0.91 | 0.35 |
| Hex | AB | 8 | 5D | 0 | 5F | 2E | 21 | 149 | 5B | 23 |
| Octal | 253 | 10 | 135 | 0 | 137 | 56 | 41 | 511 | 133 | 43 |
| Binary | 10101011 | 1000 | 1011101 | 0 | 1011111 | 101110 | 100001 | 101001001 | 1011011 | 100011 |
Color Harmonies of #AB085D
Complementary color
Monochromatic Colors of #AB085D
Black with #AB085D
Text Example
Text Example
White with #AB085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB085D; }
p { color: rgb(171,8,93); }
H1.HeaderClassName
{
color: #AB085D;
}
.AnyTagClassName
{
color: #AB085D;
}
</style>
background-color css
<style>
a { background-color: #AB085D; }
a { background-color: rgb(171,8,93); }
div.DivClassName
{
background-color: #AB085D;
}
.BgClassName
{
background-color: #AB085D;
}
</style>
border-color css
<style>
span { border-color: #AB085D; }
span { border-color: rgb(171,8,93); }
td.TdClassName
{
border-color: #AB085D;
}
.TagClassName
{
border-color: #AB085D;
}
</style>