Shades of Jazzberry Jam #AD035B
Tints of Jazzberry Jam #AD035B
RGB
CMYK
RGB Variations
Color information
#AD035B (or 0xAD035B) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 5B. RGB value is (173,3,91). Sum of RGB (Red+Green+Blue) = 173+3+91=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD035B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD035B is #52FCA4. Grayscale: #3F3F3F. Windows color (decimal): -5438629 or 5964717. OLE color: 5964717.
HSL color Cylindrical-coordinate representation of color #AD035B: hue angle of 328.94º 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 #AD035B is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 91 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.32 |
| HSL | 328.94º | 0.97% | 0.35% | - |
| HSV(B) | 328.94º | 0.98% | 0.68% | - |
| XYZ | 19.15 | 9.7 | 10.76 | - |
| YUV | 63.86 | 143.32 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 91 | 0 | 0.98 | 0.47 | 0.32 | 328.94 | 0.97 | 0.35 |
| Hex | AD | 3 | 5B | 0 | 62 | 2F | 20 | 149 | 61 | 23 |
| Octal | 255 | 3 | 133 | 0 | 142 | 57 | 40 | 511 | 141 | 43 |
| Binary | 10101101 | 11 | 1011011 | 0 | 1100010 | 101111 | 100000 | 101001001 | 1100001 | 100011 |
Color Harmonies of #AD035B
Complementary color
Monochromatic Colors of #AD035B
Black with #AD035B
Text Example
Text Example
White with #AD035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD035B; }
p { color: rgb(173,3,91); }
H1.HeaderClassName
{
color: #AD035B;
}
.AnyTagClassName
{
color: #AD035B;
}
</style>
background-color css
<style>
a { background-color: #AD035B; }
a { background-color: rgb(173,3,91); }
div.DivClassName
{
background-color: #AD035B;
}
.BgClassName
{
background-color: #AD035B;
}
</style>
border-color css
<style>
span { border-color: #AD035B; }
span { border-color: rgb(173,3,91); }
td.TdClassName
{
border-color: #AD035B;
}
.TagClassName
{
border-color: #AD035B;
}
</style>