Shades of Jazzberry Jam #AD135C
Tints of Jazzberry Jam #AD135C
RGB
CMYK
RGB Variations
Color information
#AD135C (or 0xAD135C) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 5C. RGB value is (173,19,92). Sum of RGB (Red+Green+Blue) = 173+19+92=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD135C is #52ECA3. Grayscale: #494949. Windows color (decimal): -5434532 or 6034349. OLE color: 6034349.
HSL color Cylindrical-coordinate representation of color #AD135C: hue angle of 331.56º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD135C is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 92 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.32 |
| HSL | 331.56º | 0.8% | 0.38% | - |
| HSV(B) | 331.56º | 0.89% | 0.68% | - |
| XYZ | 19.4 | 10.12 | 11.06 | - |
| YUV | 73.37 | 138.52 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 92 | 0 | 0.89 | 0.47 | 0.32 | 331.56 | 0.8 | 0.38 |
| Hex | AD | 13 | 5C | 0 | 59 | 2F | 20 | 14C | 50 | 26 |
| Octal | 255 | 23 | 134 | 0 | 131 | 57 | 40 | 514 | 120 | 46 |
| Binary | 10101101 | 10011 | 1011100 | 0 | 1011001 | 101111 | 100000 | 101001100 | 1010000 | 100110 |
Color Harmonies of #AD135C
Complementary color
Monochromatic Colors of #AD135C
Black with #AD135C
Text Example
Text Example
White with #AD135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD135C; }
p { color: rgb(173,19,92); }
H1.HeaderClassName
{
color: #AD135C;
}
.AnyTagClassName
{
color: #AD135C;
}
</style>
background-color css
<style>
a { background-color: #AD135C; }
a { background-color: rgb(173,19,92); }
div.DivClassName
{
background-color: #AD135C;
}
.BgClassName
{
background-color: #AD135C;
}
</style>
border-color css
<style>
span { border-color: #AD135C; }
span { border-color: rgb(173,19,92); }
td.TdClassName
{
border-color: #AD135C;
}
.TagClassName
{
border-color: #AD135C;
}
</style>