Shades of Jazzberry Jam #AD226E
Tints of Jazzberry Jam #AD226E
RGB
CMYK
RGB Variations
Color information
#AD226E (or 0xAD226E) is known color: Jazzberry Jam. HEX triplet: AD, 22 and 6E. RGB value is (173,34,110). Sum of RGB (Red+Green+Blue) = 173+34+110=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD226E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD226E is #52DD91. Grayscale: #545454. Windows color (decimal): -5430674 or 7217837. OLE color: 7217837.
HSL color Cylindrical-coordinate representation of color #AD226E: hue angle of 327.19º 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 #AD226E is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 110 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.32 |
| HSL | 327.19º | 0.67% | 0.41% | - |
| HSV(B) | 327.19º | 0.8% | 0.68% | - |
| XYZ | 20.62 | 11.15 | 15.82 | - |
| YUV | 84.23 | 142.55 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 110 | 0 | 0.80 | 0.36 | 0.32 | 327.19 | 0.67 | 0.41 |
| Hex | AD | 22 | 6E | 0 | 50 | 24 | 20 | 147 | 43 | 29 |
| Octal | 255 | 42 | 156 | 0 | 120 | 44 | 40 | 507 | 103 | 51 |
| Binary | 10101101 | 100010 | 1101110 | 0 | 1010000 | 100100 | 100000 | 101000111 | 1000011 | 101001 |
Color Harmonies of #AD226E
Complementary color
Monochromatic Colors of #AD226E
Black with #AD226E
Text Example
Text Example
White with #AD226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD226E; }
p { color: rgb(173,34,110); }
H1.HeaderClassName
{
color: #AD226E;
}
.AnyTagClassName
{
color: #AD226E;
}
</style>
background-color css
<style>
a { background-color: #AD226E; }
a { background-color: rgb(173,34,110); }
div.DivClassName
{
background-color: #AD226E;
}
.BgClassName
{
background-color: #AD226E;
}
</style>
border-color css
<style>
span { border-color: #AD226E; }
span { border-color: rgb(173,34,110); }
td.TdClassName
{
border-color: #AD226E;
}
.TagClassName
{
border-color: #AD226E;
}
</style>