Shades of Jazzberry Jam #AD1B5B
Tints of Jazzberry Jam #AD1B5B
RGB
CMYK
RGB Variations
Color information
#AD1B5B (or 0xAD1B5B) is known color: Jazzberry Jam. HEX triplet: AD, 1B and 5B. RGB value is (173,27,91). Sum of RGB (Red+Green+Blue) = 173+27+91=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B5B is #52E4A4. Grayscale: #4D4D4D. Windows color (decimal): -5432485 or 5970861. OLE color: 5970861.
HSL color Cylindrical-coordinate representation of color #AD1B5B: hue angle of 333.7º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1B5B is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 91 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.32 |
| HSL | 333.7º | 0.73% | 0.39% | - |
| HSV(B) | 333.7º | 0.84% | 0.68% | - |
| XYZ | 19.51 | 10.42 | 10.88 | - |
| YUV | 77.95 | 135.37 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 91 | 0 | 0.84 | 0.47 | 0.32 | 333.7 | 0.73 | 0.39 |
| Hex | AD | 1B | 5B | 0 | 54 | 2F | 20 | 14E | 49 | 27 |
| Octal | 255 | 33 | 133 | 0 | 124 | 57 | 40 | 516 | 111 | 47 |
| Binary | 10101101 | 11011 | 1011011 | 0 | 1010100 | 101111 | 100000 | 101001110 | 1001001 | 100111 |
Color Harmonies of #AD1B5B
Complementary color
Monochromatic Colors of #AD1B5B
Black with #AD1B5B
Text Example
Text Example
White with #AD1B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B5B; }
p { color: rgb(173,27,91); }
H1.HeaderClassName
{
color: #AD1B5B;
}
.AnyTagClassName
{
color: #AD1B5B;
}
</style>
background-color css
<style>
a { background-color: #AD1B5B; }
a { background-color: rgb(173,27,91); }
div.DivClassName
{
background-color: #AD1B5B;
}
.BgClassName
{
background-color: #AD1B5B;
}
</style>
border-color css
<style>
span { border-color: #AD1B5B; }
span { border-color: rgb(173,27,91); }
td.TdClassName
{
border-color: #AD1B5B;
}
.TagClassName
{
border-color: #AD1B5B;
}
</style>