Shades of Jazzberry Jam #AB0965
Tints of Jazzberry Jam #AB0965
RGB
CMYK
RGB Variations
Color information
#AB0965 (or 0xAB0965) is known color: Jazzberry Jam. HEX triplet: AB, 09 and 65. RGB value is (171,9,101). Sum of RGB (Red+Green+Blue) = 171+9+101=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0965 is #54F69A. Grayscale: #434343. Windows color (decimal): -5568155 or 6621611. OLE color: 6621611.
HSL color Cylindrical-coordinate representation of color #AB0965: hue angle of 325.93º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0965 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 101 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.33 |
| HSL | 325.93º | 0.9% | 0.35% | - |
| HSV(B) | 325.93º | 0.95% | 0.67% | - |
| XYZ | 19.24 | 9.79 | 13.19 | - |
| YUV | 67.93 | 146.67 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 101 | 0 | 0.95 | 0.41 | 0.33 | 325.93 | 0.9 | 0.35 |
| Hex | AB | 9 | 65 | 0 | 5F | 29 | 21 | 146 | 5A | 23 |
| Octal | 253 | 11 | 145 | 0 | 137 | 51 | 41 | 506 | 132 | 43 |
| Binary | 10101011 | 1001 | 1100101 | 0 | 1011111 | 101001 | 100001 | 101000110 | 1011010 | 100011 |
Color Harmonies of #AB0965
Complementary color
Monochromatic Colors of #AB0965
Black with #AB0965
Text Example
Text Example
White with #AB0965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0965; }
p { color: rgb(171,9,101); }
H1.HeaderClassName
{
color: #AB0965;
}
.AnyTagClassName
{
color: #AB0965;
}
</style>
background-color css
<style>
a { background-color: #AB0965; }
a { background-color: rgb(171,9,101); }
div.DivClassName
{
background-color: #AB0965;
}
.BgClassName
{
background-color: #AB0965;
}
</style>
border-color css
<style>
span { border-color: #AB0965; }
span { border-color: rgb(171,9,101); }
td.TdClassName
{
border-color: #AB0965;
}
.TagClassName
{
border-color: #AB0965;
}
</style>