Shades of Jazzberry Jam #A4276C
Tints of Jazzberry Jam #A4276C
RGB
CMYK
RGB Variations
Color information
#A4276C (or 0xA4276C) is known color: Jazzberry Jam. HEX triplet: A4, 27 and 6C. RGB value is (164,39,108). Sum of RGB (Red+Green+Blue) = 164+39+108=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4276C is #5BD893. Grayscale: #545454. Windows color (decimal): -6019220 or 7088036. OLE color: 7088036.
HSL color Cylindrical-coordinate representation of color #A4276C: hue angle of 326.88º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4276C is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 108 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.36 |
| HSL | 326.88º | 0.62% | 0.4% | - |
| HSV(B) | 326.88º | 0.76% | 0.64% | - |
| XYZ | 18.74 | 10.43 | 15.21 | - |
| YUV | 84.24 | 141.41 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 108 | 0 | 0.76 | 0.34 | 0.36 | 326.88 | 0.62 | 0.4 |
| Hex | A4 | 27 | 6C | 0 | 4C | 22 | 24 | 147 | 3E | 28 |
| Octal | 244 | 47 | 154 | 0 | 114 | 42 | 44 | 507 | 76 | 50 |
| Binary | 10100100 | 100111 | 1101100 | 0 | 1001100 | 100010 | 100100 | 101000111 | 111110 | 101000 |
Color Harmonies of #A4276C
Complementary color
Monochromatic Colors of #A4276C
Black with #A4276C
Text Example
Text Example
White with #A4276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4276C; }
p { color: rgb(164,39,108); }
H1.HeaderClassName
{
color: #A4276C;
}
.AnyTagClassName
{
color: #A4276C;
}
</style>
background-color css
<style>
a { background-color: #A4276C; }
a { background-color: rgb(164,39,108); }
div.DivClassName
{
background-color: #A4276C;
}
.BgClassName
{
background-color: #A4276C;
}
</style>
border-color css
<style>
span { border-color: #A4276C; }
span { border-color: rgb(164,39,108); }
td.TdClassName
{
border-color: #A4276C;
}
.TagClassName
{
border-color: #A4276C;
}
</style>