Shades of Jazzberry Jam #AD1277
Tints of Jazzberry Jam #AD1277
RGB
CMYK
RGB Variations
Color information
#AD1277 (or 0xAD1277) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 77. RGB value is (173,18,119). Sum of RGB (Red+Green+Blue) = 173+18+119=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1277 is #52ED88. Grayscale: #4B4B4B. Windows color (decimal): -5434761 or 7803565. OLE color: 7803565.
HSL color Cylindrical-coordinate representation of color #AD1277: hue angle of 320.9º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1277 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 119 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.32 |
| HSL | 320.9º | 0.81% | 0.37% | - |
| HSV(B) | 320.9º | 0.9% | 0.68% | - |
| XYZ | 20.78 | 10.65 | 18.41 | - |
| YUV | 75.86 | 152.35 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 119 | 0 | 0.90 | 0.31 | 0.32 | 320.9 | 0.81 | 0.37 |
| Hex | AD | 12 | 77 | 0 | 5A | 1F | 20 | 141 | 51 | 25 |
| Octal | 255 | 22 | 167 | 0 | 132 | 37 | 40 | 501 | 121 | 45 |
| Binary | 10101101 | 10010 | 1110111 | 0 | 1011010 | 11111 | 100000 | 101000001 | 1010001 | 100101 |
Color Harmonies of #AD1277
Complementary color
Monochromatic Colors of #AD1277
Black with #AD1277
Text Example
Text Example
White with #AD1277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1277; }
p { color: rgb(173,18,119); }
H1.HeaderClassName
{
color: #AD1277;
}
.AnyTagClassName
{
color: #AD1277;
}
</style>
background-color css
<style>
a { background-color: #AD1277; }
a { background-color: rgb(173,18,119); }
div.DivClassName
{
background-color: #AD1277;
}
.BgClassName
{
background-color: #AD1277;
}
</style>
border-color css
<style>
span { border-color: #AD1277; }
span { border-color: rgb(173,18,119); }
td.TdClassName
{
border-color: #AD1277;
}
.TagClassName
{
border-color: #AD1277;
}
</style>