Shades of Jazzberry Jam #AD145A
Tints of Jazzberry Jam #AD145A
RGB
CMYK
RGB Variations
Color information
#AD145A (or 0xAD145A) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 5A. RGB value is (173,20,90). Sum of RGB (Red+Green+Blue) = 173+20+90=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD145A is #52EBA5. Grayscale: #494949. Windows color (decimal): -5434278 or 5903533. OLE color: 5903533.
HSL color Cylindrical-coordinate representation of color #AD145A: hue angle of 332.55º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD145A is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 90 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.32 |
| HSL | 332.55º | 0.79% | 0.38% | - |
| HSV(B) | 332.55º | 0.88% | 0.68% | - |
| XYZ | 19.33 | 10.12 | 10.61 | - |
| YUV | 73.73 | 137.19 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 90 | 0 | 0.88 | 0.48 | 0.32 | 332.55 | 0.79 | 0.38 |
| Hex | AD | 14 | 5A | 0 | 58 | 30 | 20 | 14D | 4F | 26 |
| Octal | 255 | 24 | 132 | 0 | 130 | 60 | 40 | 515 | 117 | 46 |
| Binary | 10101101 | 10100 | 1011010 | 0 | 1011000 | 110000 | 100000 | 101001101 | 1001111 | 100110 |
Color Harmonies of #AD145A
Complementary color
Monochromatic Colors of #AD145A
Black with #AD145A
Text Example
Text Example
White with #AD145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD145A; }
p { color: rgb(173,20,90); }
H1.HeaderClassName
{
color: #AD145A;
}
.AnyTagClassName
{
color: #AD145A;
}
</style>
background-color css
<style>
a { background-color: #AD145A; }
a { background-color: rgb(173,20,90); }
div.DivClassName
{
background-color: #AD145A;
}
.BgClassName
{
background-color: #AD145A;
}
</style>
border-color css
<style>
span { border-color: #AD145A; }
span { border-color: rgb(173,20,90); }
td.TdClassName
{
border-color: #AD145A;
}
.TagClassName
{
border-color: #AD145A;
}
</style>