Shades of Jazzberry Jam #AD095C
Tints of Jazzberry Jam #AD095C
RGB
CMYK
RGB Variations
Color information
#AD095C (or 0xAD095C) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 5C. RGB value is (173,9,92). Sum of RGB (Red+Green+Blue) = 173+9+92=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD095C is #52F6A3. Grayscale: #434343. Windows color (decimal): -5437092 or 6031789. OLE color: 6031789.
HSL color Cylindrical-coordinate representation of color #AD095C: hue angle of 329.63º 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 #AD095C is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 92 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.32 |
| HSL | 329.63º | 0.9% | 0.36% | - |
| HSV(B) | 329.63º | 0.95% | 0.68% | - |
| XYZ | 19.26 | 9.85 | 11.01 | - |
| YUV | 67.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 92 | 0 | 0.95 | 0.47 | 0.32 | 329.63 | 0.9 | 0.36 |
| Hex | AD | 9 | 5C | 0 | 5F | 2F | 20 | 14A | 5A | 24 |
| Octal | 255 | 11 | 134 | 0 | 137 | 57 | 40 | 512 | 132 | 44 |
| Binary | 10101101 | 1001 | 1011100 | 0 | 1011111 | 101111 | 100000 | 101001010 | 1011010 | 100100 |
Color Harmonies of #AD095C
Complementary color
Monochromatic Colors of #AD095C
Black with #AD095C
Text Example
Text Example
White with #AD095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD095C; }
p { color: rgb(173,9,92); }
H1.HeaderClassName
{
color: #AD095C;
}
.AnyTagClassName
{
color: #AD095C;
}
</style>
background-color css
<style>
a { background-color: #AD095C; }
a { background-color: rgb(173,9,92); }
div.DivClassName
{
background-color: #AD095C;
}
.BgClassName
{
background-color: #AD095C;
}
</style>
border-color css
<style>
span { border-color: #AD095C; }
span { border-color: rgb(173,9,92); }
td.TdClassName
{
border-color: #AD095C;
}
.TagClassName
{
border-color: #AD095C;
}
</style>