Shades of Jazzberry Jam #A51C6B
Tints of Jazzberry Jam #A51C6B
RGB
CMYK
RGB Variations
Color information
#A51C6B (or 0xA51C6B) is known color: Jazzberry Jam. HEX triplet: A5, 1C and 6B. RGB value is (165,28,107). Sum of RGB (Red+Green+Blue) = 165+28+107=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51C6B is #5AE394. Grayscale: #4D4D4D. Windows color (decimal): -5956501 or 7019685. OLE color: 7019685.
HSL color Cylindrical-coordinate representation of color #A51C6B: hue angle of 325.4º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A51C6B is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 28 | 107 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.35 |
| HSL | 325.4º | 0.71% | 0.38% | - |
| HSV(B) | 325.4º | 0.83% | 0.65% | - |
| XYZ | 18.59 | 9.89 | 14.84 | - |
| YUV | 77.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 28 | 107 | 0 | 0.83 | 0.35 | 0.35 | 325.4 | 0.71 | 0.38 |
| Hex | A5 | 1C | 6B | 0 | 53 | 23 | 23 | 145 | 47 | 26 |
| Octal | 245 | 34 | 153 | 0 | 123 | 43 | 43 | 505 | 107 | 46 |
| Binary | 10100101 | 11100 | 1101011 | 0 | 1010011 | 100011 | 100011 | 101000101 | 1000111 | 100110 |
Color Harmonies of #A51C6B
Complementary color
Monochromatic Colors of #A51C6B
Black with #A51C6B
Text Example
Text Example
White with #A51C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51C6B; }
p { color: rgb(165,28,107); }
H1.HeaderClassName
{
color: #A51C6B;
}
.AnyTagClassName
{
color: #A51C6B;
}
</style>
background-color css
<style>
a { background-color: #A51C6B; }
a { background-color: rgb(165,28,107); }
div.DivClassName
{
background-color: #A51C6B;
}
.BgClassName
{
background-color: #A51C6B;
}
</style>
border-color css
<style>
span { border-color: #A51C6B; }
span { border-color: rgb(165,28,107); }
td.TdClassName
{
border-color: #A51C6B;
}
.TagClassName
{
border-color: #A51C6B;
}
</style>