Shades of Jazzberry Jam #AB1C63
Tints of Jazzberry Jam #AB1C63
RGB
CMYK
RGB Variations
Color information
#AB1C63 (or 0xAB1C63) is known color: Jazzberry Jam. HEX triplet: AB, 1C and 63. RGB value is (171,28,99). Sum of RGB (Red+Green+Blue) = 171+28+99=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1C63 is #54E39C. Grayscale: #4E4E4E. Windows color (decimal): -5563293 or 6495403. OLE color: 6495403.
HSL color Cylindrical-coordinate representation of color #AB1C63: hue angle of 330.21º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1C63 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 28 | 99 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.33 |
| HSL | 330.21º | 0.72% | 0.39% | - |
| HSV(B) | 330.21º | 0.84% | 0.67% | - |
| XYZ | 19.46 | 10.39 | 12.78 | - |
| YUV | 78.85 | 139.38 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 99 | 0 | 0.84 | 0.42 | 0.33 | 330.21 | 0.72 | 0.39 |
| Hex | AB | 1C | 63 | 0 | 54 | 2A | 21 | 14A | 48 | 27 |
| Octal | 253 | 34 | 143 | 0 | 124 | 52 | 41 | 512 | 110 | 47 |
| Binary | 10101011 | 11100 | 1100011 | 0 | 1010100 | 101010 | 100001 | 101001010 | 1001000 | 100111 |
Color Harmonies of #AB1C63
Complementary color
Monochromatic Colors of #AB1C63
Black with #AB1C63
Text Example
Text Example
White with #AB1C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1C63; }
p { color: rgb(171,28,99); }
H1.HeaderClassName
{
color: #AB1C63;
}
.AnyTagClassName
{
color: #AB1C63;
}
</style>
background-color css
<style>
a { background-color: #AB1C63; }
a { background-color: rgb(171,28,99); }
div.DivClassName
{
background-color: #AB1C63;
}
.BgClassName
{
background-color: #AB1C63;
}
</style>
border-color css
<style>
span { border-color: #AB1C63; }
span { border-color: rgb(171,28,99); }
td.TdClassName
{
border-color: #AB1C63;
}
.TagClassName
{
border-color: #AB1C63;
}
</style>