Shades of Jazzberry Jam #A3065A
Tints of Jazzberry Jam #A3065A
RGB
CMYK
RGB Variations
Color information
#A3065A (or 0xA3065A) is known color: Jazzberry Jam. HEX triplet: A3, 06 and 5A. RGB value is (163,6,90). Sum of RGB (Red+Green+Blue) = 163+6+90=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A3065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3065A is #5CF9A5. Grayscale: #3E3E3E. Windows color (decimal): -6093222 or 5899939. OLE color: 5899939.
HSL color Cylindrical-coordinate representation of color #A3065A: hue angle of 327.9º 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 #A3065A is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 90 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.36 |
| HSL | 327.9º | 0.93% | 0.33% | - |
| HSV(B) | 327.9º | 0.96% | 0.64% | - |
| XYZ | 17.01 | 8.65 | 10.45 | - |
| YUV | 62.52 | 143.51 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 90 | 0 | 0.96 | 0.45 | 0.36 | 327.9 | 0.93 | 0.33 |
| Hex | A3 | 6 | 5A | 0 | 60 | 2D | 24 | 148 | 5D | 21 |
| Octal | 243 | 6 | 132 | 0 | 140 | 55 | 44 | 510 | 135 | 41 |
| Binary | 10100011 | 110 | 1011010 | 0 | 1100000 | 101101 | 100100 | 101001000 | 1011101 | 100001 |
Color Harmonies of #A3065A
Complementary color
Monochromatic Colors of #A3065A
Black with #A3065A
Text Example
Text Example
White with #A3065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3065A; }
p { color: rgb(163,6,90); }
H1.HeaderClassName
{
color: #A3065A;
}
.AnyTagClassName
{
color: #A3065A;
}
</style>
background-color css
<style>
a { background-color: #A3065A; }
a { background-color: rgb(163,6,90); }
div.DivClassName
{
background-color: #A3065A;
}
.BgClassName
{
background-color: #A3065A;
}
</style>
border-color css
<style>
span { border-color: #A3065A; }
span { border-color: rgb(163,6,90); }
td.TdClassName
{
border-color: #A3065A;
}
.TagClassName
{
border-color: #A3065A;
}
</style>