Shades of Jazzberry Jam #A2075D
Tints of Jazzberry Jam #A2075D
RGB
CMYK
RGB Variations
Color information
#A2075D (or 0xA2075D) is known color: Jazzberry Jam. HEX triplet: A2, 07 and 5D. RGB value is (162,7,93). Sum of RGB (Red+Green+Blue) = 162+7+93=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A2075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2075D is #5DF8A2. Grayscale: #3E3E3E. Windows color (decimal): -6158499 or 6096802. OLE color: 6096802.
HSL color Cylindrical-coordinate representation of color #A2075D: hue angle of 326.71º 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 #A2075D is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 93 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.36 |
| HSL | 326.71º | 0.92% | 0.33% | - |
| HSV(B) | 326.71º | 0.96% | 0.64% | - |
| XYZ | 16.95 | 8.62 | 11.13 | - |
| YUV | 63.15 | 144.85 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 93 | 0 | 0.96 | 0.43 | 0.36 | 326.71 | 0.92 | 0.33 |
| Hex | A2 | 7 | 5D | 0 | 60 | 2B | 24 | 147 | 5C | 21 |
| Octal | 242 | 7 | 135 | 0 | 140 | 53 | 44 | 507 | 134 | 41 |
| Binary | 10100010 | 111 | 1011101 | 0 | 1100000 | 101011 | 100100 | 101000111 | 1011100 | 100001 |
Color Harmonies of #A2075D
Complementary color
Monochromatic Colors of #A2075D
Black with #A2075D
Text Example
Text Example
White with #A2075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2075D; }
p { color: rgb(162,7,93); }
H1.HeaderClassName
{
color: #A2075D;
}
.AnyTagClassName
{
color: #A2075D;
}
</style>
background-color css
<style>
a { background-color: #A2075D; }
a { background-color: rgb(162,7,93); }
div.DivClassName
{
background-color: #A2075D;
}
.BgClassName
{
background-color: #A2075D;
}
</style>
border-color css
<style>
span { border-color: #A2075D; }
span { border-color: rgb(162,7,93); }
td.TdClassName
{
border-color: #A2075D;
}
.TagClassName
{
border-color: #A2075D;
}
</style>