Shades of Jazzberry Jam #AB095D
Tints of Jazzberry Jam #AB095D
RGB
CMYK
RGB Variations
Color information
#AB095D (or 0xAB095D) is known color: Jazzberry Jam. HEX triplet: AB, 09 and 5D. RGB value is (171,9,93). Sum of RGB (Red+Green+Blue) = 171+9+93=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB095D is #54F6A2. Grayscale: #424242. Windows color (decimal): -5568163 or 6097323. OLE color: 6097323.
HSL color Cylindrical-coordinate representation of color #AB095D: hue angle of 328.89º degrees, saturation: 0.9, 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 #AB095D is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 93 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.33 |
| HSL | 328.89º | 0.9% | 0.35% | - |
| HSV(B) | 328.89º | 0.95% | 0.67% | - |
| XYZ | 18.87 | 9.64 | 11.22 | - |
| YUV | 67.01 | 142.67 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 93 | 0 | 0.95 | 0.46 | 0.33 | 328.89 | 0.9 | 0.35 |
| Hex | AB | 9 | 5D | 0 | 5F | 2E | 21 | 149 | 5A | 23 |
| Octal | 253 | 11 | 135 | 0 | 137 | 56 | 41 | 511 | 132 | 43 |
| Binary | 10101011 | 1001 | 1011101 | 0 | 1011111 | 101110 | 100001 | 101001001 | 1011010 | 100011 |
Color Harmonies of #AB095D
Complementary color
Monochromatic Colors of #AB095D
Black with #AB095D
Text Example
Text Example
White with #AB095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB095D; }
p { color: rgb(171,9,93); }
H1.HeaderClassName
{
color: #AB095D;
}
.AnyTagClassName
{
color: #AB095D;
}
</style>
background-color css
<style>
a { background-color: #AB095D; }
a { background-color: rgb(171,9,93); }
div.DivClassName
{
background-color: #AB095D;
}
.BgClassName
{
background-color: #AB095D;
}
</style>
border-color css
<style>
span { border-color: #AB095D; }
span { border-color: rgb(171,9,93); }
td.TdClassName
{
border-color: #AB095D;
}
.TagClassName
{
border-color: #AB095D;
}
</style>