Shades of Jazzberry Jam #A30754
Tints of Jazzberry Jam #A30754
RGB
CMYK
RGB Variations
Color information
#A30754 (or 0xA30754) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 54. RGB value is (163,7,84). Sum of RGB (Red+Green+Blue) = 163+7+84=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A30754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30754 is #5CF8AB. Grayscale: #3E3E3E. Windows color (decimal): -6092972 or 5506979. OLE color: 5506979.
HSL color Cylindrical-coordinate representation of color #A30754: hue angle of 330.38º 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 #A30754 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 84 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.36 |
| HSL | 330.38º | 0.92% | 0.33% | - |
| HSV(B) | 330.38º | 0.96% | 0.64% | - |
| XYZ | 16.78 | 8.58 | 9.16 | - |
| YUV | 62.42 | 140.18 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 84 | 0 | 0.96 | 0.48 | 0.36 | 330.38 | 0.92 | 0.33 |
| Hex | A3 | 7 | 54 | 0 | 60 | 30 | 24 | 14A | 5C | 21 |
| Octal | 243 | 7 | 124 | 0 | 140 | 60 | 44 | 512 | 134 | 41 |
| Binary | 10100011 | 111 | 1010100 | 0 | 1100000 | 110000 | 100100 | 101001010 | 1011100 | 100001 |
Color Harmonies of #A30754
Complementary color
Monochromatic Colors of #A30754
Black with #A30754
Text Example
Text Example
White with #A30754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30754; }
p { color: rgb(163,7,84); }
H1.HeaderClassName
{
color: #A30754;
}
.AnyTagClassName
{
color: #A30754;
}
</style>
background-color css
<style>
a { background-color: #A30754; }
a { background-color: rgb(163,7,84); }
div.DivClassName
{
background-color: #A30754;
}
.BgClassName
{
background-color: #A30754;
}
</style>
border-color css
<style>
span { border-color: #A30754; }
span { border-color: rgb(163,7,84); }
td.TdClassName
{
border-color: #A30754;
}
.TagClassName
{
border-color: #A30754;
}
</style>