Shades of Jazzberry Jam #AB144B
Tints of Jazzberry Jam #AB144B
RGB
CMYK
RGB Variations
Color information
#AB144B (or 0xAB144B) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 4B. RGB value is (171,20,75). Sum of RGB (Red+Green+Blue) = 171+20+75=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB144B is #54EBB4. Grayscale: #474747. Windows color (decimal): -5565365 or 4920491. OLE color: 4920491.
HSL color Cylindrical-coordinate representation of color #AB144B: hue angle of 338.15º 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 #AB144B is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 75 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.33 |
| HSL | 338.15º | 0.79% | 0.37% | - |
| HSV(B) | 338.15º | 0.88% | 0.67% | - |
| XYZ | 18.31 | 9.67 | 7.56 | - |
| YUV | 71.42 | 130.03 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 75 | 0 | 0.88 | 0.56 | 0.33 | 338.15 | 0.79 | 0.37 |
| Hex | AB | 14 | 4B | 0 | 58 | 38 | 21 | 152 | 4F | 25 |
| Octal | 253 | 24 | 113 | 0 | 130 | 70 | 41 | 522 | 117 | 45 |
| Binary | 10101011 | 10100 | 1001011 | 0 | 1011000 | 111000 | 100001 | 101010010 | 1001111 | 100101 |
Color Harmonies of #AB144B
Complementary color
Monochromatic Colors of #AB144B
Black with #AB144B
Text Example
Text Example
White with #AB144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB144B; }
p { color: rgb(171,20,75); }
H1.HeaderClassName
{
color: #AB144B;
}
.AnyTagClassName
{
color: #AB144B;
}
</style>
background-color css
<style>
a { background-color: #AB144B; }
a { background-color: rgb(171,20,75); }
div.DivClassName
{
background-color: #AB144B;
}
.BgClassName
{
background-color: #AB144B;
}
</style>
border-color css
<style>
span { border-color: #AB144B; }
span { border-color: rgb(171,20,75); }
td.TdClassName
{
border-color: #AB144B;
}
.TagClassName
{
border-color: #AB144B;
}
</style>