Shades of Jazzberry Jam #A40058
Tints of Jazzberry Jam #A40058
RGB
CMYK
RGB Variations
Color information
#A40058 (or 0xA40058) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 58. RGB value is (164,0,88). Sum of RGB (Red+Green+Blue) = 164+0+88=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A40058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40058 is #5BFFA7. Grayscale: #3A3A3A. Windows color (decimal): -6029224 or 5767332. OLE color: 5767332.
HSL color Cylindrical-coordinate representation of color #A40058: hue angle of 327.8º 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 #A40058 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.46 | 0.36 |
| HSL | 327.8º | 1% | 0.32% | - |
| HSV(B) | 327.8º | 1% | 0.64% | - |
| XYZ | 17.07 | 8.6 | 9.99 | - |
| YUV | 59.07 | 144.33 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 88 | 0 | 1 | 0.46 | 0.36 | 327.8 | 1 | 0.32 |
| Hex | A4 | 0 | 58 | 0 | 64 | 2E | 24 | 148 | 64 | 20 |
| Octal | 244 | 0 | 130 | 0 | 144 | 56 | 44 | 510 | 144 | 40 |
| Binary | 10100100 | 0 | 1011000 | 0 | 1100100 | 101110 | 100100 | 101001000 | 1100100 | 100000 |
Color Harmonies of #A40058
Complementary color
Monochromatic Colors of #A40058
Black with #A40058
Text Example
Text Example
White with #A40058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40058; }
p { color: rgb(164,0,88); }
H1.HeaderClassName
{
color: #A40058;
}
.AnyTagClassName
{
color: #A40058;
}
</style>
background-color css
<style>
a { background-color: #A40058; }
a { background-color: rgb(164,0,88); }
div.DivClassName
{
background-color: #A40058;
}
.BgClassName
{
background-color: #A40058;
}
</style>
border-color css
<style>
span { border-color: #A40058; }
span { border-color: rgb(164,0,88); }
td.TdClassName
{
border-color: #A40058;
}
.TagClassName
{
border-color: #A40058;
}
</style>