Shades of Jazzberry Jam #A40663
Tints of Jazzberry Jam #A40663
RGB
CMYK
RGB Variations
Color information
#A40663 (or 0xA40663) is known color: Jazzberry Jam. HEX triplet: A4, 06 and 63. RGB value is (164,6,99). Sum of RGB (Red+Green+Blue) = 164+6+99=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A40663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40663 is #5BF99C. Grayscale: #3F3F3F. Windows color (decimal): -6027677 or 6489764. OLE color: 6489764.
HSL color Cylindrical-coordinate representation of color #A40663: hue angle of 324.68º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40663 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 99 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.36 |
| HSL | 324.68º | 0.93% | 0.33% | - |
| HSV(B) | 324.68º | 0.96% | 0.64% | - |
| XYZ | 17.63 | 8.92 | 12.6 | - |
| YUV | 63.84 | 147.85 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 99 | 0 | 0.96 | 0.40 | 0.36 | 324.68 | 0.93 | 0.33 |
| Hex | A4 | 6 | 63 | 0 | 60 | 28 | 24 | 145 | 5D | 21 |
| Octal | 244 | 6 | 143 | 0 | 140 | 50 | 44 | 505 | 135 | 41 |
| Binary | 10100100 | 110 | 1100011 | 0 | 1100000 | 101000 | 100100 | 101000101 | 1011101 | 100001 |
Color Harmonies of #A40663
Complementary color
Monochromatic Colors of #A40663
Black with #A40663
Text Example
Text Example
White with #A40663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40663; }
p { color: rgb(164,6,99); }
H1.HeaderClassName
{
color: #A40663;
}
.AnyTagClassName
{
color: #A40663;
}
</style>
background-color css
<style>
a { background-color: #A40663; }
a { background-color: rgb(164,6,99); }
div.DivClassName
{
background-color: #A40663;
}
.BgClassName
{
background-color: #A40663;
}
</style>
border-color css
<style>
span { border-color: #A40663; }
span { border-color: rgb(164,6,99); }
td.TdClassName
{
border-color: #A40663;
}
.TagClassName
{
border-color: #A40663;
}
</style>