Shades of Jazzberry Jam #AB174A
Tints of Jazzberry Jam #AB174A
RGB
CMYK
RGB Variations
Color information
#AB174A (or 0xAB174A) is known color: Jazzberry Jam. HEX triplet: AB, 17 and 4A. RGB value is (171,23,74). Sum of RGB (Red+Green+Blue) = 171+23+74=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB174A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB174A is #54E8B5. Grayscale: #494949. Windows color (decimal): -5564598 or 4855723. OLE color: 4855723.
HSL color Cylindrical-coordinate representation of color #AB174A: hue angle of 339.32º 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 #AB174A is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 74 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.33 |
| HSL | 339.32º | 0.76% | 0.38% | - |
| HSV(B) | 339.32º | 0.87% | 0.67% | - |
| XYZ | 18.34 | 9.77 | 7.4 | - |
| YUV | 73.07 | 128.53 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 74 | 0 | 0.87 | 0.57 | 0.33 | 339.32 | 0.76 | 0.38 |
| Hex | AB | 17 | 4A | 0 | 57 | 39 | 21 | 153 | 4C | 26 |
| Octal | 253 | 27 | 112 | 0 | 127 | 71 | 41 | 523 | 114 | 46 |
| Binary | 10101011 | 10111 | 1001010 | 0 | 1010111 | 111001 | 100001 | 101010011 | 1001100 | 100110 |
Color Harmonies of #AB174A
Complementary color
Monochromatic Colors of #AB174A
Black with #AB174A
Text Example
Text Example
White with #AB174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB174A; }
p { color: rgb(171,23,74); }
H1.HeaderClassName
{
color: #AB174A;
}
.AnyTagClassName
{
color: #AB174A;
}
</style>
background-color css
<style>
a { background-color: #AB174A; }
a { background-color: rgb(171,23,74); }
div.DivClassName
{
background-color: #AB174A;
}
.BgClassName
{
background-color: #AB174A;
}
</style>
border-color css
<style>
span { border-color: #AB174A; }
span { border-color: rgb(171,23,74); }
td.TdClassName
{
border-color: #AB174A;
}
.TagClassName
{
border-color: #AB174A;
}
</style>