Shades of Jazzberry Jam #AD126A
Tints of Jazzberry Jam #AD126A
RGB
CMYK
RGB Variations
Color information
#AD126A (or 0xAD126A) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 6A. RGB value is (173,18,106). Sum of RGB (Red+Green+Blue) = 173+18+106=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD126A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD126A is #52ED95. Grayscale: #4A4A4A. Windows color (decimal): -5434774 or 6951597. OLE color: 6951597.
HSL color Cylindrical-coordinate representation of color #AD126A: hue angle of 325.94º 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 #AD126A is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 106 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.32 |
| HSL | 325.94º | 0.81% | 0.37% | - |
| HSV(B) | 325.94º | 0.9% | 0.68% | - |
| XYZ | 20.05 | 10.36 | 14.58 | - |
| YUV | 74.38 | 145.85 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 106 | 0 | 0.90 | 0.39 | 0.32 | 325.94 | 0.81 | 0.37 |
| Hex | AD | 12 | 6A | 0 | 5A | 27 | 20 | 146 | 51 | 25 |
| Octal | 255 | 22 | 152 | 0 | 132 | 47 | 40 | 506 | 121 | 45 |
| Binary | 10101101 | 10010 | 1101010 | 0 | 1011010 | 100111 | 100000 | 101000110 | 1010001 | 100101 |
Color Harmonies of #AD126A
Complementary color
Monochromatic Colors of #AD126A
Black with #AD126A
Text Example
Text Example
White with #AD126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD126A; }
p { color: rgb(173,18,106); }
H1.HeaderClassName
{
color: #AD126A;
}
.AnyTagClassName
{
color: #AD126A;
}
</style>
background-color css
<style>
a { background-color: #AD126A; }
a { background-color: rgb(173,18,106); }
div.DivClassName
{
background-color: #AD126A;
}
.BgClassName
{
background-color: #AD126A;
}
</style>
border-color css
<style>
span { border-color: #AD126A; }
span { border-color: rgb(173,18,106); }
td.TdClassName
{
border-color: #AD126A;
}
.TagClassName
{
border-color: #AD126A;
}
</style>