Shades of Jazzberry Jam #A30045
Tints of Jazzberry Jam #A30045
RGB
CMYK
RGB Variations
Color information
#A30045 (or 0xA30045) is known color: Jazzberry Jam. HEX triplet: A3, 00 and 45. RGB value is (163,0,69). Sum of RGB (Red+Green+Blue) = 163+0+69=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A30045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30045 is #5CFFBA. Grayscale: #383838. Windows color (decimal): -6094779 or 4522147. OLE color: 4522147.
HSL color Cylindrical-coordinate representation of color #A30045: hue angle of 334.6º 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 #A30045 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.58 | 0.36 |
| HSL | 334.6º | 1% | 0.32% | - |
| HSV(B) | 334.6º | 1% | 0.64% | - |
| XYZ | 16.18 | 8.22 | 6.36 | - |
| YUV | 56.6 | 135 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 69 | 0 | 1 | 0.58 | 0.36 | 334.6 | 1 | 0.32 |
| Hex | A3 | 0 | 45 | 0 | 64 | 3A | 24 | 14F | 64 | 20 |
| Octal | 243 | 0 | 105 | 0 | 144 | 72 | 44 | 517 | 144 | 40 |
| Binary | 10100011 | 0 | 1000101 | 0 | 1100100 | 111010 | 100100 | 101001111 | 1100100 | 100000 |
Color Harmonies of #A30045
Complementary color
Monochromatic Colors of #A30045
Black with #A30045
Text Example
Text Example
White with #A30045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30045; }
p { color: rgb(163,0,69); }
H1.HeaderClassName
{
color: #A30045;
}
.AnyTagClassName
{
color: #A30045;
}
</style>
background-color css
<style>
a { background-color: #A30045; }
a { background-color: rgb(163,0,69); }
div.DivClassName
{
background-color: #A30045;
}
.BgClassName
{
background-color: #A30045;
}
</style>
border-color css
<style>
span { border-color: #A30045; }
span { border-color: rgb(163,0,69); }
td.TdClassName
{
border-color: #A30045;
}
.TagClassName
{
border-color: #A30045;
}
</style>