Shades of Jazzberry Jam #AD135A
Tints of Jazzberry Jam #AD135A
RGB
CMYK
RGB Variations
Color information
#AD135A (or 0xAD135A) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 5A. RGB value is (173,19,90). Sum of RGB (Red+Green+Blue) = 173+19+90=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD135A is #52ECA5. Grayscale: #494949. Windows color (decimal): -5434534 or 5903277. OLE color: 5903277.
HSL color Cylindrical-coordinate representation of color #AD135A: hue angle of 332.34º 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 #AD135A is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 90 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.32 |
| HSL | 332.34º | 0.8% | 0.38% | - |
| HSV(B) | 332.34º | 0.89% | 0.68% | - |
| XYZ | 19.31 | 10.09 | 10.6 | - |
| YUV | 73.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 90 | 0 | 0.89 | 0.48 | 0.32 | 332.34 | 0.8 | 0.38 |
| Hex | AD | 13 | 5A | 0 | 59 | 30 | 20 | 14C | 50 | 26 |
| Octal | 255 | 23 | 132 | 0 | 131 | 60 | 40 | 514 | 120 | 46 |
| Binary | 10101101 | 10011 | 1011010 | 0 | 1011001 | 110000 | 100000 | 101001100 | 1010000 | 100110 |
Color Harmonies of #AD135A
Complementary color
Monochromatic Colors of #AD135A
Black with #AD135A
Text Example
Text Example
White with #AD135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD135A; }
p { color: rgb(173,19,90); }
H1.HeaderClassName
{
color: #AD135A;
}
.AnyTagClassName
{
color: #AD135A;
}
</style>
background-color css
<style>
a { background-color: #AD135A; }
a { background-color: rgb(173,19,90); }
div.DivClassName
{
background-color: #AD135A;
}
.BgClassName
{
background-color: #AD135A;
}
</style>
border-color css
<style>
span { border-color: #AD135A; }
span { border-color: rgb(173,19,90); }
td.TdClassName
{
border-color: #AD135A;
}
.TagClassName
{
border-color: #AD135A;
}
</style>