Shades of Jazzberry Jam #AB1C67
Tints of Jazzberry Jam #AB1C67
RGB
CMYK
RGB Variations
Color information
#AB1C67 (or 0xAB1C67) is known color: Jazzberry Jam. HEX triplet: AB, 1C and 67. RGB value is (171,28,103). Sum of RGB (Red+Green+Blue) = 171+28+103=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1C67 is #54E398. Grayscale: #4F4F4F. Windows color (decimal): -5563289 or 6757547. OLE color: 6757547.
HSL color Cylindrical-coordinate representation of color #AB1C67: hue angle of 328.53º 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 #AB1C67 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 28 | 103 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.33 |
| HSL | 328.53º | 0.72% | 0.39% | - |
| HSV(B) | 328.53º | 0.84% | 0.67% | - |
| XYZ | 19.66 | 10.47 | 13.82 | - |
| YUV | 79.31 | 141.38 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 103 | 0 | 0.84 | 0.40 | 0.33 | 328.53 | 0.72 | 0.39 |
| Hex | AB | 1C | 67 | 0 | 54 | 28 | 21 | 149 | 48 | 27 |
| Octal | 253 | 34 | 147 | 0 | 124 | 50 | 41 | 511 | 110 | 47 |
| Binary | 10101011 | 11100 | 1100111 | 0 | 1010100 | 101000 | 100001 | 101001001 | 1001000 | 100111 |
Color Harmonies of #AB1C67
Complementary color
Monochromatic Colors of #AB1C67
Black with #AB1C67
Text Example
Text Example
White with #AB1C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1C67; }
p { color: rgb(171,28,103); }
H1.HeaderClassName
{
color: #AB1C67;
}
.AnyTagClassName
{
color: #AB1C67;
}
</style>
background-color css
<style>
a { background-color: #AB1C67; }
a { background-color: rgb(171,28,103); }
div.DivClassName
{
background-color: #AB1C67;
}
.BgClassName
{
background-color: #AB1C67;
}
</style>
border-color css
<style>
span { border-color: #AB1C67; }
span { border-color: rgb(171,28,103); }
td.TdClassName
{
border-color: #AB1C67;
}
.TagClassName
{
border-color: #AB1C67;
}
</style>