Shades of Jazzberry Jam #AD0469
Tints of Jazzberry Jam #AD0469
RGB
CMYK
RGB Variations
Color information
#AD0469 (or 0xAD0469) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 69. RGB value is (173,4,105). Sum of RGB (Red+Green+Blue) = 173+4+105=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0469 is #52FB96. Grayscale: #414141. Windows color (decimal): -5438359 or 6882477. OLE color: 6882477.
HSL color Cylindrical-coordinate representation of color #AD0469: hue angle of 324.14º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0469 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 105 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.32 |
| HSL | 324.14º | 0.95% | 0.35% | - |
| HSV(B) | 324.14º | 0.98% | 0.68% | - |
| XYZ | 19.83 | 9.99 | 14.25 | - |
| YUV | 66.05 | 149.99 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 105 | 0 | 0.98 | 0.39 | 0.32 | 324.14 | 0.95 | 0.35 |
| Hex | AD | 4 | 69 | 0 | 62 | 27 | 20 | 144 | 5F | 23 |
| Octal | 255 | 4 | 151 | 0 | 142 | 47 | 40 | 504 | 137 | 43 |
| Binary | 10101101 | 100 | 1101001 | 0 | 1100010 | 100111 | 100000 | 101000100 | 1011111 | 100011 |
Color Harmonies of #AD0469
Complementary color
Monochromatic Colors of #AD0469
Black with #AD0469
Text Example
Text Example
White with #AD0469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0469; }
p { color: rgb(173,4,105); }
H1.HeaderClassName
{
color: #AD0469;
}
.AnyTagClassName
{
color: #AD0469;
}
</style>
background-color css
<style>
a { background-color: #AD0469; }
a { background-color: rgb(173,4,105); }
div.DivClassName
{
background-color: #AD0469;
}
.BgClassName
{
background-color: #AD0469;
}
</style>
border-color css
<style>
span { border-color: #AD0469; }
span { border-color: rgb(173,4,105); }
td.TdClassName
{
border-color: #AD0469;
}
.TagClassName
{
border-color: #AD0469;
}
</style>