Shades of Jazzberry Jam #A40152
Tints of Jazzberry Jam #A40152
RGB
CMYK
RGB Variations
Color information
#A40152 (or 0xA40152) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 52. RGB value is (164,1,82). Sum of RGB (Red+Green+Blue) = 164+1+82=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A40152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40152 is #5BFEAD. Grayscale: #3A3A3A. Windows color (decimal): -6028974 or 5374372. OLE color: 5374372.
HSL color Cylindrical-coordinate representation of color #A40152: hue angle of 330.18º 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 #A40152 is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 82 | - |
| CMYK | 0 | 0.99 | 0.5 | 0.36 |
| HSL | 330.18º | 0.99% | 0.32% | - |
| HSV(B) | 330.18º | 0.99% | 0.64% | - |
| XYZ | 16.84 | 8.52 | 8.74 | - |
| YUV | 58.97 | 141 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 82 | 0 | 0.99 | 0.5 | 0.36 | 330.18 | 0.99 | 0.32 |
| Hex | A4 | 1 | 52 | 0 | 63 | 32 | 24 | 14A | 63 | 20 |
| Octal | 244 | 1 | 122 | 0 | 143 | 62 | 44 | 512 | 143 | 40 |
| Binary | 10100100 | 1 | 1010010 | 0 | 1100011 | 110010 | 100100 | 101001010 | 1100011 | 100000 |
Color Harmonies of #A40152
Complementary color
Monochromatic Colors of #A40152
Black with #A40152
Text Example
Text Example
White with #A40152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40152; }
p { color: rgb(164,1,82); }
H1.HeaderClassName
{
color: #A40152;
}
.AnyTagClassName
{
color: #A40152;
}
</style>
background-color css
<style>
a { background-color: #A40152; }
a { background-color: rgb(164,1,82); }
div.DivClassName
{
background-color: #A40152;
}
.BgClassName
{
background-color: #A40152;
}
</style>
border-color css
<style>
span { border-color: #A40152; }
span { border-color: rgb(164,1,82); }
td.TdClassName
{
border-color: #A40152;
}
.TagClassName
{
border-color: #A40152;
}
</style>