Shades of Jazzberry Jam #AD035D
Tints of Jazzberry Jam #AD035D
RGB
CMYK
RGB Variations
Color information
#AD035D (or 0xAD035D) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 5D. RGB value is (173,3,93). Sum of RGB (Red+Green+Blue) = 173+3+93=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD035D is #52FCA2. Grayscale: #3F3F3F. Windows color (decimal): -5438627 or 6095789. OLE color: 6095789.
HSL color Cylindrical-coordinate representation of color #AD035D: hue angle of 328.24º degrees, saturation: 0.97, 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 #AD035D is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.32 |
| HSL | 328.24º | 0.97% | 0.35% | - |
| HSV(B) | 328.24º | 0.98% | 0.68% | - |
| XYZ | 19.24 | 9.74 | 11.22 | - |
| YUV | 64.09 | 144.32 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 93 | 0 | 0.98 | 0.46 | 0.32 | 328.24 | 0.97 | 0.35 |
| Hex | AD | 3 | 5D | 0 | 62 | 2E | 20 | 148 | 61 | 23 |
| Octal | 255 | 3 | 135 | 0 | 142 | 56 | 40 | 510 | 141 | 43 |
| Binary | 10101101 | 11 | 1011101 | 0 | 1100010 | 101110 | 100000 | 101001000 | 1100001 | 100011 |
Color Harmonies of #AD035D
Complementary color
Monochromatic Colors of #AD035D
Black with #AD035D
Text Example
Text Example
White with #AD035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD035D; }
p { color: rgb(173,3,93); }
H1.HeaderClassName
{
color: #AD035D;
}
.AnyTagClassName
{
color: #AD035D;
}
</style>
background-color css
<style>
a { background-color: #AD035D; }
a { background-color: rgb(173,3,93); }
div.DivClassName
{
background-color: #AD035D;
}
.BgClassName
{
background-color: #AD035D;
}
</style>
border-color css
<style>
span { border-color: #AD035D; }
span { border-color: rgb(173,3,93); }
td.TdClassName
{
border-color: #AD035D;
}
.TagClassName
{
border-color: #AD035D;
}
</style>