Shades of Jazzberry Jam #AB0D6B
Tints of Jazzberry Jam #AB0D6B
RGB
CMYK
RGB Variations
Color information
#AB0D6B (or 0xAB0D6B) is known color: Jazzberry Jam. HEX triplet: AB, 0D and 6B. RGB value is (171,13,107). Sum of RGB (Red+Green+Blue) = 171+13+107=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0D6B is #54F294. Grayscale: #464646. Windows color (decimal): -5567125 or 7015851. OLE color: 7015851.
HSL color Cylindrical-coordinate representation of color #AB0D6B: hue angle of 324.3º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0D6B is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 13 | 107 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.33 |
| HSL | 324.3º | 0.86% | 0.36% | - |
| HSV(B) | 324.3º | 0.92% | 0.67% | - |
| XYZ | 19.59 | 10.01 | 14.81 | - |
| YUV | 70.96 | 148.35 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 107 | 0 | 0.92 | 0.37 | 0.33 | 324.3 | 0.86 | 0.36 |
| Hex | AB | D | 6B | 0 | 5C | 25 | 21 | 144 | 56 | 24 |
| Octal | 253 | 15 | 153 | 0 | 134 | 45 | 41 | 504 | 126 | 44 |
| Binary | 10101011 | 1101 | 1101011 | 0 | 1011100 | 100101 | 100001 | 101000100 | 1010110 | 100100 |
Color Harmonies of #AB0D6B
Complementary color
Monochromatic Colors of #AB0D6B
Black with #AB0D6B
Text Example
Text Example
White with #AB0D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0D6B; }
p { color: rgb(171,13,107); }
H1.HeaderClassName
{
color: #AB0D6B;
}
.AnyTagClassName
{
color: #AB0D6B;
}
</style>
background-color css
<style>
a { background-color: #AB0D6B; }
a { background-color: rgb(171,13,107); }
div.DivClassName
{
background-color: #AB0D6B;
}
.BgClassName
{
background-color: #AB0D6B;
}
</style>
border-color css
<style>
span { border-color: #AB0D6B; }
span { border-color: rgb(171,13,107); }
td.TdClassName
{
border-color: #AB0D6B;
}
.TagClassName
{
border-color: #AB0D6B;
}
</style>