Shades of Jazzberry Jam #AD025C
Tints of Jazzberry Jam #AD025C
RGB
CMYK
RGB Variations
Color information
#AD025C (or 0xAD025C) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 5C. RGB value is (173,2,92). Sum of RGB (Red+Green+Blue) = 173+2+92=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD025C is #52FDA3. Grayscale: #3F3F3F. Windows color (decimal): -5438884 or 6029997. OLE color: 6029997.
HSL color Cylindrical-coordinate representation of color #AD025C: hue angle of 328.42º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD025C is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.32 |
| HSL | 328.42º | 0.98% | 0.34% | - |
| HSV(B) | 328.42º | 0.99% | 0.68% | - |
| XYZ | 19.19 | 9.7 | 10.99 | - |
| YUV | 63.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 92 | 0 | 0.99 | 0.47 | 0.32 | 328.42 | 0.98 | 0.34 |
| Hex | AD | 2 | 5C | 0 | 63 | 2F | 20 | 148 | 62 | 22 |
| Octal | 255 | 2 | 134 | 0 | 143 | 57 | 40 | 510 | 142 | 42 |
| Binary | 10101101 | 10 | 1011100 | 0 | 1100011 | 101111 | 100000 | 101001000 | 1100010 | 100010 |
Color Harmonies of #AD025C
Complementary color
Monochromatic Colors of #AD025C
Black with #AD025C
Text Example
Text Example
White with #AD025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD025C; }
p { color: rgb(173,2,92); }
H1.HeaderClassName
{
color: #AD025C;
}
.AnyTagClassName
{
color: #AD025C;
}
</style>
background-color css
<style>
a { background-color: #AD025C; }
a { background-color: rgb(173,2,92); }
div.DivClassName
{
background-color: #AD025C;
}
.BgClassName
{
background-color: #AD025C;
}
</style>
border-color css
<style>
span { border-color: #AD025C; }
span { border-color: rgb(173,2,92); }
td.TdClassName
{
border-color: #AD025C;
}
.TagClassName
{
border-color: #AD025C;
}
</style>