Shades of Jazzberry Jam #A3014A
Tints of Jazzberry Jam #A3014A
RGB
CMYK
RGB Variations
Color information
#A3014A (or 0xA3014A) is known color: Jazzberry Jam. HEX triplet: A3, 01 and 4A. RGB value is (163,1,74). Sum of RGB (Red+Green+Blue) = 163+1+74=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A3014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3014A is #5CFEB5. Grayscale: #393939. Windows color (decimal): -6094518 or 4850083. OLE color: 4850083.
HSL color Cylindrical-coordinate representation of color #A3014A: hue angle of 332.96º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3014A is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.36 |
| HSL | 332.96º | 0.99% | 0.32% | - |
| HSV(B) | 332.96º | 0.99% | 0.64% | - |
| XYZ | 16.35 | 8.3 | 7.22 | - |
| YUV | 57.76 | 137.17 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 74 | 0 | 0.99 | 0.55 | 0.36 | 332.96 | 0.99 | 0.32 |
| Hex | A3 | 1 | 4A | 0 | 63 | 37 | 24 | 14D | 63 | 20 |
| Octal | 243 | 1 | 112 | 0 | 143 | 67 | 44 | 515 | 143 | 40 |
| Binary | 10100011 | 1 | 1001010 | 0 | 1100011 | 110111 | 100100 | 101001101 | 1100011 | 100000 |
Color Harmonies of #A3014A
Complementary color
Monochromatic Colors of #A3014A
Black with #A3014A
Text Example
Text Example
White with #A3014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3014A; }
p { color: rgb(163,1,74); }
H1.HeaderClassName
{
color: #A3014A;
}
.AnyTagClassName
{
color: #A3014A;
}
</style>
background-color css
<style>
a { background-color: #A3014A; }
a { background-color: rgb(163,1,74); }
div.DivClassName
{
background-color: #A3014A;
}
.BgClassName
{
background-color: #A3014A;
}
</style>
border-color css
<style>
span { border-color: #A3014A; }
span { border-color: rgb(163,1,74); }
td.TdClassName
{
border-color: #A3014A;
}
.TagClassName
{
border-color: #A3014A;
}
</style>