Shades of Jazzberry Jam #A2083B
Tints of Jazzberry Jam #A2083B
RGB
CMYK
RGB Variations
Color information
#A2083B (or 0xA2083B) is known color: Jazzberry Jam. HEX triplet: A2, 08 and 3B. RGB value is (162,8,59). Sum of RGB (Red+Green+Blue) = 162+8+59=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A2083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2083B is #5DF7C4. Grayscale: #3B3B3B. Windows color (decimal): -6158277 or 3868834. OLE color: 3868834.
HSL color Cylindrical-coordinate representation of color #A2083B: hue angle of 340.13º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2083B is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 59 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.36 |
| HSL | 340.13º | 0.91% | 0.33% | - |
| HSV(B) | 340.13º | 0.95% | 0.64% | - |
| XYZ | 15.78 | 8.17 | 4.88 | - |
| YUV | 59.86 | 127.52 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 59 | 0 | 0.95 | 0.64 | 0.36 | 340.13 | 0.91 | 0.33 |
| Hex | A2 | 8 | 3B | 0 | 5F | 40 | 24 | 154 | 5B | 21 |
| Octal | 242 | 10 | 73 | 0 | 137 | 100 | 44 | 524 | 133 | 41 |
| Binary | 10100010 | 1000 | 111011 | 0 | 1011111 | 1000000 | 100100 | 101010100 | 1011011 | 100001 |
Color Harmonies of #A2083B
Complementary color
Monochromatic Colors of #A2083B
Black with #A2083B
Text Example
Text Example
White with #A2083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2083B; }
p { color: rgb(162,8,59); }
H1.HeaderClassName
{
color: #A2083B;
}
.AnyTagClassName
{
color: #A2083B;
}
</style>
background-color css
<style>
a { background-color: #A2083B; }
a { background-color: rgb(162,8,59); }
div.DivClassName
{
background-color: #A2083B;
}
.BgClassName
{
background-color: #A2083B;
}
</style>
border-color css
<style>
span { border-color: #A2083B; }
span { border-color: rgb(162,8,59); }
td.TdClassName
{
border-color: #A2083B;
}
.TagClassName
{
border-color: #A2083B;
}
</style>