Shades of Jazzberry Jam #AD165A
Tints of Jazzberry Jam #AD165A
RGB
CMYK
RGB Variations
Color information
#AD165A (or 0xAD165A) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 5A. RGB value is (173,22,90). Sum of RGB (Red+Green+Blue) = 173+22+90=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD165A is #52E9A5. Grayscale: #4A4A4A. Windows color (decimal): -5433766 or 5904045. OLE color: 5904045.
HSL color Cylindrical-coordinate representation of color #AD165A: hue angle of 332.98º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD165A is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 90 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.32 |
| HSL | 332.98º | 0.77% | 0.38% | - |
| HSV(B) | 332.98º | 0.87% | 0.68% | - |
| XYZ | 19.37 | 10.2 | 10.62 | - |
| YUV | 74.9 | 136.53 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 90 | 0 | 0.87 | 0.48 | 0.32 | 332.98 | 0.77 | 0.38 |
| Hex | AD | 16 | 5A | 0 | 57 | 30 | 20 | 14D | 4D | 26 |
| Octal | 255 | 26 | 132 | 0 | 127 | 60 | 40 | 515 | 115 | 46 |
| Binary | 10101101 | 10110 | 1011010 | 0 | 1010111 | 110000 | 100000 | 101001101 | 1001101 | 100110 |
Color Harmonies of #AD165A
Complementary color
Monochromatic Colors of #AD165A
Black with #AD165A
Text Example
Text Example
White with #AD165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD165A; }
p { color: rgb(173,22,90); }
H1.HeaderClassName
{
color: #AD165A;
}
.AnyTagClassName
{
color: #AD165A;
}
</style>
background-color css
<style>
a { background-color: #AD165A; }
a { background-color: rgb(173,22,90); }
div.DivClassName
{
background-color: #AD165A;
}
.BgClassName
{
background-color: #AD165A;
}
</style>
border-color css
<style>
span { border-color: #AD165A; }
span { border-color: rgb(173,22,90); }
td.TdClassName
{
border-color: #AD165A;
}
.TagClassName
{
border-color: #AD165A;
}
</style>