Shades of Jazzberry Jam #A2045A
Tints of Jazzberry Jam #A2045A
RGB
CMYK
RGB Variations
Color information
#A2045A (or 0xA2045A) is known color: Jazzberry Jam. HEX triplet: A2, 04 and 5A. RGB value is (162,4,90). Sum of RGB (Red+Green+Blue) = 162+4+90=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A2045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2045A is #5DFBA5. Grayscale: #3C3C3C. Windows color (decimal): -6159270 or 5899426. OLE color: 5899426.
HSL color Cylindrical-coordinate representation of color #A2045A: hue angle of 327.34º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2045A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.36 |
| HSL | 327.34º | 0.95% | 0.33% | - |
| HSV(B) | 327.34º | 0.98% | 0.64% | - |
| XYZ | 16.79 | 8.51 | 10.43 | - |
| YUV | 61.05 | 144.35 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 90 | 0 | 0.98 | 0.44 | 0.36 | 327.34 | 0.95 | 0.33 |
| Hex | A2 | 4 | 5A | 0 | 62 | 2C | 24 | 147 | 5F | 21 |
| Octal | 242 | 4 | 132 | 0 | 142 | 54 | 44 | 507 | 137 | 41 |
| Binary | 10100010 | 100 | 1011010 | 0 | 1100010 | 101100 | 100100 | 101000111 | 1011111 | 100001 |
Color Harmonies of #A2045A
Complementary color
Monochromatic Colors of #A2045A
Black with #A2045A
Text Example
Text Example
White with #A2045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2045A; }
p { color: rgb(162,4,90); }
H1.HeaderClassName
{
color: #A2045A;
}
.AnyTagClassName
{
color: #A2045A;
}
</style>
background-color css
<style>
a { background-color: #A2045A; }
a { background-color: rgb(162,4,90); }
div.DivClassName
{
background-color: #A2045A;
}
.BgClassName
{
background-color: #A2045A;
}
</style>
border-color css
<style>
span { border-color: #A2045A; }
span { border-color: rgb(162,4,90); }
td.TdClassName
{
border-color: #A2045A;
}
.TagClassName
{
border-color: #A2045A;
}
</style>