Shades of Jazzberry Jam #AD045A
Tints of Jazzberry Jam #AD045A
RGB
CMYK
RGB Variations
Color information
#AD045A (or 0xAD045A) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 5A. RGB value is (173,4,90). Sum of RGB (Red+Green+Blue) = 173+4+90=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD045A is #52FBA5. Grayscale: #404040. Windows color (decimal): -5438374 or 5899437. OLE color: 5899437.
HSL color Cylindrical-coordinate representation of color #AD045A: hue angle of 329.47º 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 #AD045A is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.32 |
| HSL | 329.47º | 0.95% | 0.35% | - |
| HSV(B) | 329.47º | 0.98% | 0.68% | - |
| XYZ | 19.12 | 9.71 | 10.54 | - |
| YUV | 64.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 90 | 0 | 0.98 | 0.48 | 0.32 | 329.47 | 0.95 | 0.35 |
| Hex | AD | 4 | 5A | 0 | 62 | 30 | 20 | 149 | 5F | 23 |
| Octal | 255 | 4 | 132 | 0 | 142 | 60 | 40 | 511 | 137 | 43 |
| Binary | 10101101 | 100 | 1011010 | 0 | 1100010 | 110000 | 100000 | 101001001 | 1011111 | 100011 |
Color Harmonies of #AD045A
Complementary color
Monochromatic Colors of #AD045A
Black with #AD045A
Text Example
Text Example
White with #AD045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD045A; }
p { color: rgb(173,4,90); }
H1.HeaderClassName
{
color: #AD045A;
}
.AnyTagClassName
{
color: #AD045A;
}
</style>
background-color css
<style>
a { background-color: #AD045A; }
a { background-color: rgb(173,4,90); }
div.DivClassName
{
background-color: #AD045A;
}
.BgClassName
{
background-color: #AD045A;
}
</style>
border-color css
<style>
span { border-color: #AD045A; }
span { border-color: rgb(173,4,90); }
td.TdClassName
{
border-color: #AD045A;
}
.TagClassName
{
border-color: #AD045A;
}
</style>