Shades of Jazzberry Jam #AD055A
Tints of Jazzberry Jam #AD055A
RGB
CMYK
RGB Variations
Color information
#AD055A (or 0xAD055A) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 5A. RGB value is (173,5,90). Sum of RGB (Red+Green+Blue) = 173+5+90=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD055A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD055A is #52FAA5. Grayscale: #404040. Windows color (decimal): -5438118 or 5899693. OLE color: 5899693.
HSL color Cylindrical-coordinate representation of color #AD055A: hue angle of 329.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD055A is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 90 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.32 |
| HSL | 329.64º | 0.94% | 0.35% | - |
| HSV(B) | 329.64º | 0.97% | 0.68% | - |
| XYZ | 19.13 | 9.73 | 10.54 | - |
| YUV | 64.92 | 142.16 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 90 | 0 | 0.97 | 0.48 | 0.32 | 329.64 | 0.94 | 0.35 |
| Hex | AD | 5 | 5A | 0 | 61 | 30 | 20 | 14A | 5E | 23 |
| Octal | 255 | 5 | 132 | 0 | 141 | 60 | 40 | 512 | 136 | 43 |
| Binary | 10101101 | 101 | 1011010 | 0 | 1100001 | 110000 | 100000 | 101001010 | 1011110 | 100011 |
Color Harmonies of #AD055A
Complementary color
Monochromatic Colors of #AD055A
Black with #AD055A
Text Example
Text Example
White with #AD055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD055A; }
p { color: rgb(173,5,90); }
H1.HeaderClassName
{
color: #AD055A;
}
.AnyTagClassName
{
color: #AD055A;
}
</style>
background-color css
<style>
a { background-color: #AD055A; }
a { background-color: rgb(173,5,90); }
div.DivClassName
{
background-color: #AD055A;
}
.BgClassName
{
background-color: #AD055A;
}
</style>
border-color css
<style>
span { border-color: #AD055A; }
span { border-color: rgb(173,5,90); }
td.TdClassName
{
border-color: #AD055A;
}
.TagClassName
{
border-color: #AD055A;
}
</style>