Shades of Jazzberry Jam #AD015A
Tints of Jazzberry Jam #AD015A
RGB
CMYK
RGB Variations
Color information
#AD015A (or 0xAD015A) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 5A. RGB value is (173,1,90). Sum of RGB (Red+Green+Blue) = 173+1+90=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD015A is #52FEA5. Grayscale: #3E3E3E. Windows color (decimal): -5439142 or 5898669. OLE color: 5898669.
HSL color Cylindrical-coordinate representation of color #AD015A: hue angle of 328.95º 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 #AD015A is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.32 |
| HSL | 328.95º | 0.99% | 0.34% | - |
| HSV(B) | 328.95º | 0.99% | 0.68% | - |
| XYZ | 19.09 | 9.64 | 10.53 | - |
| YUV | 62.57 | 143.48 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 90 | 0 | 0.99 | 0.48 | 0.32 | 328.95 | 0.99 | 0.34 |
| Hex | AD | 1 | 5A | 0 | 63 | 30 | 20 | 149 | 63 | 22 |
| Octal | 255 | 1 | 132 | 0 | 143 | 60 | 40 | 511 | 143 | 42 |
| Binary | 10101101 | 1 | 1011010 | 0 | 1100011 | 110000 | 100000 | 101001001 | 1100011 | 100010 |
Color Harmonies of #AD015A
Complementary color
Monochromatic Colors of #AD015A
Black with #AD015A
Text Example
Text Example
White with #AD015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD015A; }
p { color: rgb(173,1,90); }
H1.HeaderClassName
{
color: #AD015A;
}
.AnyTagClassName
{
color: #AD015A;
}
</style>
background-color css
<style>
a { background-color: #AD015A; }
a { background-color: rgb(173,1,90); }
div.DivClassName
{
background-color: #AD015A;
}
.BgClassName
{
background-color: #AD015A;
}
</style>
border-color css
<style>
span { border-color: #AD015A; }
span { border-color: rgb(173,1,90); }
td.TdClassName
{
border-color: #AD015A;
}
.TagClassName
{
border-color: #AD015A;
}
</style>