Shades of Jazzberry Jam #A30764
Tints of Jazzberry Jam #A30764
RGB
CMYK
RGB Variations
Color information
#A30764 (or 0xA30764) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 64. RGB value is (163,7,100). Sum of RGB (Red+Green+Blue) = 163+7+100=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A30764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30764 is #5CF89B. Grayscale: #404040. Windows color (decimal): -6092956 or 6555555. OLE color: 6555555.
HSL color Cylindrical-coordinate representation of color #A30764: hue angle of 324.23º degrees, saturation: 0.92, 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 #A30764 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 100 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.36 |
| HSL | 324.23º | 0.92% | 0.33% | - |
| HSV(B) | 324.23º | 0.96% | 0.64% | - |
| XYZ | 17.48 | 8.86 | 12.85 | - |
| YUV | 64.25 | 148.18 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 100 | 0 | 0.96 | 0.39 | 0.36 | 324.23 | 0.92 | 0.33 |
| Hex | A3 | 7 | 64 | 0 | 60 | 27 | 24 | 144 | 5C | 21 |
| Octal | 243 | 7 | 144 | 0 | 140 | 47 | 44 | 504 | 134 | 41 |
| Binary | 10100011 | 111 | 1100100 | 0 | 1100000 | 100111 | 100100 | 101000100 | 1011100 | 100001 |
Color Harmonies of #A30764
Complementary color
Monochromatic Colors of #A30764
Black with #A30764
Text Example
Text Example
White with #A30764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30764; }
p { color: rgb(163,7,100); }
H1.HeaderClassName
{
color: #A30764;
}
.AnyTagClassName
{
color: #A30764;
}
</style>
background-color css
<style>
a { background-color: #A30764; }
a { background-color: rgb(163,7,100); }
div.DivClassName
{
background-color: #A30764;
}
.BgClassName
{
background-color: #A30764;
}
</style>
border-color css
<style>
span { border-color: #A30764; }
span { border-color: rgb(163,7,100); }
td.TdClassName
{
border-color: #A30764;
}
.TagClassName
{
border-color: #A30764;
}
</style>