Shades of Jazzberry Jam #AD035F
Tints of Jazzberry Jam #AD035F
RGB
CMYK
RGB Variations
Color information
#AD035F (or 0xAD035F) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 5F. RGB value is (173,3,95). Sum of RGB (Red+Green+Blue) = 173+3+95=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD035F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD035F is #52FCA0. Grayscale: #404040. Windows color (decimal): -5438625 or 6226861. OLE color: 6226861.
HSL color Cylindrical-coordinate representation of color #AD035F: hue angle of 327.53º 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 #AD035F is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 95 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.32 |
| HSL | 327.53º | 0.97% | 0.35% | - |
| HSV(B) | 327.53º | 0.98% | 0.68% | - |
| XYZ | 19.33 | 9.78 | 11.69 | - |
| YUV | 64.32 | 145.32 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 95 | 0 | 0.98 | 0.45 | 0.32 | 327.53 | 0.97 | 0.35 |
| Hex | AD | 3 | 5F | 0 | 62 | 2D | 20 | 148 | 61 | 23 |
| Octal | 255 | 3 | 137 | 0 | 142 | 55 | 40 | 510 | 141 | 43 |
| Binary | 10101101 | 11 | 1011111 | 0 | 1100010 | 101101 | 100000 | 101001000 | 1100001 | 100011 |
Color Harmonies of #AD035F
Complementary color
Monochromatic Colors of #AD035F
Black with #AD035F
Text Example
Text Example
White with #AD035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD035F; }
p { color: rgb(173,3,95); }
H1.HeaderClassName
{
color: #AD035F;
}
.AnyTagClassName
{
color: #AD035F;
}
</style>
background-color css
<style>
a { background-color: #AD035F; }
a { background-color: rgb(173,3,95); }
div.DivClassName
{
background-color: #AD035F;
}
.BgClassName
{
background-color: #AD035F;
}
</style>
border-color css
<style>
span { border-color: #AD035F; }
span { border-color: rgb(173,3,95); }
td.TdClassName
{
border-color: #AD035F;
}
.TagClassName
{
border-color: #AD035F;
}
</style>