Shades of Jazzberry Jam #AD005B
Tints of Jazzberry Jam #AD005B
RGB
CMYK
RGB Variations
Color information
#AD005B (or 0xAD005B) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 5B. RGB value is (173,0,91). Sum of RGB (Red+Green+Blue) = 173+0+91=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD005B is #52FFA4. Grayscale: #3D3D3D. Windows color (decimal): -5439397 or 5963949. OLE color: 5963949.
HSL color Cylindrical-coordinate representation of color #AD005B: hue angle of 328.44º 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 #AD005B is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.47 | 0.32 |
| HSL | 328.44º | 1% | 0.34% | - |
| HSV(B) | 328.44º | 1% | 0.68% | - |
| XYZ | 19.12 | 9.64 | 10.75 | - |
| YUV | 62.1 | 144.31 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 91 | 0 | 1 | 0.47 | 0.32 | 328.44 | 1 | 0.34 |
| Hex | AD | 0 | 5B | 0 | 64 | 2F | 20 | 148 | 64 | 22 |
| Octal | 255 | 0 | 133 | 0 | 144 | 57 | 40 | 510 | 144 | 42 |
| Binary | 10101101 | 0 | 1011011 | 0 | 1100100 | 101111 | 100000 | 101001000 | 1100100 | 100010 |
Color Harmonies of #AD005B
Complementary color
Monochromatic Colors of #AD005B
Black with #AD005B
Text Example
Text Example
White with #AD005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD005B; }
p { color: rgb(173,0,91); }
H1.HeaderClassName
{
color: #AD005B;
}
.AnyTagClassName
{
color: #AD005B;
}
</style>
background-color css
<style>
a { background-color: #AD005B; }
a { background-color: rgb(173,0,91); }
div.DivClassName
{
background-color: #AD005B;
}
.BgClassName
{
background-color: #AD005B;
}
</style>
border-color css
<style>
span { border-color: #AD005B; }
span { border-color: rgb(173,0,91); }
td.TdClassName
{
border-color: #AD005B;
}
.TagClassName
{
border-color: #AD005B;
}
</style>