Shades of Jazzberry Jam #AB0665
Tints of Jazzberry Jam #AB0665
RGB
CMYK
RGB Variations
Color information
#AB0665 (or 0xAB0665) is known color: Jazzberry Jam. HEX triplet: AB, 06 and 65. RGB value is (171,6,101). Sum of RGB (Red+Green+Blue) = 171+6+101=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0665 is #54F99A. Grayscale: #414141. Windows color (decimal): -5568923 or 6620843. OLE color: 6620843.
HSL color Cylindrical-coordinate representation of color #AB0665: hue angle of 325.45º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0665 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 101 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.33 |
| HSL | 325.45º | 0.93% | 0.35% | - |
| HSV(B) | 325.45º | 0.96% | 0.67% | - |
| XYZ | 19.21 | 9.73 | 13.18 | - |
| YUV | 66.17 | 147.66 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 101 | 0 | 0.96 | 0.41 | 0.33 | 325.45 | 0.93 | 0.35 |
| Hex | AB | 6 | 65 | 0 | 60 | 29 | 21 | 145 | 5D | 23 |
| Octal | 253 | 6 | 145 | 0 | 140 | 51 | 41 | 505 | 135 | 43 |
| Binary | 10101011 | 110 | 1100101 | 0 | 1100000 | 101001 | 100001 | 101000101 | 1011101 | 100011 |
Color Harmonies of #AB0665
Complementary color
Monochromatic Colors of #AB0665
Black with #AB0665
Text Example
Text Example
White with #AB0665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0665; }
p { color: rgb(171,6,101); }
H1.HeaderClassName
{
color: #AB0665;
}
.AnyTagClassName
{
color: #AB0665;
}
</style>
background-color css
<style>
a { background-color: #AB0665; }
a { background-color: rgb(171,6,101); }
div.DivClassName
{
background-color: #AB0665;
}
.BgClassName
{
background-color: #AB0665;
}
</style>
border-color css
<style>
span { border-color: #AB0665; }
span { border-color: rgb(171,6,101); }
td.TdClassName
{
border-color: #AB0665;
}
.TagClassName
{
border-color: #AB0665;
}
</style>