Shades of Jazzberry Jam #AD2169
Tints of Jazzberry Jam #AD2169
RGB
CMYK
RGB Variations
Color information
#AD2169 (or 0xAD2169) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 69. RGB value is (173,33,105). Sum of RGB (Red+Green+Blue) = 173+33+105=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2169 is #52DE96. Grayscale: #525252. Windows color (decimal): -5430935 or 6889901. OLE color: 6889901.
HSL color Cylindrical-coordinate representation of color #AD2169: hue angle of 329.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2169 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 105 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.32 |
| HSL | 329.14º | 0.68% | 0.4% | - |
| HSV(B) | 329.14º | 0.81% | 0.68% | - |
| XYZ | 20.33 | 10.99 | 14.41 | - |
| YUV | 83.07 | 140.38 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 105 | 0 | 0.81 | 0.39 | 0.32 | 329.14 | 0.68 | 0.4 |
| Hex | AD | 21 | 69 | 0 | 51 | 27 | 20 | 149 | 44 | 28 |
| Octal | 255 | 41 | 151 | 0 | 121 | 47 | 40 | 511 | 104 | 50 |
| Binary | 10101101 | 100001 | 1101001 | 0 | 1010001 | 100111 | 100000 | 101001001 | 1000100 | 101000 |
Color Harmonies of #AD2169
Complementary color
Monochromatic Colors of #AD2169
Black with #AD2169
Text Example
Text Example
White with #AD2169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2169; }
p { color: rgb(173,33,105); }
H1.HeaderClassName
{
color: #AD2169;
}
.AnyTagClassName
{
color: #AD2169;
}
</style>
background-color css
<style>
a { background-color: #AD2169; }
a { background-color: rgb(173,33,105); }
div.DivClassName
{
background-color: #AD2169;
}
.BgClassName
{
background-color: #AD2169;
}
</style>
border-color css
<style>
span { border-color: #AD2169; }
span { border-color: rgb(173,33,105); }
td.TdClassName
{
border-color: #AD2169;
}
.TagClassName
{
border-color: #AD2169;
}
</style>