Shades of Jazzberry Jam #AD096C
Tints of Jazzberry Jam #AD096C
RGB
CMYK
RGB Variations
Color information
#AD096C (or 0xAD096C) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 6C. RGB value is (173,9,108). Sum of RGB (Red+Green+Blue) = 173+9+108=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD096C is #52F693. Grayscale: #454545. Windows color (decimal): -5437076 or 7080365. OLE color: 7080365.
HSL color Cylindrical-coordinate representation of color #AD096C: hue angle of 323.78º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD096C is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 108 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.32 |
| HSL | 323.78º | 0.9% | 0.36% | - |
| HSV(B) | 323.78º | 0.95% | 0.68% | - |
| XYZ | 20.04 | 10.16 | 15.09 | - |
| YUV | 69.32 | 149.83 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 108 | 0 | 0.95 | 0.38 | 0.32 | 323.78 | 0.9 | 0.36 |
| Hex | AD | 9 | 6C | 0 | 5F | 26 | 20 | 144 | 5A | 24 |
| Octal | 255 | 11 | 154 | 0 | 137 | 46 | 40 | 504 | 132 | 44 |
| Binary | 10101101 | 1001 | 1101100 | 0 | 1011111 | 100110 | 100000 | 101000100 | 1011010 | 100100 |
Color Harmonies of #AD096C
Complementary color
Monochromatic Colors of #AD096C
Black with #AD096C
Text Example
Text Example
White with #AD096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD096C; }
p { color: rgb(173,9,108); }
H1.HeaderClassName
{
color: #AD096C;
}
.AnyTagClassName
{
color: #AD096C;
}
</style>
background-color css
<style>
a { background-color: #AD096C; }
a { background-color: rgb(173,9,108); }
div.DivClassName
{
background-color: #AD096C;
}
.BgClassName
{
background-color: #AD096C;
}
</style>
border-color css
<style>
span { border-color: #AD096C; }
span { border-color: rgb(173,9,108); }
td.TdClassName
{
border-color: #AD096C;
}
.TagClassName
{
border-color: #AD096C;
}
</style>