Shades of Jazzberry Jam #A40A6B
Tints of Jazzberry Jam #A40A6B
RGB
CMYK
RGB Variations
Color information
#A40A6B (or 0xA40A6B) is known color: Jazzberry Jam. HEX triplet: A4, 0A and 6B. RGB value is (164,10,107). Sum of RGB (Red+Green+Blue) = 164+10+107=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40A6B is #5BF594. Grayscale: #424242. Windows color (decimal): -6026645 or 7015076. OLE color: 7015076.
HSL color Cylindrical-coordinate representation of color #A40A6B: hue angle of 322.21º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40A6B is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 10 | 107 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.36 |
| HSL | 322.21º | 0.89% | 0.34% | - |
| HSV(B) | 322.21º | 0.94% | 0.64% | - |
| XYZ | 18.07 | 9.17 | 14.73 | - |
| YUV | 67.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 107 | 0 | 0.94 | 0.35 | 0.36 | 322.21 | 0.89 | 0.34 |
| Hex | A4 | A | 6B | 0 | 5E | 23 | 24 | 142 | 59 | 22 |
| Octal | 244 | 12 | 153 | 0 | 136 | 43 | 44 | 502 | 131 | 42 |
| Binary | 10100100 | 1010 | 1101011 | 0 | 1011110 | 100011 | 100100 | 101000010 | 1011001 | 100010 |
Color Harmonies of #A40A6B
Complementary color
Monochromatic Colors of #A40A6B
Black with #A40A6B
Text Example
Text Example
White with #A40A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40A6B; }
p { color: rgb(164,10,107); }
H1.HeaderClassName
{
color: #A40A6B;
}
.AnyTagClassName
{
color: #A40A6B;
}
</style>
background-color css
<style>
a { background-color: #A40A6B; }
a { background-color: rgb(164,10,107); }
div.DivClassName
{
background-color: #A40A6B;
}
.BgClassName
{
background-color: #A40A6B;
}
</style>
border-color css
<style>
span { border-color: #A40A6B; }
span { border-color: rgb(164,10,107); }
td.TdClassName
{
border-color: #A40A6B;
}
.TagClassName
{
border-color: #A40A6B;
}
</style>