Shades of Jazzberry Jam #AD0955
Tints of Jazzberry Jam #AD0955
RGB
CMYK
RGB Variations
Color information
#AD0955 (or 0xAD0955) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 55. RGB value is (173,9,85). Sum of RGB (Red+Green+Blue) = 173+9+85=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0955 is #52F6AA. Grayscale: #424242. Windows color (decimal): -5437099 or 5573037. OLE color: 5573037.
HSL color Cylindrical-coordinate representation of color #AD0955: hue angle of 332.2º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0955 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 85 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.32 |
| HSL | 332.2º | 0.9% | 0.36% | - |
| HSV(B) | 332.2º | 0.95% | 0.68% | - |
| XYZ | 18.97 | 9.74 | 9.47 | - |
| YUV | 66.7 | 138.33 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 85 | 0 | 0.95 | 0.51 | 0.32 | 332.2 | 0.9 | 0.36 |
| Hex | AD | 9 | 55 | 0 | 5F | 33 | 20 | 14C | 5A | 24 |
| Octal | 255 | 11 | 125 | 0 | 137 | 63 | 40 | 514 | 132 | 44 |
| Binary | 10101101 | 1001 | 1010101 | 0 | 1011111 | 110011 | 100000 | 101001100 | 1011010 | 100100 |
Color Harmonies of #AD0955
Complementary color
Monochromatic Colors of #AD0955
Black with #AD0955
Text Example
Text Example
White with #AD0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0955; }
p { color: rgb(173,9,85); }
H1.HeaderClassName
{
color: #AD0955;
}
.AnyTagClassName
{
color: #AD0955;
}
</style>
background-color css
<style>
a { background-color: #AD0955; }
a { background-color: rgb(173,9,85); }
div.DivClassName
{
background-color: #AD0955;
}
.BgClassName
{
background-color: #AD0955;
}
</style>
border-color css
<style>
span { border-color: #AD0955; }
span { border-color: rgb(173,9,85); }
td.TdClassName
{
border-color: #AD0955;
}
.TagClassName
{
border-color: #AD0955;
}
</style>