Shades of Jazzberry Jam #AD075E
Tints of Jazzberry Jam #AD075E
RGB
CMYK
RGB Variations
Color information
#AD075E (or 0xAD075E) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 5E. RGB value is (173,7,94). Sum of RGB (Red+Green+Blue) = 173+7+94=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD075E is #52F8A1. Grayscale: #424242. Windows color (decimal): -5437602 or 6162349. OLE color: 6162349.
HSL color Cylindrical-coordinate representation of color #AD075E: hue angle of 328.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD075E is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 94 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.32 |
| HSL | 328.55º | 0.92% | 0.35% | - |
| HSV(B) | 328.55º | 0.96% | 0.68% | - |
| XYZ | 19.33 | 9.84 | 11.47 | - |
| YUV | 66.55 | 143.5 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 94 | 0 | 0.96 | 0.46 | 0.32 | 328.55 | 0.92 | 0.35 |
| Hex | AD | 7 | 5E | 0 | 60 | 2E | 20 | 149 | 5C | 23 |
| Octal | 255 | 7 | 136 | 0 | 140 | 56 | 40 | 511 | 134 | 43 |
| Binary | 10101101 | 111 | 1011110 | 0 | 1100000 | 101110 | 100000 | 101001001 | 1011100 | 100011 |
Color Harmonies of #AD075E
Complementary color
Monochromatic Colors of #AD075E
Black with #AD075E
Text Example
Text Example
White with #AD075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD075E; }
p { color: rgb(173,7,94); }
H1.HeaderClassName
{
color: #AD075E;
}
.AnyTagClassName
{
color: #AD075E;
}
</style>
background-color css
<style>
a { background-color: #AD075E; }
a { background-color: rgb(173,7,94); }
div.DivClassName
{
background-color: #AD075E;
}
.BgClassName
{
background-color: #AD075E;
}
</style>
border-color css
<style>
span { border-color: #AD075E; }
span { border-color: rgb(173,7,94); }
td.TdClassName
{
border-color: #AD075E;
}
.TagClassName
{
border-color: #AD075E;
}
</style>