Shades of Jazzberry Jam #A5185C
Tints of Jazzberry Jam #A5185C
RGB
CMYK
RGB Variations
Color information
#A5185C (or 0xA5185C) is known color: Jazzberry Jam. HEX triplet: A5, 18 and 5C. RGB value is (165,24,92). Sum of RGB (Red+Green+Blue) = 165+24+92=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A5185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5185C is #5AE7A3. Grayscale: #494949. Windows color (decimal): -5957540 or 6035621. OLE color: 6035621.
HSL color Cylindrical-coordinate representation of color #A5185C: hue angle of 331.06º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5185C is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 24 | 92 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.35 |
| HSL | 331.06º | 0.75% | 0.37% | - |
| HSV(B) | 331.06º | 0.85% | 0.65% | - |
| XYZ | 17.78 | 9.43 | 11.01 | - |
| YUV | 73.91 | 138.21 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 92 | 0 | 0.85 | 0.44 | 0.35 | 331.06 | 0.75 | 0.37 |
| Hex | A5 | 18 | 5C | 0 | 55 | 2C | 23 | 14B | 4B | 25 |
| Octal | 245 | 30 | 134 | 0 | 125 | 54 | 43 | 513 | 113 | 45 |
| Binary | 10100101 | 11000 | 1011100 | 0 | 1010101 | 101100 | 100011 | 101001011 | 1001011 | 100101 |
Color Harmonies of #A5185C
Complementary color
Monochromatic Colors of #A5185C
Black with #A5185C
Text Example
Text Example
White with #A5185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5185C; }
p { color: rgb(165,24,92); }
H1.HeaderClassName
{
color: #A5185C;
}
.AnyTagClassName
{
color: #A5185C;
}
</style>
background-color css
<style>
a { background-color: #A5185C; }
a { background-color: rgb(165,24,92); }
div.DivClassName
{
background-color: #A5185C;
}
.BgClassName
{
background-color: #A5185C;
}
</style>
border-color css
<style>
span { border-color: #A5185C; }
span { border-color: rgb(165,24,92); }
td.TdClassName
{
border-color: #A5185C;
}
.TagClassName
{
border-color: #A5185C;
}
</style>