Shades of Jazzberry Jam #AD195A
Tints of Jazzberry Jam #AD195A
RGB
CMYK
RGB Variations
Color information
#AD195A (or 0xAD195A) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 5A. RGB value is (173,25,90). Sum of RGB (Red+Green+Blue) = 173+25+90=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD195A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD195A is #52E6A5. Grayscale: #4C4C4C. Windows color (decimal): -5432998 or 5904813. OLE color: 5904813.
HSL color Cylindrical-coordinate representation of color #AD195A: hue angle of 333.65º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD195A is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 90 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.32 |
| HSL | 333.65º | 0.75% | 0.39% | - |
| HSV(B) | 333.65º | 0.86% | 0.68% | - |
| XYZ | 19.43 | 10.32 | 10.64 | - |
| YUV | 76.66 | 135.53 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 90 | 0 | 0.86 | 0.48 | 0.32 | 333.65 | 0.75 | 0.39 |
| Hex | AD | 19 | 5A | 0 | 56 | 30 | 20 | 14E | 4B | 27 |
| Octal | 255 | 31 | 132 | 0 | 126 | 60 | 40 | 516 | 113 | 47 |
| Binary | 10101101 | 11001 | 1011010 | 0 | 1010110 | 110000 | 100000 | 101001110 | 1001011 | 100111 |
Color Harmonies of #AD195A
Complementary color
Monochromatic Colors of #AD195A
Black with #AD195A
Text Example
Text Example
White with #AD195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD195A; }
p { color: rgb(173,25,90); }
H1.HeaderClassName
{
color: #AD195A;
}
.AnyTagClassName
{
color: #AD195A;
}
</style>
background-color css
<style>
a { background-color: #AD195A; }
a { background-color: rgb(173,25,90); }
div.DivClassName
{
background-color: #AD195A;
}
.BgClassName
{
background-color: #AD195A;
}
</style>
border-color css
<style>
span { border-color: #AD195A; }
span { border-color: rgb(173,25,90); }
td.TdClassName
{
border-color: #AD195A;
}
.TagClassName
{
border-color: #AD195A;
}
</style>