Shades of Jazzberry Jam #AD076A
Tints of Jazzberry Jam #AD076A
RGB
CMYK
RGB Variations
Color information
#AD076A (or 0xAD076A) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 6A. RGB value is (173,7,106). Sum of RGB (Red+Green+Blue) = 173+7+106=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD076A is #52F895. Grayscale: #434343. Windows color (decimal): -5437590 or 6948781. OLE color: 6948781.
HSL color Cylindrical-coordinate representation of color #AD076A: hue angle of 324.22º 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 #AD076A is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 106 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.32 |
| HSL | 324.22º | 0.92% | 0.35% | - |
| HSV(B) | 324.22º | 0.96% | 0.68% | - |
| XYZ | 19.91 | 10.08 | 14.53 | - |
| YUV | 67.92 | 149.5 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 106 | 0 | 0.96 | 0.39 | 0.32 | 324.22 | 0.92 | 0.35 |
| Hex | AD | 7 | 6A | 0 | 60 | 27 | 20 | 144 | 5C | 23 |
| Octal | 255 | 7 | 152 | 0 | 140 | 47 | 40 | 504 | 134 | 43 |
| Binary | 10101101 | 111 | 1101010 | 0 | 1100000 | 100111 | 100000 | 101000100 | 1011100 | 100011 |
Color Harmonies of #AD076A
Complementary color
Monochromatic Colors of #AD076A
Black with #AD076A
Text Example
Text Example
White with #AD076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD076A; }
p { color: rgb(173,7,106); }
H1.HeaderClassName
{
color: #AD076A;
}
.AnyTagClassName
{
color: #AD076A;
}
</style>
background-color css
<style>
a { background-color: #AD076A; }
a { background-color: rgb(173,7,106); }
div.DivClassName
{
background-color: #AD076A;
}
.BgClassName
{
background-color: #AD076A;
}
</style>
border-color css
<style>
span { border-color: #AD076A; }
span { border-color: rgb(173,7,106); }
td.TdClassName
{
border-color: #AD076A;
}
.TagClassName
{
border-color: #AD076A;
}
</style>