Shades of Jazzberry Jam #AD014F
Tints of Jazzberry Jam #AD014F
RGB
CMYK
RGB Variations
Color information
#AD014F (or 0xAD014F) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 4F. RGB value is (173,1,79). Sum of RGB (Red+Green+Blue) = 173+1+79=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD014F is #52FEB0. Grayscale: #3D3D3D. Windows color (decimal): -5439153 or 5177773. OLE color: 5177773.
HSL color Cylindrical-coordinate representation of color #AD014F: hue angle of 332.79º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD014F is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 79 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.32 |
| HSL | 332.79º | 0.99% | 0.34% | - |
| HSV(B) | 332.79º | 0.99% | 0.68% | - |
| XYZ | 18.66 | 9.47 | 8.24 | - |
| YUV | 61.32 | 137.98 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 79 | 0 | 0.99 | 0.54 | 0.32 | 332.79 | 0.99 | 0.34 |
| Hex | AD | 1 | 4F | 0 | 63 | 36 | 20 | 14D | 63 | 22 |
| Octal | 255 | 1 | 117 | 0 | 143 | 66 | 40 | 515 | 143 | 42 |
| Binary | 10101101 | 1 | 1001111 | 0 | 1100011 | 110110 | 100000 | 101001101 | 1100011 | 100010 |
Color Harmonies of #AD014F
Complementary color
Monochromatic Colors of #AD014F
Black with #AD014F
Text Example
Text Example
White with #AD014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD014F; }
p { color: rgb(173,1,79); }
H1.HeaderClassName
{
color: #AD014F;
}
.AnyTagClassName
{
color: #AD014F;
}
</style>
background-color css
<style>
a { background-color: #AD014F; }
a { background-color: rgb(173,1,79); }
div.DivClassName
{
background-color: #AD014F;
}
.BgClassName
{
background-color: #AD014F;
}
</style>
border-color css
<style>
span { border-color: #AD014F; }
span { border-color: rgb(173,1,79); }
td.TdClassName
{
border-color: #AD014F;
}
.TagClassName
{
border-color: #AD014F;
}
</style>