Shades of Jazzberry Jam #AD026B
Tints of Jazzberry Jam #AD026B
RGB
CMYK
RGB Variations
Color information
#AD026B (or 0xAD026B) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 6B. RGB value is (173,2,107). Sum of RGB (Red+Green+Blue) = 173+2+107=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD026B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD026B is #52FD94. Grayscale: #404040. Windows color (decimal): -5438869 or 7013037. OLE color: 7013037.
HSL color Cylindrical-coordinate representation of color #AD026B: hue angle of 323.16º degrees, saturation: 0.98, 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 #AD026B is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.32 |
| HSL | 323.16º | 0.98% | 0.34% | - |
| HSV(B) | 323.16º | 0.99% | 0.68% | - |
| XYZ | 19.91 | 9.99 | 14.79 | - |
| YUV | 65.1 | 151.65 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 107 | 0 | 0.99 | 0.38 | 0.32 | 323.16 | 0.98 | 0.34 |
| Hex | AD | 2 | 6B | 0 | 63 | 26 | 20 | 143 | 62 | 22 |
| Octal | 255 | 2 | 153 | 0 | 143 | 46 | 40 | 503 | 142 | 42 |
| Binary | 10101101 | 10 | 1101011 | 0 | 1100011 | 100110 | 100000 | 101000011 | 1100010 | 100010 |
Color Harmonies of #AD026B
Complementary color
Monochromatic Colors of #AD026B
Black with #AD026B
Text Example
Text Example
White with #AD026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD026B; }
p { color: rgb(173,2,107); }
H1.HeaderClassName
{
color: #AD026B;
}
.AnyTagClassName
{
color: #AD026B;
}
</style>
background-color css
<style>
a { background-color: #AD026B; }
a { background-color: rgb(173,2,107); }
div.DivClassName
{
background-color: #AD026B;
}
.BgClassName
{
background-color: #AD026B;
}
</style>
border-color css
<style>
span { border-color: #AD026B; }
span { border-color: rgb(173,2,107); }
td.TdClassName
{
border-color: #AD026B;
}
.TagClassName
{
border-color: #AD026B;
}
</style>