Shades of Jazzberry Jam #A3045A
Tints of Jazzberry Jam #A3045A
RGB
CMYK
RGB Variations
Color information
#A3045A (or 0xA3045A) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 5A. RGB value is (163,4,90). Sum of RGB (Red+Green+Blue) = 163+4+90=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A3045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3045A is #5CFBA5. Grayscale: #3D3D3D. Windows color (decimal): -6093734 or 5899427. OLE color: 5899427.
HSL color Cylindrical-coordinate representation of color #A3045A: hue angle of 327.55º 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 #A3045A is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.36 |
| HSL | 327.55º | 0.95% | 0.33% | - |
| HSV(B) | 327.55º | 0.98% | 0.64% | - |
| XYZ | 16.99 | 8.61 | 10.44 | - |
| YUV | 61.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 90 | 0 | 0.98 | 0.45 | 0.36 | 327.55 | 0.95 | 0.33 |
| Hex | A3 | 4 | 5A | 0 | 62 | 2D | 24 | 148 | 5F | 21 |
| Octal | 243 | 4 | 132 | 0 | 142 | 55 | 44 | 510 | 137 | 41 |
| Binary | 10100011 | 100 | 1011010 | 0 | 1100010 | 101101 | 100100 | 101001000 | 1011111 | 100001 |
Color Harmonies of #A3045A
Complementary color
Monochromatic Colors of #A3045A
Black with #A3045A
Text Example
Text Example
White with #A3045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3045A; }
p { color: rgb(163,4,90); }
H1.HeaderClassName
{
color: #A3045A;
}
.AnyTagClassName
{
color: #A3045A;
}
</style>
background-color css
<style>
a { background-color: #A3045A; }
a { background-color: rgb(163,4,90); }
div.DivClassName
{
background-color: #A3045A;
}
.BgClassName
{
background-color: #A3045A;
}
</style>
border-color css
<style>
span { border-color: #A3045A; }
span { border-color: rgb(163,4,90); }
td.TdClassName
{
border-color: #A3045A;
}
.TagClassName
{
border-color: #A3045A;
}
</style>