Shades of Jazzberry Jam #A3043C
Tints of Jazzberry Jam #A3043C
RGB
CMYK
RGB Variations
Color information
#A3043C (or 0xA3043C) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 3C. RGB value is (163,4,60). Sum of RGB (Red+Green+Blue) = 163+4+60=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A3043C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3043C is #5CFBC3. Grayscale: #393939. Windows color (decimal): -6093764 or 3933347. OLE color: 3933347.
HSL color Cylindrical-coordinate representation of color #A3043C: hue angle of 338.87º 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 #A3043C is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 60 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.36 |
| HSL | 338.87º | 0.95% | 0.33% | - |
| HSV(B) | 338.87º | 0.98% | 0.64% | - |
| XYZ | 15.96 | 8.2 | 5.02 | - |
| YUV | 57.93 | 129.18 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 60 | 0 | 0.98 | 0.63 | 0.36 | 338.87 | 0.95 | 0.33 |
| Hex | A3 | 4 | 3C | 0 | 62 | 3F | 24 | 153 | 5F | 21 |
| Octal | 243 | 4 | 74 | 0 | 142 | 77 | 44 | 523 | 137 | 41 |
| Binary | 10100011 | 100 | 111100 | 0 | 1100010 | 111111 | 100100 | 101010011 | 1011111 | 100001 |
Color Harmonies of #A3043C
Complementary color
Monochromatic Colors of #A3043C
Black with #A3043C
Text Example
Text Example
White with #A3043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3043C; }
p { color: rgb(163,4,60); }
H1.HeaderClassName
{
color: #A3043C;
}
.AnyTagClassName
{
color: #A3043C;
}
</style>
background-color css
<style>
a { background-color: #A3043C; }
a { background-color: rgb(163,4,60); }
div.DivClassName
{
background-color: #A3043C;
}
.BgClassName
{
background-color: #A3043C;
}
</style>
border-color css
<style>
span { border-color: #A3043C; }
span { border-color: rgb(163,4,60); }
td.TdClassName
{
border-color: #A3043C;
}
.TagClassName
{
border-color: #A3043C;
}
</style>