Shades of Jazzberry Jam #AD025D
Tints of Jazzberry Jam #AD025D
RGB
CMYK
RGB Variations
Color information
#AD025D (or 0xAD025D) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 5D. RGB value is (173,2,93). Sum of RGB (Red+Green+Blue) = 173+2+93=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD025D is #52FDA2. Grayscale: #3F3F3F. Windows color (decimal): -5438883 or 6095533. OLE color: 6095533.
HSL color Cylindrical-coordinate representation of color #AD025D: hue angle of 328.07º 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 #AD025D is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.32 |
| HSL | 328.07º | 0.98% | 0.34% | - |
| HSV(B) | 328.07º | 0.99% | 0.68% | - |
| XYZ | 19.23 | 9.72 | 11.22 | - |
| YUV | 63.5 | 144.65 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 93 | 0 | 0.99 | 0.46 | 0.32 | 328.07 | 0.98 | 0.34 |
| Hex | AD | 2 | 5D | 0 | 63 | 2E | 20 | 148 | 62 | 22 |
| Octal | 255 | 2 | 135 | 0 | 143 | 56 | 40 | 510 | 142 | 42 |
| Binary | 10101101 | 10 | 1011101 | 0 | 1100011 | 101110 | 100000 | 101001000 | 1100010 | 100010 |
Color Harmonies of #AD025D
Complementary color
Monochromatic Colors of #AD025D
Black with #AD025D
Text Example
Text Example
White with #AD025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD025D; }
p { color: rgb(173,2,93); }
H1.HeaderClassName
{
color: #AD025D;
}
.AnyTagClassName
{
color: #AD025D;
}
</style>
background-color css
<style>
a { background-color: #AD025D; }
a { background-color: rgb(173,2,93); }
div.DivClassName
{
background-color: #AD025D;
}
.BgClassName
{
background-color: #AD025D;
}
</style>
border-color css
<style>
span { border-color: #AD025D; }
span { border-color: rgb(173,2,93); }
td.TdClassName
{
border-color: #AD025D;
}
.TagClassName
{
border-color: #AD025D;
}
</style>