Shades of Jazzberry Jam #AD005C
Tints of Jazzberry Jam #AD005C
RGB
CMYK
RGB Variations
Color information
#AD005C (or 0xAD005C) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 5C. RGB value is (173,0,92). Sum of RGB (Red+Green+Blue) = 173+0+92=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD005C is #52FFA3. Grayscale: #3E3E3E. Windows color (decimal): -5439396 or 6029485. OLE color: 6029485.
HSL color Cylindrical-coordinate representation of color #AD005C: hue angle of 328.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD005C is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.47 | 0.32 |
| HSL | 328.09º | 1% | 0.34% | - |
| HSV(B) | 328.09º | 1% | 0.68% | - |
| XYZ | 19.17 | 9.66 | 10.98 | - |
| YUV | 62.22 | 144.81 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 92 | 0 | 1 | 0.47 | 0.32 | 328.09 | 1 | 0.34 |
| Hex | AD | 0 | 5C | 0 | 64 | 2F | 20 | 148 | 64 | 22 |
| Octal | 255 | 0 | 134 | 0 | 144 | 57 | 40 | 510 | 144 | 42 |
| Binary | 10101101 | 0 | 1011100 | 0 | 1100100 | 101111 | 100000 | 101001000 | 1100100 | 100010 |
Color Harmonies of #AD005C
Complementary color
Monochromatic Colors of #AD005C
Black with #AD005C
Text Example
Text Example
White with #AD005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD005C; }
p { color: rgb(173,0,92); }
H1.HeaderClassName
{
color: #AD005C;
}
.AnyTagClassName
{
color: #AD005C;
}
</style>
background-color css
<style>
a { background-color: #AD005C; }
a { background-color: rgb(173,0,92); }
div.DivClassName
{
background-color: #AD005C;
}
.BgClassName
{
background-color: #AD005C;
}
</style>
border-color css
<style>
span { border-color: #AD005C; }
span { border-color: rgb(173,0,92); }
td.TdClassName
{
border-color: #AD005C;
}
.TagClassName
{
border-color: #AD005C;
}
</style>