Shades of Jazzberry Jam #A3145C
Tints of Jazzberry Jam #A3145C
RGB
CMYK
RGB Variations
Color information
#A3145C (or 0xA3145C) is known color: Jazzberry Jam. HEX triplet: A3, 14 and 5C. RGB value is (163,20,92). Sum of RGB (Red+Green+Blue) = 163+20+92=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A3145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3145C is #5CEBA3. Grayscale: #464646. Windows color (decimal): -6089636 or 6034595. OLE color: 6034595.
HSL color Cylindrical-coordinate representation of color #A3145C: hue angle of 329.79º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A3145C is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 92 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.36 |
| HSL | 329.79º | 0.78% | 0.36% | - |
| HSV(B) | 329.79º | 0.88% | 0.64% | - |
| XYZ | 17.29 | 9.06 | 10.96 | - |
| YUV | 70.97 | 139.88 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 92 | 0 | 0.88 | 0.44 | 0.36 | 329.79 | 0.78 | 0.36 |
| Hex | A3 | 14 | 5C | 0 | 58 | 2C | 24 | 14A | 4E | 24 |
| Octal | 243 | 24 | 134 | 0 | 130 | 54 | 44 | 512 | 116 | 44 |
| Binary | 10100011 | 10100 | 1011100 | 0 | 1011000 | 101100 | 100100 | 101001010 | 1001110 | 100100 |
Color Harmonies of #A3145C
Complementary color
Monochromatic Colors of #A3145C
Black with #A3145C
Text Example
Text Example
White with #A3145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3145C; }
p { color: rgb(163,20,92); }
H1.HeaderClassName
{
color: #A3145C;
}
.AnyTagClassName
{
color: #A3145C;
}
</style>
background-color css
<style>
a { background-color: #A3145C; }
a { background-color: rgb(163,20,92); }
div.DivClassName
{
background-color: #A3145C;
}
.BgClassName
{
background-color: #A3145C;
}
</style>
border-color css
<style>
span { border-color: #A3145C; }
span { border-color: rgb(163,20,92); }
td.TdClassName
{
border-color: #A3145C;
}
.TagClassName
{
border-color: #A3145C;
}
</style>