Shades of Jazzberry Jam #A30353
Tints of Jazzberry Jam #A30353
RGB
CMYK
RGB Variations
Color information
#A30353 (or 0xA30353) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 53. RGB value is (163,3,83). Sum of RGB (Red+Green+Blue) = 163+3+83=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A30353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30353 is #5CFCAC. Grayscale: #3B3B3B. Windows color (decimal): -6093997 or 5440419. OLE color: 5440419.
HSL color Cylindrical-coordinate representation of color #A30353: hue angle of 330º degrees, saturation: 0.96, 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 #A30353 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.36 |
| HSL | 330º | 0.96% | 0.33% | - |
| HSV(B) | 330º | 0.98% | 0.64% | - |
| XYZ | 16.7 | 8.48 | 8.94 | - |
| YUV | 59.96 | 141.01 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 83 | 0 | 0.98 | 0.49 | 0.36 | 330 | 0.96 | 0.33 |
| Hex | A3 | 3 | 53 | 0 | 62 | 31 | 24 | 14A | 60 | 21 |
| Octal | 243 | 3 | 123 | 0 | 142 | 61 | 44 | 512 | 140 | 41 |
| Binary | 10100011 | 11 | 1010011 | 0 | 1100010 | 110001 | 100100 | 101001010 | 1100000 | 100001 |
Color Harmonies of #A30353
Complementary color
Monochromatic Colors of #A30353
Black with #A30353
Text Example
Text Example
White with #A30353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30353; }
p { color: rgb(163,3,83); }
H1.HeaderClassName
{
color: #A30353;
}
.AnyTagClassName
{
color: #A30353;
}
</style>
background-color css
<style>
a { background-color: #A30353; }
a { background-color: rgb(163,3,83); }
div.DivClassName
{
background-color: #A30353;
}
.BgClassName
{
background-color: #A30353;
}
</style>
border-color css
<style>
span { border-color: #A30353; }
span { border-color: rgb(163,3,83); }
td.TdClassName
{
border-color: #A30353;
}
.TagClassName
{
border-color: #A30353;
}
</style>