Shades of Jazzberry Jam #A5135C
Tints of Jazzberry Jam #A5135C
RGB
CMYK
RGB Variations
Color information
#A5135C (or 0xA5135C) is known color: Jazzberry Jam. HEX triplet: A5, 13 and 5C. RGB value is (165,19,92). Sum of RGB (Red+Green+Blue) = 165+19+92=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A5135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5135C is #5AECA3. Grayscale: #464646. Windows color (decimal): -5958820 or 6034341. OLE color: 6034341.
HSL color Cylindrical-coordinate representation of color #A5135C: hue angle of 330º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5135C is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 19 | 92 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.35 |
| HSL | 330º | 0.79% | 0.36% | - |
| HSV(B) | 330º | 0.88% | 0.65% | - |
| XYZ | 17.68 | 9.24 | 10.98 | - |
| YUV | 70.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 92 | 0 | 0.88 | 0.44 | 0.35 | 330 | 0.79 | 0.36 |
| Hex | A5 | 13 | 5C | 0 | 58 | 2C | 23 | 14A | 4F | 24 |
| Octal | 245 | 23 | 134 | 0 | 130 | 54 | 43 | 512 | 117 | 44 |
| Binary | 10100101 | 10011 | 1011100 | 0 | 1011000 | 101100 | 100011 | 101001010 | 1001111 | 100100 |
Color Harmonies of #A5135C
Complementary color
Monochromatic Colors of #A5135C
Black with #A5135C
Text Example
Text Example
White with #A5135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5135C; }
p { color: rgb(165,19,92); }
H1.HeaderClassName
{
color: #A5135C;
}
.AnyTagClassName
{
color: #A5135C;
}
</style>
background-color css
<style>
a { background-color: #A5135C; }
a { background-color: rgb(165,19,92); }
div.DivClassName
{
background-color: #A5135C;
}
.BgClassName
{
background-color: #A5135C;
}
</style>
border-color css
<style>
span { border-color: #A5135C; }
span { border-color: rgb(165,19,92); }
td.TdClassName
{
border-color: #A5135C;
}
.TagClassName
{
border-color: #A5135C;
}
</style>