Shades of Jazzberry Jam #AD0F4B
Tints of Jazzberry Jam #AD0F4B
RGB
CMYK
RGB Variations
Color information
#AD0F4B (or 0xAD0F4B) is known color: Jazzberry Jam. HEX triplet: AD, 0F and 4B. RGB value is (173,15,75). Sum of RGB (Red+Green+Blue) = 173+15+75=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F4B is #52F0B4. Grayscale: #454545. Windows color (decimal): -5435573 or 4919213. OLE color: 4919213.
HSL color Cylindrical-coordinate representation of color #AD0F4B: hue angle of 337.22º degrees, saturation: 0.84, 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 #AD0F4B is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 75 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.32 |
| HSL | 337.22º | 0.84% | 0.37% | - |
| HSV(B) | 337.22º | 0.91% | 0.68% | - |
| XYZ | 18.67 | 9.73 | 7.55 | - |
| YUV | 69.08 | 131.35 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 75 | 0 | 0.91 | 0.57 | 0.32 | 337.22 | 0.84 | 0.37 |
| Hex | AD | F | 4B | 0 | 5B | 39 | 20 | 151 | 54 | 25 |
| Octal | 255 | 17 | 113 | 0 | 133 | 71 | 40 | 521 | 124 | 45 |
| Binary | 10101101 | 1111 | 1001011 | 0 | 1011011 | 111001 | 100000 | 101010001 | 1010100 | 100101 |
Color Harmonies of #AD0F4B
Complementary color
Monochromatic Colors of #AD0F4B
Black with #AD0F4B
Text Example
Text Example
White with #AD0F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F4B; }
p { color: rgb(173,15,75); }
H1.HeaderClassName
{
color: #AD0F4B;
}
.AnyTagClassName
{
color: #AD0F4B;
}
</style>
background-color css
<style>
a { background-color: #AD0F4B; }
a { background-color: rgb(173,15,75); }
div.DivClassName
{
background-color: #AD0F4B;
}
.BgClassName
{
background-color: #AD0F4B;
}
</style>
border-color css
<style>
span { border-color: #AD0F4B; }
span { border-color: rgb(173,15,75); }
td.TdClassName
{
border-color: #AD0F4B;
}
.TagClassName
{
border-color: #AD0F4B;
}
</style>