Shades of Jazzberry Jam #A30A5D
Tints of Jazzberry Jam #A30A5D
RGB
CMYK
RGB Variations
Color information
#A30A5D (or 0xA30A5D) is known color: Jazzberry Jam. HEX triplet: A3, 0A and 5D. RGB value is (163,10,93). Sum of RGB (Red+Green+Blue) = 163+10+93=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A30A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30A5D is #5CF5A2. Grayscale: #414141. Windows color (decimal): -6092195 or 6097571. OLE color: 6097571.
HSL color Cylindrical-coordinate representation of color #A30A5D: hue angle of 327.45º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30A5D is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 10 | 93 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.36 |
| HSL | 327.45º | 0.88% | 0.34% | - |
| HSV(B) | 327.45º | 0.94% | 0.64% | - |
| XYZ | 17.19 | 8.79 | 11.15 | - |
| YUV | 65.21 | 143.69 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 93 | 0 | 0.94 | 0.43 | 0.36 | 327.45 | 0.88 | 0.34 |
| Hex | A3 | A | 5D | 0 | 5E | 2B | 24 | 147 | 58 | 22 |
| Octal | 243 | 12 | 135 | 0 | 136 | 53 | 44 | 507 | 130 | 42 |
| Binary | 10100011 | 1010 | 1011101 | 0 | 1011110 | 101011 | 100100 | 101000111 | 1011000 | 100010 |
Color Harmonies of #A30A5D
Complementary color
Monochromatic Colors of #A30A5D
Black with #A30A5D
Text Example
Text Example
White with #A30A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30A5D; }
p { color: rgb(163,10,93); }
H1.HeaderClassName
{
color: #A30A5D;
}
.AnyTagClassName
{
color: #A30A5D;
}
</style>
background-color css
<style>
a { background-color: #A30A5D; }
a { background-color: rgb(163,10,93); }
div.DivClassName
{
background-color: #A30A5D;
}
.BgClassName
{
background-color: #A30A5D;
}
</style>
border-color css
<style>
span { border-color: #A30A5D; }
span { border-color: rgb(163,10,93); }
td.TdClassName
{
border-color: #A30A5D;
}
.TagClassName
{
border-color: #A30A5D;
}
</style>