Shades of Jazzberry Jam #AB1478
Tints of Jazzberry Jam #AB1478
RGB
CMYK
RGB Variations
Color information
#AB1478 (or 0xAB1478) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 78. RGB value is (171,20,120). Sum of RGB (Red+Green+Blue) = 171+20+120=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1478 is #54EB87. Grayscale: #4C4C4C. Windows color (decimal): -5565320 or 7869611. OLE color: 7869611.
HSL color Cylindrical-coordinate representation of color #AB1478: hue angle of 320.26º 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 #AB1478 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 120 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.33 |
| HSL | 320.26º | 0.79% | 0.37% | - |
| HSV(B) | 320.26º | 0.88% | 0.67% | - |
| XYZ | 20.43 | 10.51 | 18.72 | - |
| YUV | 76.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 120 | 0 | 0.88 | 0.30 | 0.33 | 320.26 | 0.79 | 0.37 |
| Hex | AB | 14 | 78 | 0 | 58 | 1E | 21 | 140 | 4F | 25 |
| Octal | 253 | 24 | 170 | 0 | 130 | 36 | 41 | 500 | 117 | 45 |
| Binary | 10101011 | 10100 | 1111000 | 0 | 1011000 | 11110 | 100001 | 101000000 | 1001111 | 100101 |
Color Harmonies of #AB1478
Complementary color
Monochromatic Colors of #AB1478
Black with #AB1478
Text Example
Text Example
White with #AB1478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1478; }
p { color: rgb(171,20,120); }
H1.HeaderClassName
{
color: #AB1478;
}
.AnyTagClassName
{
color: #AB1478;
}
</style>
background-color css
<style>
a { background-color: #AB1478; }
a { background-color: rgb(171,20,120); }
div.DivClassName
{
background-color: #AB1478;
}
.BgClassName
{
background-color: #AB1478;
}
</style>
border-color css
<style>
span { border-color: #AB1478; }
span { border-color: rgb(171,20,120); }
td.TdClassName
{
border-color: #AB1478;
}
.TagClassName
{
border-color: #AB1478;
}
</style>