Shades of Jazzberry Jam #AB175A
Tints of Jazzberry Jam #AB175A
RGB
CMYK
RGB Variations
Color information
#AB175A (or 0xAB175A) is known color: Jazzberry Jam. HEX triplet: AB, 17 and 5A. RGB value is (171,23,90). Sum of RGB (Red+Green+Blue) = 171+23+90=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB175A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB175A is #54E8A5. Grayscale: #4A4A4A. Windows color (decimal): -5564582 or 5904299. OLE color: 5904299.
HSL color Cylindrical-coordinate representation of color #AB175A: hue angle of 332.84º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB175A is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 90 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.33 |
| HSL | 332.84º | 0.76% | 0.38% | - |
| HSV(B) | 332.84º | 0.87% | 0.67% | - |
| XYZ | 18.95 | 10.01 | 10.61 | - |
| YUV | 74.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 90 | 0 | 0.87 | 0.47 | 0.33 | 332.84 | 0.76 | 0.38 |
| Hex | AB | 17 | 5A | 0 | 57 | 2F | 21 | 14D | 4C | 26 |
| Octal | 253 | 27 | 132 | 0 | 127 | 57 | 41 | 515 | 114 | 46 |
| Binary | 10101011 | 10111 | 1011010 | 0 | 1010111 | 101111 | 100001 | 101001101 | 1001100 | 100110 |
Color Harmonies of #AB175A
Complementary color
Monochromatic Colors of #AB175A
Black with #AB175A
Text Example
Text Example
White with #AB175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB175A; }
p { color: rgb(171,23,90); }
H1.HeaderClassName
{
color: #AB175A;
}
.AnyTagClassName
{
color: #AB175A;
}
</style>
background-color css
<style>
a { background-color: #AB175A; }
a { background-color: rgb(171,23,90); }
div.DivClassName
{
background-color: #AB175A;
}
.BgClassName
{
background-color: #AB175A;
}
</style>
border-color css
<style>
span { border-color: #AB175A; }
span { border-color: rgb(171,23,90); }
td.TdClassName
{
border-color: #AB175A;
}
.TagClassName
{
border-color: #AB175A;
}
</style>