Shades of Jazzberry Jam #AD225D
Tints of Jazzberry Jam #AD225D
RGB
CMYK
RGB Variations
Color information
#AD225D (or 0xAD225D) is known color: Jazzberry Jam. HEX triplet: AD, 22 and 5D. RGB value is (173,34,93). Sum of RGB (Red+Green+Blue) = 173+34+93=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD225D is #52DDA2. Grayscale: #525252. Windows color (decimal): -5430691 or 6103725. OLE color: 6103725.
HSL color Cylindrical-coordinate representation of color #AD225D: hue angle of 334.53º 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 #AD225D is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 93 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.32 |
| HSL | 334.53º | 0.67% | 0.41% | - |
| HSV(B) | 334.53º | 0.8% | 0.68% | - |
| XYZ | 19.78 | 10.82 | 11.4 | - |
| YUV | 82.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 93 | 0 | 0.80 | 0.46 | 0.32 | 334.53 | 0.67 | 0.41 |
| Hex | AD | 22 | 5D | 0 | 50 | 2E | 20 | 14F | 43 | 29 |
| Octal | 255 | 42 | 135 | 0 | 120 | 56 | 40 | 517 | 103 | 51 |
| Binary | 10101101 | 100010 | 1011101 | 0 | 1010000 | 101110 | 100000 | 101001111 | 1000011 | 101001 |
Color Harmonies of #AD225D
Complementary color
Monochromatic Colors of #AD225D
Black with #AD225D
Text Example
Text Example
White with #AD225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD225D; }
p { color: rgb(173,34,93); }
H1.HeaderClassName
{
color: #AD225D;
}
.AnyTagClassName
{
color: #AD225D;
}
</style>
background-color css
<style>
a { background-color: #AD225D; }
a { background-color: rgb(173,34,93); }
div.DivClassName
{
background-color: #AD225D;
}
.BgClassName
{
background-color: #AD225D;
}
</style>
border-color css
<style>
span { border-color: #AD225D; }
span { border-color: rgb(173,34,93); }
td.TdClassName
{
border-color: #AD225D;
}
.TagClassName
{
border-color: #AD225D;
}
</style>