Shades of Jazzberry Jam #AB1466
Tints of Jazzberry Jam #AB1466
RGB
CMYK
RGB Variations
Color information
#AB1466 (or 0xAB1466) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 66. RGB value is (171,20,102). Sum of RGB (Red+Green+Blue) = 171+20+102=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1466 is #54EB99. Grayscale: #4A4A4A. Windows color (decimal): -5565338 or 6689963. OLE color: 6689963.
HSL color Cylindrical-coordinate representation of color #AB1466: hue angle of 327.42º 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 #AB1466 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 102 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.33 |
| HSL | 327.42º | 0.79% | 0.37% | - |
| HSV(B) | 327.42º | 0.88% | 0.67% | - |
| XYZ | 19.44 | 10.12 | 13.5 | - |
| YUV | 74.5 | 143.53 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 102 | 0 | 0.88 | 0.40 | 0.33 | 327.42 | 0.79 | 0.37 |
| Hex | AB | 14 | 66 | 0 | 58 | 28 | 21 | 147 | 4F | 25 |
| Octal | 253 | 24 | 146 | 0 | 130 | 50 | 41 | 507 | 117 | 45 |
| Binary | 10101011 | 10100 | 1100110 | 0 | 1011000 | 101000 | 100001 | 101000111 | 1001111 | 100101 |
Color Harmonies of #AB1466
Complementary color
Monochromatic Colors of #AB1466
Black with #AB1466
Text Example
Text Example
White with #AB1466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1466; }
p { color: rgb(171,20,102); }
H1.HeaderClassName
{
color: #AB1466;
}
.AnyTagClassName
{
color: #AB1466;
}
</style>
background-color css
<style>
a { background-color: #AB1466; }
a { background-color: rgb(171,20,102); }
div.DivClassName
{
background-color: #AB1466;
}
.BgClassName
{
background-color: #AB1466;
}
</style>
border-color css
<style>
span { border-color: #AB1466; }
span { border-color: rgb(171,20,102); }
td.TdClassName
{
border-color: #AB1466;
}
.TagClassName
{
border-color: #AB1466;
}
</style>