Shades of Jazzberry Jam #AD104B
Tints of Jazzberry Jam #AD104B
RGB
CMYK
RGB Variations
Color information
#AD104B (or 0xAD104B) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 4B. RGB value is (173,16,75). Sum of RGB (Red+Green+Blue) = 173+16+75=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD104B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD104B is #52EFB4. Grayscale: #454545. Windows color (decimal): -5435317 or 4919469. OLE color: 4919469.
HSL color Cylindrical-coordinate representation of color #AD104B: hue angle of 337.45º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD104B is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 75 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.32 |
| HSL | 337.45º | 0.83% | 0.37% | - |
| HSV(B) | 337.45º | 0.91% | 0.68% | - |
| XYZ | 18.69 | 9.76 | 7.56 | - |
| YUV | 69.67 | 131.01 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 75 | 0 | 0.91 | 0.57 | 0.32 | 337.45 | 0.83 | 0.37 |
| Hex | AD | 10 | 4B | 0 | 5B | 39 | 20 | 151 | 53 | 25 |
| Octal | 255 | 20 | 113 | 0 | 133 | 71 | 40 | 521 | 123 | 45 |
| Binary | 10101101 | 10000 | 1001011 | 0 | 1011011 | 111001 | 100000 | 101010001 | 1010011 | 100101 |
Color Harmonies of #AD104B
Complementary color
Monochromatic Colors of #AD104B
Black with #AD104B
Text Example
Text Example
White with #AD104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD104B; }
p { color: rgb(173,16,75); }
H1.HeaderClassName
{
color: #AD104B;
}
.AnyTagClassName
{
color: #AD104B;
}
</style>
background-color css
<style>
a { background-color: #AD104B; }
a { background-color: rgb(173,16,75); }
div.DivClassName
{
background-color: #AD104B;
}
.BgClassName
{
background-color: #AD104B;
}
</style>
border-color css
<style>
span { border-color: #AD104B; }
span { border-color: rgb(173,16,75); }
td.TdClassName
{
border-color: #AD104B;
}
.TagClassName
{
border-color: #AD104B;
}
</style>