Shades of Jazzberry Jam #AD105F
Tints of Jazzberry Jam #AD105F
RGB
CMYK
RGB Variations
Color information
#AD105F (or 0xAD105F) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 5F. RGB value is (173,16,95). Sum of RGB (Red+Green+Blue) = 173+16+95=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD105F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD105F is #52EFA0. Grayscale: #474747. Windows color (decimal): -5435297 or 6230189. OLE color: 6230189.
HSL color Cylindrical-coordinate representation of color #AD105F: hue angle of 329.81º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD105F is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 95 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.32 |
| HSL | 329.81º | 0.83% | 0.37% | - |
| HSV(B) | 329.81º | 0.91% | 0.68% | - |
| XYZ | 19.48 | 10.08 | 11.75 | - |
| YUV | 71.95 | 141.01 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 95 | 0 | 0.91 | 0.45 | 0.32 | 329.81 | 0.83 | 0.37 |
| Hex | AD | 10 | 5F | 0 | 5B | 2D | 20 | 14A | 53 | 25 |
| Octal | 255 | 20 | 137 | 0 | 133 | 55 | 40 | 512 | 123 | 45 |
| Binary | 10101101 | 10000 | 1011111 | 0 | 1011011 | 101101 | 100000 | 101001010 | 1010011 | 100101 |
Color Harmonies of #AD105F
Complementary color
Monochromatic Colors of #AD105F
Black with #AD105F
Text Example
Text Example
White with #AD105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD105F; }
p { color: rgb(173,16,95); }
H1.HeaderClassName
{
color: #AD105F;
}
.AnyTagClassName
{
color: #AD105F;
}
</style>
background-color css
<style>
a { background-color: #AD105F; }
a { background-color: rgb(173,16,95); }
div.DivClassName
{
background-color: #AD105F;
}
.BgClassName
{
background-color: #AD105F;
}
</style>
border-color css
<style>
span { border-color: #AD105F; }
span { border-color: rgb(173,16,95); }
td.TdClassName
{
border-color: #AD105F;
}
.TagClassName
{
border-color: #AD105F;
}
</style>