Shades of Jazzberry Jam #AD0150
Tints of Jazzberry Jam #AD0150
RGB
CMYK
RGB Variations
Color information
#AD0150 (or 0xAD0150) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 50. RGB value is (173,1,80). Sum of RGB (Red+Green+Blue) = 173+1+80=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0150 is #52FEAF. Grayscale: #3D3D3D. Windows color (decimal): -5439152 or 5243309. OLE color: 5243309.
HSL color Cylindrical-coordinate representation of color #AD0150: hue angle of 332.44º 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 #AD0150 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.32 |
| HSL | 332.44º | 0.99% | 0.34% | - |
| HSV(B) | 332.44º | 0.99% | 0.68% | - |
| XYZ | 18.69 | 9.49 | 8.44 | - |
| YUV | 61.43 | 138.48 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 80 | 0 | 0.99 | 0.54 | 0.32 | 332.44 | 0.99 | 0.34 |
| Hex | AD | 1 | 50 | 0 | 63 | 36 | 20 | 14C | 63 | 22 |
| Octal | 255 | 1 | 120 | 0 | 143 | 66 | 40 | 514 | 143 | 42 |
| Binary | 10101101 | 1 | 1010000 | 0 | 1100011 | 110110 | 100000 | 101001100 | 1100011 | 100010 |
Color Harmonies of #AD0150
Complementary color
Monochromatic Colors of #AD0150
Black with #AD0150
Text Example
Text Example
White with #AD0150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0150; }
p { color: rgb(173,1,80); }
H1.HeaderClassName
{
color: #AD0150;
}
.AnyTagClassName
{
color: #AD0150;
}
</style>
background-color css
<style>
a { background-color: #AD0150; }
a { background-color: rgb(173,1,80); }
div.DivClassName
{
background-color: #AD0150;
}
.BgClassName
{
background-color: #AD0150;
}
</style>
border-color css
<style>
span { border-color: #AD0150; }
span { border-color: rgb(173,1,80); }
td.TdClassName
{
border-color: #AD0150;
}
.TagClassName
{
border-color: #AD0150;
}
</style>