Shades of Jazzberry Jam #A40769
Tints of Jazzberry Jam #A40769
RGB
CMYK
RGB Variations
Color information
#A40769 (or 0xA40769) is known color: Jazzberry Jam. HEX triplet: A4, 07 and 69. RGB value is (164,7,105). Sum of RGB (Red+Green+Blue) = 164+7+105=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A40769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40769 is #5BF896. Grayscale: #404040. Windows color (decimal): -6027415 or 6883236. OLE color: 6883236.
HSL color Cylindrical-coordinate representation of color #A40769: hue angle of 322.55º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40769 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 7 | 105 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.36 |
| HSL | 322.55º | 0.92% | 0.34% | - |
| HSV(B) | 322.55º | 0.96% | 0.64% | - |
| XYZ | 17.94 | 9.06 | 14.17 | - |
| YUV | 65.12 | 150.51 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 105 | 0 | 0.96 | 0.36 | 0.36 | 322.55 | 0.92 | 0.34 |
| Hex | A4 | 7 | 69 | 0 | 60 | 24 | 24 | 143 | 5C | 22 |
| Octal | 244 | 7 | 151 | 0 | 140 | 44 | 44 | 503 | 134 | 42 |
| Binary | 10100100 | 111 | 1101001 | 0 | 1100000 | 100100 | 100100 | 101000011 | 1011100 | 100010 |
Color Harmonies of #A40769
Complementary color
Monochromatic Colors of #A40769
Black with #A40769
Text Example
Text Example
White with #A40769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40769; }
p { color: rgb(164,7,105); }
H1.HeaderClassName
{
color: #A40769;
}
.AnyTagClassName
{
color: #A40769;
}
</style>
background-color css
<style>
a { background-color: #A40769; }
a { background-color: rgb(164,7,105); }
div.DivClassName
{
background-color: #A40769;
}
.BgClassName
{
background-color: #A40769;
}
</style>
border-color css
<style>
span { border-color: #A40769; }
span { border-color: rgb(164,7,105); }
td.TdClassName
{
border-color: #A40769;
}
.TagClassName
{
border-color: #A40769;
}
</style>