Shades of Jazzberry Jam #A40153
Tints of Jazzberry Jam #A40153
RGB
CMYK
RGB Variations
Color information
#A40153 (or 0xA40153) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 53. RGB value is (164,1,83). Sum of RGB (Red+Green+Blue) = 164+1+83=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A40153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40153 is #5BFEAC. Grayscale: #3A3A3A. Windows color (decimal): -6028973 or 5439908. OLE color: 5439908.
HSL color Cylindrical-coordinate representation of color #A40153: hue angle of 329.82º 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 #A40153 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.36 |
| HSL | 329.82º | 0.99% | 0.32% | - |
| HSV(B) | 329.82º | 0.99% | 0.64% | - |
| XYZ | 16.88 | 8.54 | 8.94 | - |
| YUV | 59.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 83 | 0 | 0.99 | 0.49 | 0.36 | 329.82 | 0.99 | 0.32 |
| Hex | A4 | 1 | 53 | 0 | 63 | 31 | 24 | 14A | 63 | 20 |
| Octal | 244 | 1 | 123 | 0 | 143 | 61 | 44 | 512 | 143 | 40 |
| Binary | 10100100 | 1 | 1010011 | 0 | 1100011 | 110001 | 100100 | 101001010 | 1100011 | 100000 |
Color Harmonies of #A40153
Complementary color
Monochromatic Colors of #A40153
Black with #A40153
Text Example
Text Example
White with #A40153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40153; }
p { color: rgb(164,1,83); }
H1.HeaderClassName
{
color: #A40153;
}
.AnyTagClassName
{
color: #A40153;
}
</style>
background-color css
<style>
a { background-color: #A40153; }
a { background-color: rgb(164,1,83); }
div.DivClassName
{
background-color: #A40153;
}
.BgClassName
{
background-color: #A40153;
}
</style>
border-color css
<style>
span { border-color: #A40153; }
span { border-color: rgb(164,1,83); }
td.TdClassName
{
border-color: #A40153;
}
.TagClassName
{
border-color: #A40153;
}
</style>