Shades of Jazzberry Jam #AD125B
Tints of Jazzberry Jam #AD125B
RGB
CMYK
RGB Variations
Color information
#AD125B (or 0xAD125B) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 5B. RGB value is (173,18,91). Sum of RGB (Red+Green+Blue) = 173+18+91=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD125B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD125B is #52EDA4. Grayscale: #484848. Windows color (decimal): -5434789 or 5968557. OLE color: 5968557.
HSL color Cylindrical-coordinate representation of color #AD125B: hue angle of 331.74º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD125B is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 91 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.32 |
| HSL | 331.74º | 0.81% | 0.37% | - |
| HSV(B) | 331.74º | 0.9% | 0.68% | - |
| XYZ | 19.34 | 10.07 | 10.82 | - |
| YUV | 72.67 | 138.35 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 91 | 0 | 0.90 | 0.47 | 0.32 | 331.74 | 0.81 | 0.37 |
| Hex | AD | 12 | 5B | 0 | 5A | 2F | 20 | 14C | 51 | 25 |
| Octal | 255 | 22 | 133 | 0 | 132 | 57 | 40 | 514 | 121 | 45 |
| Binary | 10101101 | 10010 | 1011011 | 0 | 1011010 | 101111 | 100000 | 101001100 | 1010001 | 100101 |
Color Harmonies of #AD125B
Complementary color
Monochromatic Colors of #AD125B
Black with #AD125B
Text Example
Text Example
White with #AD125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD125B; }
p { color: rgb(173,18,91); }
H1.HeaderClassName
{
color: #AD125B;
}
.AnyTagClassName
{
color: #AD125B;
}
</style>
background-color css
<style>
a { background-color: #AD125B; }
a { background-color: rgb(173,18,91); }
div.DivClassName
{
background-color: #AD125B;
}
.BgClassName
{
background-color: #AD125B;
}
</style>
border-color css
<style>
span { border-color: #AD125B; }
span { border-color: rgb(173,18,91); }
td.TdClassName
{
border-color: #AD125B;
}
.TagClassName
{
border-color: #AD125B;
}
</style>