Shades of Jazzberry Jam #AB144A
Tints of Jazzberry Jam #AB144A
RGB
CMYK
RGB Variations
Color information
#AB144A (or 0xAB144A) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 4A. RGB value is (171,20,74). Sum of RGB (Red+Green+Blue) = 171+20+74=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB144A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB144A is #54EBB5. Grayscale: #474747. Windows color (decimal): -5565366 or 4854955. OLE color: 4854955.
HSL color Cylindrical-coordinate representation of color #AB144A: hue angle of 338.54º 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 #AB144A is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 74 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.33 |
| HSL | 338.54º | 0.79% | 0.37% | - |
| HSV(B) | 338.54º | 0.88% | 0.67% | - |
| XYZ | 18.28 | 9.65 | 7.38 | - |
| YUV | 71.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 74 | 0 | 0.88 | 0.57 | 0.33 | 338.54 | 0.79 | 0.37 |
| Hex | AB | 14 | 4A | 0 | 58 | 39 | 21 | 153 | 4F | 25 |
| Octal | 253 | 24 | 112 | 0 | 130 | 71 | 41 | 523 | 117 | 45 |
| Binary | 10101011 | 10100 | 1001010 | 0 | 1011000 | 111001 | 100001 | 101010011 | 1001111 | 100101 |
Color Harmonies of #AB144A
Complementary color
Monochromatic Colors of #AB144A
Black with #AB144A
Text Example
Text Example
White with #AB144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB144A; }
p { color: rgb(171,20,74); }
H1.HeaderClassName
{
color: #AB144A;
}
.AnyTagClassName
{
color: #AB144A;
}
</style>
background-color css
<style>
a { background-color: #AB144A; }
a { background-color: rgb(171,20,74); }
div.DivClassName
{
background-color: #AB144A;
}
.BgClassName
{
background-color: #AB144A;
}
</style>
border-color css
<style>
span { border-color: #AB144A; }
span { border-color: rgb(171,20,74); }
td.TdClassName
{
border-color: #AB144A;
}
.TagClassName
{
border-color: #AB144A;
}
</style>