Shades of Jazzberry Jam #A2074D
Tints of Jazzberry Jam #A2074D
RGB
CMYK
RGB Variations
Color information
#A2074D (or 0xA2074D) is known color: Jazzberry Jam. HEX triplet: A2, 07 and 4D. RGB value is (162,7,77). Sum of RGB (Red+Green+Blue) = 162+7+77=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A2074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2074D is #5DF8B2. Grayscale: #3D3D3D. Windows color (decimal): -6158515 or 5048226. OLE color: 5048226.
HSL color Cylindrical-coordinate representation of color #A2074D: hue angle of 332.9º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2074D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 77 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.36 |
| HSL | 332.9º | 0.92% | 0.33% | - |
| HSV(B) | 332.9º | 0.96% | 0.64% | - |
| XYZ | 16.32 | 8.37 | 7.78 | - |
| YUV | 61.33 | 136.85 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 77 | 0 | 0.96 | 0.52 | 0.36 | 332.9 | 0.92 | 0.33 |
| Hex | A2 | 7 | 4D | 0 | 60 | 34 | 24 | 14D | 5C | 21 |
| Octal | 242 | 7 | 115 | 0 | 140 | 64 | 44 | 515 | 134 | 41 |
| Binary | 10100010 | 111 | 1001101 | 0 | 1100000 | 110100 | 100100 | 101001101 | 1011100 | 100001 |
Color Harmonies of #A2074D
Complementary color
Monochromatic Colors of #A2074D
Black with #A2074D
Text Example
Text Example
White with #A2074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2074D; }
p { color: rgb(162,7,77); }
H1.HeaderClassName
{
color: #A2074D;
}
.AnyTagClassName
{
color: #A2074D;
}
</style>
background-color css
<style>
a { background-color: #A2074D; }
a { background-color: rgb(162,7,77); }
div.DivClassName
{
background-color: #A2074D;
}
.BgClassName
{
background-color: #A2074D;
}
</style>
border-color css
<style>
span { border-color: #A2074D; }
span { border-color: rgb(162,7,77); }
td.TdClassName
{
border-color: #A2074D;
}
.TagClassName
{
border-color: #A2074D;
}
</style>