Shades of Jazzberry Jam #A30052
Tints of Jazzberry Jam #A30052
RGB
CMYK
RGB Variations
Color information
#A30052 (or 0xA30052) is known color: Jazzberry Jam. HEX triplet: A3, 00 and 52. RGB value is (163,0,82). Sum of RGB (Red+Green+Blue) = 163+0+82=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A30052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30052 is #5CFFAD. Grayscale: #393939. Windows color (decimal): -6094766 or 5374115. OLE color: 5374115.
HSL color Cylindrical-coordinate representation of color #A30052: hue angle of 329.82º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30052 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.50 | 0.36 |
| HSL | 329.82º | 1% | 0.32% | - |
| HSV(B) | 329.82º | 1% | 0.64% | - |
| XYZ | 16.63 | 8.4 | 8.73 | - |
| YUV | 58.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 82 | 0 | 1 | 0.50 | 0.36 | 329.82 | 1 | 0.32 |
| Hex | A3 | 0 | 52 | 0 | 64 | 32 | 24 | 14A | 64 | 20 |
| Octal | 243 | 0 | 122 | 0 | 144 | 62 | 44 | 512 | 144 | 40 |
| Binary | 10100011 | 0 | 1010010 | 0 | 1100100 | 110010 | 100100 | 101001010 | 1100100 | 100000 |
Color Harmonies of #A30052
Complementary color
Monochromatic Colors of #A30052
Black with #A30052
Text Example
Text Example
White with #A30052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30052; }
p { color: rgb(163,0,82); }
H1.HeaderClassName
{
color: #A30052;
}
.AnyTagClassName
{
color: #A30052;
}
</style>
background-color css
<style>
a { background-color: #A30052; }
a { background-color: rgb(163,0,82); }
div.DivClassName
{
background-color: #A30052;
}
.BgClassName
{
background-color: #A30052;
}
</style>
border-color css
<style>
span { border-color: #A30052; }
span { border-color: rgb(163,0,82); }
td.TdClassName
{
border-color: #A30052;
}
.TagClassName
{
border-color: #A30052;
}
</style>