Shades of Jazzberry Jam #AD045C
Tints of Jazzberry Jam #AD045C
RGB
CMYK
RGB Variations
Color information
#AD045C (or 0xAD045C) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 5C. RGB value is (173,4,92). Sum of RGB (Red+Green+Blue) = 173+4+92=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD045C is #52FBA3. Grayscale: #404040. Windows color (decimal): -5438372 or 6030509. OLE color: 6030509.
HSL color Cylindrical-coordinate representation of color #AD045C: hue angle of 328.76º 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 #AD045C is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 92 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.32 |
| HSL | 328.76º | 0.95% | 0.35% | - |
| HSV(B) | 328.76º | 0.98% | 0.68% | - |
| XYZ | 19.21 | 9.74 | 10.99 | - |
| YUV | 64.56 | 143.49 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 92 | 0 | 0.98 | 0.47 | 0.32 | 328.76 | 0.95 | 0.35 |
| Hex | AD | 4 | 5C | 0 | 62 | 2F | 20 | 149 | 5F | 23 |
| Octal | 255 | 4 | 134 | 0 | 142 | 57 | 40 | 511 | 137 | 43 |
| Binary | 10101101 | 100 | 1011100 | 0 | 1100010 | 101111 | 100000 | 101001001 | 1011111 | 100011 |
Color Harmonies of #AD045C
Complementary color
Monochromatic Colors of #AD045C
Black with #AD045C
Text Example
Text Example
White with #AD045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD045C; }
p { color: rgb(173,4,92); }
H1.HeaderClassName
{
color: #AD045C;
}
.AnyTagClassName
{
color: #AD045C;
}
</style>
background-color css
<style>
a { background-color: #AD045C; }
a { background-color: rgb(173,4,92); }
div.DivClassName
{
background-color: #AD045C;
}
.BgClassName
{
background-color: #AD045C;
}
</style>
border-color css
<style>
span { border-color: #AD045C; }
span { border-color: rgb(173,4,92); }
td.TdClassName
{
border-color: #AD045C;
}
.TagClassName
{
border-color: #AD045C;
}
</style>