Shades of Jazzberry Jam #AD1B5C
Tints of Jazzberry Jam #AD1B5C
RGB
CMYK
RGB Variations
Color information
#AD1B5C (or 0xAD1B5C) is known color: Jazzberry Jam. HEX triplet: AD, 1B and 5C. RGB value is (173,27,92). Sum of RGB (Red+Green+Blue) = 173+27+92=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B5C is #52E4A3. Grayscale: #4D4D4D. Windows color (decimal): -5432484 or 6036397. OLE color: 6036397.
HSL color Cylindrical-coordinate representation of color #AD1B5C: hue angle of 333.29º 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 #AD1B5C is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 92 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.32 |
| HSL | 333.29º | 0.73% | 0.39% | - |
| HSV(B) | 333.29º | 0.84% | 0.68% | - |
| XYZ | 19.56 | 10.44 | 11.11 | - |
| YUV | 78.06 | 135.87 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 92 | 0 | 0.84 | 0.47 | 0.32 | 333.29 | 0.73 | 0.39 |
| Hex | AD | 1B | 5C | 0 | 54 | 2F | 20 | 14D | 49 | 27 |
| Octal | 255 | 33 | 134 | 0 | 124 | 57 | 40 | 515 | 111 | 47 |
| Binary | 10101101 | 11011 | 1011100 | 0 | 1010100 | 101111 | 100000 | 101001101 | 1001001 | 100111 |
Color Harmonies of #AD1B5C
Complementary color
Monochromatic Colors of #AD1B5C
Black with #AD1B5C
Text Example
Text Example
White with #AD1B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B5C; }
p { color: rgb(173,27,92); }
H1.HeaderClassName
{
color: #AD1B5C;
}
.AnyTagClassName
{
color: #AD1B5C;
}
</style>
background-color css
<style>
a { background-color: #AD1B5C; }
a { background-color: rgb(173,27,92); }
div.DivClassName
{
background-color: #AD1B5C;
}
.BgClassName
{
background-color: #AD1B5C;
}
</style>
border-color css
<style>
span { border-color: #AD1B5C; }
span { border-color: rgb(173,27,92); }
td.TdClassName
{
border-color: #AD1B5C;
}
.TagClassName
{
border-color: #AD1B5C;
}
</style>