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