Shades of Jazzberry Jam #AD0144
Tints of Jazzberry Jam #AD0144
RGB
CMYK
RGB Variations
Color information
#AD0144 (or 0xAD0144) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 44. RGB value is (173,1,68). Sum of RGB (Red+Green+Blue) = 173+1+68=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0144 is #52FEBB. Grayscale: #3B3B3B. Windows color (decimal): -5439164 or 4456877. OLE color: 4456877.
HSL color Cylindrical-coordinate representation of color #AD0144: hue angle of 336.63º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0144 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.32 |
| HSL | 336.63º | 0.99% | 0.34% | - |
| HSV(B) | 336.63º | 0.99% | 0.68% | - |
| XYZ | 18.29 | 9.32 | 6.3 | - |
| YUV | 60.07 | 132.48 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 68 | 0 | 0.99 | 0.61 | 0.32 | 336.63 | 0.99 | 0.34 |
| Hex | AD | 1 | 44 | 0 | 63 | 3D | 20 | 151 | 63 | 22 |
| Octal | 255 | 1 | 104 | 0 | 143 | 75 | 40 | 521 | 143 | 42 |
| Binary | 10101101 | 1 | 1000100 | 0 | 1100011 | 111101 | 100000 | 101010001 | 1100011 | 100010 |
Color Harmonies of #AD0144
Complementary color
Monochromatic Colors of #AD0144
Black with #AD0144
Text Example
Text Example
White with #AD0144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0144; }
p { color: rgb(173,1,68); }
H1.HeaderClassName
{
color: #AD0144;
}
.AnyTagClassName
{
color: #AD0144;
}
</style>
background-color css
<style>
a { background-color: #AD0144; }
a { background-color: rgb(173,1,68); }
div.DivClassName
{
background-color: #AD0144;
}
.BgClassName
{
background-color: #AD0144;
}
</style>
border-color css
<style>
span { border-color: #AD0144; }
span { border-color: rgb(173,1,68); }
td.TdClassName
{
border-color: #AD0144;
}
.TagClassName
{
border-color: #AD0144;
}
</style>