Shades of Jazzberry Jam #A3065C
Tints of Jazzberry Jam #A3065C
RGB
CMYK
RGB Variations
Color information
#A3065C (or 0xA3065C) is known color: Jazzberry Jam. HEX triplet: A3, 06 and 5C. RGB value is (163,6,92). Sum of RGB (Red+Green+Blue) = 163+6+92=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A3065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3065C is #5CF9A3. Grayscale: #3E3E3E. Windows color (decimal): -6093220 or 6031011. OLE color: 6031011.
HSL color Cylindrical-coordinate representation of color #A3065C: hue angle of 327.13º degrees, saturation: 0.93, 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 #A3065C is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 92 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.36 |
| HSL | 327.13º | 0.93% | 0.33% | - |
| HSV(B) | 327.13º | 0.96% | 0.64% | - |
| XYZ | 17.1 | 8.69 | 10.9 | - |
| YUV | 62.75 | 144.51 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 92 | 0 | 0.96 | 0.44 | 0.36 | 327.13 | 0.93 | 0.33 |
| Hex | A3 | 6 | 5C | 0 | 60 | 2C | 24 | 147 | 5D | 21 |
| Octal | 243 | 6 | 134 | 0 | 140 | 54 | 44 | 507 | 135 | 41 |
| Binary | 10100011 | 110 | 1011100 | 0 | 1100000 | 101100 | 100100 | 101000111 | 1011101 | 100001 |
Color Harmonies of #A3065C
Complementary color
Monochromatic Colors of #A3065C
Black with #A3065C
Text Example
Text Example
White with #A3065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3065C; }
p { color: rgb(163,6,92); }
H1.HeaderClassName
{
color: #A3065C;
}
.AnyTagClassName
{
color: #A3065C;
}
</style>
background-color css
<style>
a { background-color: #A3065C; }
a { background-color: rgb(163,6,92); }
div.DivClassName
{
background-color: #A3065C;
}
.BgClassName
{
background-color: #A3065C;
}
</style>
border-color css
<style>
span { border-color: #A3065C; }
span { border-color: rgb(163,6,92); }
td.TdClassName
{
border-color: #A3065C;
}
.TagClassName
{
border-color: #A3065C;
}
</style>