Shades of Jazzberry Jam #AD076F
Tints of Jazzberry Jam #AD076F
RGB
CMYK
RGB Variations
Color information
#AD076F (or 0xAD076F) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 6F. RGB value is (173,7,111). Sum of RGB (Red+Green+Blue) = 173+7+111=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD076F is #52F890. Grayscale: #444444. Windows color (decimal): -5437585 or 7276461. OLE color: 7276461.
HSL color Cylindrical-coordinate representation of color #AD076F: hue angle of 322.41º 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 #AD076F is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 111 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.32 |
| HSL | 322.41º | 0.92% | 0.35% | - |
| HSV(B) | 322.41º | 0.96% | 0.68% | - |
| XYZ | 20.18 | 10.18 | 15.94 | - |
| YUV | 68.49 | 152 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 111 | 0 | 0.96 | 0.36 | 0.32 | 322.41 | 0.92 | 0.35 |
| Hex | AD | 7 | 6F | 0 | 60 | 24 | 20 | 142 | 5C | 23 |
| Octal | 255 | 7 | 157 | 0 | 140 | 44 | 40 | 502 | 134 | 43 |
| Binary | 10101101 | 111 | 1101111 | 0 | 1100000 | 100100 | 100000 | 101000010 | 1011100 | 100011 |
Color Harmonies of #AD076F
Complementary color
Monochromatic Colors of #AD076F
Black with #AD076F
Text Example
Text Example
White with #AD076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD076F; }
p { color: rgb(173,7,111); }
H1.HeaderClassName
{
color: #AD076F;
}
.AnyTagClassName
{
color: #AD076F;
}
</style>
background-color css
<style>
a { background-color: #AD076F; }
a { background-color: rgb(173,7,111); }
div.DivClassName
{
background-color: #AD076F;
}
.BgClassName
{
background-color: #AD076F;
}
</style>
border-color css
<style>
span { border-color: #AD076F; }
span { border-color: rgb(173,7,111); }
td.TdClassName
{
border-color: #AD076F;
}
.TagClassName
{
border-color: #AD076F;
}
</style>