Shades of Jazzberry Jam #AD0140
Tints of Jazzberry Jam #AD0140
RGB
CMYK
RGB Variations
Color information
#AD0140 (or 0xAD0140) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 40. RGB value is (173,1,64). Sum of RGB (Red+Green+Blue) = 173+1+64=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0140 is #52FEBF. Grayscale: #3B3B3B. Windows color (decimal): -5439168 or 4194733. OLE color: 4194733.
HSL color Cylindrical-coordinate representation of color #AD0140: hue angle of 338.02º 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 #AD0140 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 64 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.32 |
| HSL | 338.02º | 0.99% | 0.34% | - |
| HSV(B) | 338.02º | 0.99% | 0.68% | - |
| XYZ | 18.17 | 9.28 | 5.68 | - |
| YUV | 59.61 | 130.48 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 64 | 0 | 0.99 | 0.63 | 0.32 | 338.02 | 0.99 | 0.34 |
| Hex | AD | 1 | 40 | 0 | 63 | 3F | 20 | 152 | 63 | 22 |
| Octal | 255 | 1 | 100 | 0 | 143 | 77 | 40 | 522 | 143 | 42 |
| Binary | 10101101 | 1 | 1000000 | 0 | 1100011 | 111111 | 100000 | 101010010 | 1100011 | 100010 |
Color Harmonies of #AD0140
Complementary color
Monochromatic Colors of #AD0140
Black with #AD0140
Text Example
Text Example
White with #AD0140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0140; }
p { color: rgb(173,1,64); }
H1.HeaderClassName
{
color: #AD0140;
}
.AnyTagClassName
{
color: #AD0140;
}
</style>
background-color css
<style>
a { background-color: #AD0140; }
a { background-color: rgb(173,1,64); }
div.DivClassName
{
background-color: #AD0140;
}
.BgClassName
{
background-color: #AD0140;
}
</style>
border-color css
<style>
span { border-color: #AD0140; }
span { border-color: rgb(173,1,64); }
td.TdClassName
{
border-color: #AD0140;
}
.TagClassName
{
border-color: #AD0140;
}
</style>