Shades of Jazzberry Jam #AD105B
Tints of Jazzberry Jam #AD105B
RGB
CMYK
RGB Variations
Color information
#AD105B (or 0xAD105B) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 5B. RGB value is (173,16,91). Sum of RGB (Red+Green+Blue) = 173+16+91=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD105B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD105B is #52EFA4. Grayscale: #474747. Windows color (decimal): -5435301 or 5968045. OLE color: 5968045.
HSL color Cylindrical-coordinate representation of color #AD105B: hue angle of 331.34º 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 #AD105B is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 91 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.32 |
| HSL | 331.34º | 0.83% | 0.37% | - |
| HSV(B) | 331.34º | 0.91% | 0.68% | - |
| XYZ | 19.31 | 10.01 | 10.81 | - |
| YUV | 71.49 | 139.01 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 91 | 0 | 0.91 | 0.47 | 0.32 | 331.34 | 0.83 | 0.37 |
| Hex | AD | 10 | 5B | 0 | 5B | 2F | 20 | 14B | 53 | 25 |
| Octal | 255 | 20 | 133 | 0 | 133 | 57 | 40 | 513 | 123 | 45 |
| Binary | 10101101 | 10000 | 1011011 | 0 | 1011011 | 101111 | 100000 | 101001011 | 1010011 | 100101 |
Color Harmonies of #AD105B
Complementary color
Monochromatic Colors of #AD105B
Black with #AD105B
Text Example
Text Example
White with #AD105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD105B; }
p { color: rgb(173,16,91); }
H1.HeaderClassName
{
color: #AD105B;
}
.AnyTagClassName
{
color: #AD105B;
}
</style>
background-color css
<style>
a { background-color: #AD105B; }
a { background-color: rgb(173,16,91); }
div.DivClassName
{
background-color: #AD105B;
}
.BgClassName
{
background-color: #AD105B;
}
</style>
border-color css
<style>
span { border-color: #AD105B; }
span { border-color: rgb(173,16,91); }
td.TdClassName
{
border-color: #AD105B;
}
.TagClassName
{
border-color: #AD105B;
}
</style>