Shades of Jazzberry Jam #AB145C
Tints of Jazzberry Jam #AB145C
RGB
CMYK
RGB Variations
Color information
#AB145C (or 0xAB145C) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 5C. RGB value is (171,20,92). Sum of RGB (Red+Green+Blue) = 171+20+92=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB145C is #54EBA3. Grayscale: #494949. Windows color (decimal): -5565348 or 6034603. OLE color: 6034603.
HSL color Cylindrical-coordinate representation of color #AB145C: hue angle of 331.39º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB145C is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 92 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.33 |
| HSL | 331.39º | 0.79% | 0.37% | - |
| HSV(B) | 331.39º | 0.88% | 0.67% | - |
| XYZ | 18.98 | 9.93 | 11.04 | - |
| YUV | 73.36 | 138.53 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 92 | 0 | 0.88 | 0.46 | 0.33 | 331.39 | 0.79 | 0.37 |
| Hex | AB | 14 | 5C | 0 | 58 | 2E | 21 | 14B | 4F | 25 |
| Octal | 253 | 24 | 134 | 0 | 130 | 56 | 41 | 513 | 117 | 45 |
| Binary | 10101011 | 10100 | 1011100 | 0 | 1011000 | 101110 | 100001 | 101001011 | 1001111 | 100101 |
Color Harmonies of #AB145C
Complementary color
Monochromatic Colors of #AB145C
Black with #AB145C
Text Example
Text Example
White with #AB145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB145C; }
p { color: rgb(171,20,92); }
H1.HeaderClassName
{
color: #AB145C;
}
.AnyTagClassName
{
color: #AB145C;
}
</style>
background-color css
<style>
a { background-color: #AB145C; }
a { background-color: rgb(171,20,92); }
div.DivClassName
{
background-color: #AB145C;
}
.BgClassName
{
background-color: #AB145C;
}
</style>
border-color css
<style>
span { border-color: #AB145C; }
span { border-color: rgb(171,20,92); }
td.TdClassName
{
border-color: #AB145C;
}
.TagClassName
{
border-color: #AB145C;
}
</style>