Shades of Jazzberry Jam #A51E6A
Tints of Jazzberry Jam #A51E6A
RGB
CMYK
RGB Variations
Color information
#A51E6A (or 0xA51E6A) is known color: Jazzberry Jam. HEX triplet: A5, 1E and 6A. RGB value is (165,30,106). Sum of RGB (Red+Green+Blue) = 165+30+106=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51E6A is #5AE195. Grayscale: #4E4E4E. Windows color (decimal): -5955990 or 6954661. OLE color: 6954661.
HSL color Cylindrical-coordinate representation of color #A51E6A: hue angle of 326.22º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E6A is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 30 | 106 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.35 |
| HSL | 326.22º | 0.69% | 0.38% | - |
| HSV(B) | 326.22º | 0.82% | 0.65% | - |
| XYZ | 18.58 | 9.97 | 14.58 | - |
| YUV | 79.03 | 143.23 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 106 | 0 | 0.82 | 0.36 | 0.35 | 326.22 | 0.69 | 0.38 |
| Hex | A5 | 1E | 6A | 0 | 52 | 24 | 23 | 146 | 45 | 26 |
| Octal | 245 | 36 | 152 | 0 | 122 | 44 | 43 | 506 | 105 | 46 |
| Binary | 10100101 | 11110 | 1101010 | 0 | 1010010 | 100100 | 100011 | 101000110 | 1000101 | 100110 |
Color Harmonies of #A51E6A
Complementary color
Monochromatic Colors of #A51E6A
Black with #A51E6A
Text Example
Text Example
White with #A51E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51E6A; }
p { color: rgb(165,30,106); }
H1.HeaderClassName
{
color: #A51E6A;
}
.AnyTagClassName
{
color: #A51E6A;
}
</style>
background-color css
<style>
a { background-color: #A51E6A; }
a { background-color: rgb(165,30,106); }
div.DivClassName
{
background-color: #A51E6A;
}
.BgClassName
{
background-color: #A51E6A;
}
</style>
border-color css
<style>
span { border-color: #A51E6A; }
span { border-color: rgb(165,30,106); }
td.TdClassName
{
border-color: #A51E6A;
}
.TagClassName
{
border-color: #A51E6A;
}
</style>