Shades of Jazzberry Jam #AD104E
Tints of Jazzberry Jam #AD104E
RGB
CMYK
RGB Variations
Color information
#AD104E (or 0xAD104E) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 4E. RGB value is (173,16,78). Sum of RGB (Red+Green+Blue) = 173+16+78=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD104E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD104E is #52EFB1. Grayscale: #454545. Windows color (decimal): -5435314 or 5116077. OLE color: 5116077.
HSL color Cylindrical-coordinate representation of color #AD104E: hue angle of 336.31º 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 #AD104E is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 78 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.32 |
| HSL | 336.31º | 0.83% | 0.37% | - |
| HSV(B) | 336.31º | 0.91% | 0.68% | - |
| XYZ | 18.79 | 9.8 | 8.11 | - |
| YUV | 70.01 | 132.51 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 78 | 0 | 0.91 | 0.55 | 0.32 | 336.31 | 0.83 | 0.37 |
| Hex | AD | 10 | 4E | 0 | 5B | 37 | 20 | 150 | 53 | 25 |
| Octal | 255 | 20 | 116 | 0 | 133 | 67 | 40 | 520 | 123 | 45 |
| Binary | 10101101 | 10000 | 1001110 | 0 | 1011011 | 110111 | 100000 | 101010000 | 1010011 | 100101 |
Color Harmonies of #AD104E
Complementary color
Monochromatic Colors of #AD104E
Black with #AD104E
Text Example
Text Example
White with #AD104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD104E; }
p { color: rgb(173,16,78); }
H1.HeaderClassName
{
color: #AD104E;
}
.AnyTagClassName
{
color: #AD104E;
}
</style>
background-color css
<style>
a { background-color: #AD104E; }
a { background-color: rgb(173,16,78); }
div.DivClassName
{
background-color: #AD104E;
}
.BgClassName
{
background-color: #AD104E;
}
</style>
border-color css
<style>
span { border-color: #AD104E; }
span { border-color: rgb(173,16,78); }
td.TdClassName
{
border-color: #AD104E;
}
.TagClassName
{
border-color: #AD104E;
}
</style>