Shades of Jazzberry Jam #AD226F
Tints of Jazzberry Jam #AD226F
RGB
CMYK
RGB Variations
Color information
#AD226F (or 0xAD226F) is known color: Jazzberry Jam. HEX triplet: AD, 22 and 6F. RGB value is (173,34,111). Sum of RGB (Red+Green+Blue) = 173+34+111=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD226F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD226F is #52DD90. Grayscale: #545454. Windows color (decimal): -5430673 or 7283373. OLE color: 7283373.
HSL color Cylindrical-coordinate representation of color #AD226F: hue angle of 326.76º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD226F is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 111 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.32 |
| HSL | 326.76º | 0.67% | 0.41% | - |
| HSV(B) | 326.76º | 0.8% | 0.68% | - |
| XYZ | 20.67 | 11.18 | 16.11 | - |
| YUV | 84.34 | 143.05 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 111 | 0 | 0.80 | 0.36 | 0.32 | 326.76 | 0.67 | 0.41 |
| Hex | AD | 22 | 6F | 0 | 50 | 24 | 20 | 147 | 43 | 29 |
| Octal | 255 | 42 | 157 | 0 | 120 | 44 | 40 | 507 | 103 | 51 |
| Binary | 10101101 | 100010 | 1101111 | 0 | 1010000 | 100100 | 100000 | 101000111 | 1000011 | 101001 |
Color Harmonies of #AD226F
Complementary color
Monochromatic Colors of #AD226F
Black with #AD226F
Text Example
Text Example
White with #AD226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD226F; }
p { color: rgb(173,34,111); }
H1.HeaderClassName
{
color: #AD226F;
}
.AnyTagClassName
{
color: #AD226F;
}
</style>
background-color css
<style>
a { background-color: #AD226F; }
a { background-color: rgb(173,34,111); }
div.DivClassName
{
background-color: #AD226F;
}
.BgClassName
{
background-color: #AD226F;
}
</style>
border-color css
<style>
span { border-color: #AD226F; }
span { border-color: rgb(173,34,111); }
td.TdClassName
{
border-color: #AD226F;
}
.TagClassName
{
border-color: #AD226F;
}
</style>