Shades of Jazzberry Jam #AD024D
Tints of Jazzberry Jam #AD024D
RGB
CMYK
RGB Variations
Color information
#AD024D (or 0xAD024D) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 4D. RGB value is (173,2,77). Sum of RGB (Red+Green+Blue) = 173+2+77=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD024D is #52FDB2. Grayscale: #3D3D3D. Windows color (decimal): -5438899 or 5046957. OLE color: 5046957.
HSL color Cylindrical-coordinate representation of color #AD024D: hue angle of 333.68º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD024D is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.32 |
| HSL | 333.68º | 0.98% | 0.34% | - |
| HSV(B) | 333.68º | 0.99% | 0.68% | - |
| XYZ | 18.59 | 9.46 | 7.87 | - |
| YUV | 61.68 | 136.65 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 77 | 0 | 0.99 | 0.55 | 0.32 | 333.68 | 0.98 | 0.34 |
| Hex | AD | 2 | 4D | 0 | 63 | 37 | 20 | 14E | 62 | 22 |
| Octal | 255 | 2 | 115 | 0 | 143 | 67 | 40 | 516 | 142 | 42 |
| Binary | 10101101 | 10 | 1001101 | 0 | 1100011 | 110111 | 100000 | 101001110 | 1100010 | 100010 |
Color Harmonies of #AD024D
Complementary color
Monochromatic Colors of #AD024D
Black with #AD024D
Text Example
Text Example
White with #AD024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD024D; }
p { color: rgb(173,2,77); }
H1.HeaderClassName
{
color: #AD024D;
}
.AnyTagClassName
{
color: #AD024D;
}
</style>
background-color css
<style>
a { background-color: #AD024D; }
a { background-color: rgb(173,2,77); }
div.DivClassName
{
background-color: #AD024D;
}
.BgClassName
{
background-color: #AD024D;
}
</style>
border-color css
<style>
span { border-color: #AD024D; }
span { border-color: rgb(173,2,77); }
td.TdClassName
{
border-color: #AD024D;
}
.TagClassName
{
border-color: #AD024D;
}
</style>