Shades of Jazzberry Jam #AD0667
Tints of Jazzberry Jam #AD0667
RGB
CMYK
RGB Variations
Color information
#AD0667 (or 0xAD0667) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 67. RGB value is (173,6,103). Sum of RGB (Red+Green+Blue) = 173+6+103=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0667 is #52F998. Grayscale: #424242. Windows color (decimal): -5437849 or 6751917. OLE color: 6751917.
HSL color Cylindrical-coordinate representation of color #AD0667: hue angle of 325.15º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0667 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 103 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.32 |
| HSL | 325.15º | 0.93% | 0.35% | - |
| HSV(B) | 325.15º | 0.97% | 0.68% | - |
| XYZ | 19.75 | 9.99 | 13.72 | - |
| YUV | 66.99 | 148.33 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 103 | 0 | 0.97 | 0.40 | 0.32 | 325.15 | 0.93 | 0.35 |
| Hex | AD | 6 | 67 | 0 | 61 | 28 | 20 | 145 | 5D | 23 |
| Octal | 255 | 6 | 147 | 0 | 141 | 50 | 40 | 505 | 135 | 43 |
| Binary | 10101101 | 110 | 1100111 | 0 | 1100001 | 101000 | 100000 | 101000101 | 1011101 | 100011 |
Color Harmonies of #AD0667
Complementary color
Monochromatic Colors of #AD0667
Black with #AD0667
Text Example
Text Example
White with #AD0667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0667; }
p { color: rgb(173,6,103); }
H1.HeaderClassName
{
color: #AD0667;
}
.AnyTagClassName
{
color: #AD0667;
}
</style>
background-color css
<style>
a { background-color: #AD0667; }
a { background-color: rgb(173,6,103); }
div.DivClassName
{
background-color: #AD0667;
}
.BgClassName
{
background-color: #AD0667;
}
</style>
border-color css
<style>
span { border-color: #AD0667; }
span { border-color: rgb(173,6,103); }
td.TdClassName
{
border-color: #AD0667;
}
.TagClassName
{
border-color: #AD0667;
}
</style>