Shades of Jazzberry Jam #AD225C
Tints of Jazzberry Jam #AD225C
RGB
CMYK
RGB Variations
Color information
#AD225C (or 0xAD225C) is known color: Jazzberry Jam. HEX triplet: AD, 22 and 5C. RGB value is (173,34,92). Sum of RGB (Red+Green+Blue) = 173+34+92=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD225C is #52DDA3. Grayscale: #525252. Windows color (decimal): -5430692 or 6038189. OLE color: 6038189.
HSL color Cylindrical-coordinate representation of color #AD225C: hue angle of 334.96º 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 #AD225C is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 92 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.32 |
| HSL | 334.96º | 0.67% | 0.41% | - |
| HSV(B) | 334.96º | 0.8% | 0.68% | - |
| XYZ | 19.74 | 10.8 | 11.17 | - |
| YUV | 82.17 | 133.55 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 92 | 0 | 0.80 | 0.47 | 0.32 | 334.96 | 0.67 | 0.41 |
| Hex | AD | 22 | 5C | 0 | 50 | 2F | 20 | 14F | 43 | 29 |
| Octal | 255 | 42 | 134 | 0 | 120 | 57 | 40 | 517 | 103 | 51 |
| Binary | 10101101 | 100010 | 1011100 | 0 | 1010000 | 101111 | 100000 | 101001111 | 1000011 | 101001 |
Color Harmonies of #AD225C
Complementary color
Monochromatic Colors of #AD225C
Black with #AD225C
Text Example
Text Example
White with #AD225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD225C; }
p { color: rgb(173,34,92); }
H1.HeaderClassName
{
color: #AD225C;
}
.AnyTagClassName
{
color: #AD225C;
}
</style>
background-color css
<style>
a { background-color: #AD225C; }
a { background-color: rgb(173,34,92); }
div.DivClassName
{
background-color: #AD225C;
}
.BgClassName
{
background-color: #AD225C;
}
</style>
border-color css
<style>
span { border-color: #AD225C; }
span { border-color: rgb(173,34,92); }
td.TdClassName
{
border-color: #AD225C;
}
.TagClassName
{
border-color: #AD225C;
}
</style>