Shades of Jazzberry Jam #AD045E
Tints of Jazzberry Jam #AD045E
RGB
CMYK
RGB Variations
Color information
#AD045E (or 0xAD045E) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 5E. RGB value is (173,4,94). Sum of RGB (Red+Green+Blue) = 173+4+94=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD045E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD045E is #52FBA1. Grayscale: #404040. Windows color (decimal): -5438370 or 6161581. OLE color: 6161581.
HSL color Cylindrical-coordinate representation of color #AD045E: hue angle of 328.05º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD045E is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 94 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.32 |
| HSL | 328.05º | 0.95% | 0.35% | - |
| HSV(B) | 328.05º | 0.98% | 0.68% | - |
| XYZ | 19.3 | 9.78 | 11.46 | - |
| YUV | 64.79 | 144.49 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 94 | 0 | 0.98 | 0.46 | 0.32 | 328.05 | 0.95 | 0.35 |
| Hex | AD | 4 | 5E | 0 | 62 | 2E | 20 | 148 | 5F | 23 |
| Octal | 255 | 4 | 136 | 0 | 142 | 56 | 40 | 510 | 137 | 43 |
| Binary | 10101101 | 100 | 1011110 | 0 | 1100010 | 101110 | 100000 | 101001000 | 1011111 | 100011 |
Color Harmonies of #AD045E
Complementary color
Monochromatic Colors of #AD045E
Black with #AD045E
Text Example
Text Example
White with #AD045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD045E; }
p { color: rgb(173,4,94); }
H1.HeaderClassName
{
color: #AD045E;
}
.AnyTagClassName
{
color: #AD045E;
}
</style>
background-color css
<style>
a { background-color: #AD045E; }
a { background-color: rgb(173,4,94); }
div.DivClassName
{
background-color: #AD045E;
}
.BgClassName
{
background-color: #AD045E;
}
</style>
border-color css
<style>
span { border-color: #AD045E; }
span { border-color: rgb(173,4,94); }
td.TdClassName
{
border-color: #AD045E;
}
.TagClassName
{
border-color: #AD045E;
}
</style>