Shades of Jazzberry Jam #AD025A
Tints of Jazzberry Jam #AD025A
RGB
CMYK
RGB Variations
Color information
#AD025A (or 0xAD025A) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 5A. RGB value is (173,2,90). Sum of RGB (Red+Green+Blue) = 173+2+90=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD025A is #52FDA5. Grayscale: #3E3E3E. Windows color (decimal): -5438886 or 5898925. OLE color: 5898925.
HSL color Cylindrical-coordinate representation of color #AD025A: hue angle of 329.12º 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 #AD025A is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.32 |
| HSL | 329.12º | 0.98% | 0.34% | - |
| HSV(B) | 329.12º | 0.99% | 0.68% | - |
| XYZ | 19.1 | 9.67 | 10.53 | - |
| YUV | 63.16 | 143.15 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 90 | 0 | 0.99 | 0.48 | 0.32 | 329.12 | 0.98 | 0.34 |
| Hex | AD | 2 | 5A | 0 | 63 | 30 | 20 | 149 | 62 | 22 |
| Octal | 255 | 2 | 132 | 0 | 143 | 60 | 40 | 511 | 142 | 42 |
| Binary | 10101101 | 10 | 1011010 | 0 | 1100011 | 110000 | 100000 | 101001001 | 1100010 | 100010 |
Color Harmonies of #AD025A
Complementary color
Monochromatic Colors of #AD025A
Black with #AD025A
Text Example
Text Example
White with #AD025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD025A; }
p { color: rgb(173,2,90); }
H1.HeaderClassName
{
color: #AD025A;
}
.AnyTagClassName
{
color: #AD025A;
}
</style>
background-color css
<style>
a { background-color: #AD025A; }
a { background-color: rgb(173,2,90); }
div.DivClassName
{
background-color: #AD025A;
}
.BgClassName
{
background-color: #AD025A;
}
</style>
border-color css
<style>
span { border-color: #AD025A; }
span { border-color: rgb(173,2,90); }
td.TdClassName
{
border-color: #AD025A;
}
.TagClassName
{
border-color: #AD025A;
}
</style>