Shades of Jazzberry Jam #A4005E
Tints of Jazzberry Jam #A4005E
RGB
CMYK
RGB Variations
Color information
#A4005E (or 0xA4005E) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 5E. RGB value is (164,0,94). Sum of RGB (Red+Green+Blue) = 164+0+94=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A4005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4005E is #5BFFA1. Grayscale: #3B3B3B. Windows color (decimal): -6029218 or 6160548. OLE color: 6160548.
HSL color Cylindrical-coordinate representation of color #A4005E: hue angle of 325.61º 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 #A4005E is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.43 | 0.36 |
| HSL | 325.61º | 1% | 0.32% | - |
| HSV(B) | 325.61º | 1% | 0.64% | - |
| XYZ | 17.33 | 8.7 | 11.36 | - |
| YUV | 59.75 | 147.33 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 94 | 0 | 1 | 0.43 | 0.36 | 325.61 | 1 | 0.32 |
| Hex | A4 | 0 | 5E | 0 | 64 | 2B | 24 | 146 | 64 | 20 |
| Octal | 244 | 0 | 136 | 0 | 144 | 53 | 44 | 506 | 144 | 40 |
| Binary | 10100100 | 0 | 1011110 | 0 | 1100100 | 101011 | 100100 | 101000110 | 1100100 | 100000 |
Color Harmonies of #A4005E
Complementary color
Monochromatic Colors of #A4005E
Black with #A4005E
Text Example
Text Example
White with #A4005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4005E; }
p { color: rgb(164,0,94); }
H1.HeaderClassName
{
color: #A4005E;
}
.AnyTagClassName
{
color: #A4005E;
}
</style>
background-color css
<style>
a { background-color: #A4005E; }
a { background-color: rgb(164,0,94); }
div.DivClassName
{
background-color: #A4005E;
}
.BgClassName
{
background-color: #A4005E;
}
</style>
border-color css
<style>
span { border-color: #A4005E; }
span { border-color: rgb(164,0,94); }
td.TdClassName
{
border-color: #A4005E;
}
.TagClassName
{
border-color: #A4005E;
}
</style>