Shades of Jazzberry Jam #AB0A6B
Tints of Jazzberry Jam #AB0A6B
RGB
CMYK
RGB Variations
Color information
#AB0A6B (or 0xAB0A6B) is known color: Jazzberry Jam. HEX triplet: AB, 0A and 6B. RGB value is (171,10,107). Sum of RGB (Red+Green+Blue) = 171+10+107=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0A6B is #54F594. Grayscale: #444444. Windows color (decimal): -5567893 or 7015083. OLE color: 7015083.
HSL color Cylindrical-coordinate representation of color #AB0A6B: hue angle of 323.85º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A6B is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 10 | 107 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.33 |
| HSL | 323.85º | 0.89% | 0.35% | - |
| HSV(B) | 323.85º | 0.94% | 0.67% | - |
| XYZ | 19.56 | 9.94 | 14.8 | - |
| YUV | 69.2 | 149.34 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 107 | 0 | 0.94 | 0.37 | 0.33 | 323.85 | 0.89 | 0.35 |
| Hex | AB | A | 6B | 0 | 5E | 25 | 21 | 144 | 59 | 23 |
| Octal | 253 | 12 | 153 | 0 | 136 | 45 | 41 | 504 | 131 | 43 |
| Binary | 10101011 | 1010 | 1101011 | 0 | 1011110 | 100101 | 100001 | 101000100 | 1011001 | 100011 |
Color Harmonies of #AB0A6B
Complementary color
Monochromatic Colors of #AB0A6B
Black with #AB0A6B
Text Example
Text Example
White with #AB0A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0A6B; }
p { color: rgb(171,10,107); }
H1.HeaderClassName
{
color: #AB0A6B;
}
.AnyTagClassName
{
color: #AB0A6B;
}
</style>
background-color css
<style>
a { background-color: #AB0A6B; }
a { background-color: rgb(171,10,107); }
div.DivClassName
{
background-color: #AB0A6B;
}
.BgClassName
{
background-color: #AB0A6B;
}
</style>
border-color css
<style>
span { border-color: #AB0A6B; }
span { border-color: rgb(171,10,107); }
td.TdClassName
{
border-color: #AB0A6B;
}
.TagClassName
{
border-color: #AB0A6B;
}
</style>