Shades of Jazzberry Jam #AD054C
Tints of Jazzberry Jam #AD054C
RGB
CMYK
RGB Variations
Color information
#AD054C (or 0xAD054C) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 4C. RGB value is (173,5,76). Sum of RGB (Red+Green+Blue) = 173+5+76=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD054C is #52FAB3. Grayscale: #3F3F3F. Windows color (decimal): -5438132 or 4982189. OLE color: 4982189.
HSL color Cylindrical-coordinate representation of color #AD054C: hue angle of 334.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD054C is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 76 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.32 |
| HSL | 334.64º | 0.94% | 0.35% | - |
| HSV(B) | 334.64º | 0.97% | 0.68% | - |
| XYZ | 18.59 | 9.51 | 7.69 | - |
| YUV | 63.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 76 | 0 | 0.97 | 0.56 | 0.32 | 334.64 | 0.94 | 0.35 |
| Hex | AD | 5 | 4C | 0 | 61 | 38 | 20 | 14F | 5E | 23 |
| Octal | 255 | 5 | 114 | 0 | 141 | 70 | 40 | 517 | 136 | 43 |
| Binary | 10101101 | 101 | 1001100 | 0 | 1100001 | 111000 | 100000 | 101001111 | 1011110 | 100011 |
Color Harmonies of #AD054C
Complementary color
Monochromatic Colors of #AD054C
Black with #AD054C
Text Example
Text Example
White with #AD054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD054C; }
p { color: rgb(173,5,76); }
H1.HeaderClassName
{
color: #AD054C;
}
.AnyTagClassName
{
color: #AD054C;
}
</style>
background-color css
<style>
a { background-color: #AD054C; }
a { background-color: rgb(173,5,76); }
div.DivClassName
{
background-color: #AD054C;
}
.BgClassName
{
background-color: #AD054C;
}
</style>
border-color css
<style>
span { border-color: #AD054C; }
span { border-color: rgb(173,5,76); }
td.TdClassName
{
border-color: #AD054C;
}
.TagClassName
{
border-color: #AD054C;
}
</style>