Shades of Jazzberry Jam #AD095A
Tints of Jazzberry Jam #AD095A
RGB
CMYK
RGB Variations
Color information
#AD095A (or 0xAD095A) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 5A. RGB value is (173,9,90). Sum of RGB (Red+Green+Blue) = 173+9+90=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD095A is #52F6A5. Grayscale: #434343. Windows color (decimal): -5437094 or 5900717. OLE color: 5900717.
HSL color Cylindrical-coordinate representation of color #AD095A: hue angle of 330.37º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD095A is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 90 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.32 |
| HSL | 330.37º | 0.9% | 0.36% | - |
| HSV(B) | 330.37º | 0.95% | 0.68% | - |
| XYZ | 19.18 | 9.82 | 10.56 | - |
| YUV | 67.27 | 140.83 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 90 | 0 | 0.95 | 0.48 | 0.32 | 330.37 | 0.9 | 0.36 |
| Hex | AD | 9 | 5A | 0 | 5F | 30 | 20 | 14A | 5A | 24 |
| Octal | 255 | 11 | 132 | 0 | 137 | 60 | 40 | 512 | 132 | 44 |
| Binary | 10101101 | 1001 | 1011010 | 0 | 1011111 | 110000 | 100000 | 101001010 | 1011010 | 100100 |
Color Harmonies of #AD095A
Complementary color
Monochromatic Colors of #AD095A
Black with #AD095A
Text Example
Text Example
White with #AD095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD095A; }
p { color: rgb(173,9,90); }
H1.HeaderClassName
{
color: #AD095A;
}
.AnyTagClassName
{
color: #AD095A;
}
</style>
background-color css
<style>
a { background-color: #AD095A; }
a { background-color: rgb(173,9,90); }
div.DivClassName
{
background-color: #AD095A;
}
.BgClassName
{
background-color: #AD095A;
}
</style>
border-color css
<style>
span { border-color: #AD095A; }
span { border-color: rgb(173,9,90); }
td.TdClassName
{
border-color: #AD095A;
}
.TagClassName
{
border-color: #AD095A;
}
</style>