Shades of Jazzberry Jam #A5055C
Tints of Jazzberry Jam #A5055C
RGB
CMYK
RGB Variations
Color information
#A5055C (or 0xA5055C) is known color: Jazzberry Jam. HEX triplet: A5, 05 and 5C. RGB value is (165,5,92). Sum of RGB (Red+Green+Blue) = 165+5+92=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A5055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5055C is #5AFAA3. Grayscale: #3E3E3E. Windows color (decimal): -5962404 or 6030757. OLE color: 6030757.
HSL color Cylindrical-coordinate representation of color #A5055C: hue angle of 327.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5055C is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 5 | 92 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.35 |
| HSL | 327.38º | 0.94% | 0.33% | - |
| HSV(B) | 327.38º | 0.97% | 0.65% | - |
| XYZ | 17.5 | 8.88 | 10.92 | - |
| YUV | 62.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 92 | 0 | 0.97 | 0.44 | 0.35 | 327.38 | 0.94 | 0.33 |
| Hex | A5 | 5 | 5C | 0 | 61 | 2C | 23 | 147 | 5E | 21 |
| Octal | 245 | 5 | 134 | 0 | 141 | 54 | 43 | 507 | 136 | 41 |
| Binary | 10100101 | 101 | 1011100 | 0 | 1100001 | 101100 | 100011 | 101000111 | 1011110 | 100001 |
Color Harmonies of #A5055C
Complementary color
Monochromatic Colors of #A5055C
Black with #A5055C
Text Example
Text Example
White with #A5055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5055C; }
p { color: rgb(165,5,92); }
H1.HeaderClassName
{
color: #A5055C;
}
.AnyTagClassName
{
color: #A5055C;
}
</style>
background-color css
<style>
a { background-color: #A5055C; }
a { background-color: rgb(165,5,92); }
div.DivClassName
{
background-color: #A5055C;
}
.BgClassName
{
background-color: #A5055C;
}
</style>
border-color css
<style>
span { border-color: #A5055C; }
span { border-color: rgb(165,5,92); }
td.TdClassName
{
border-color: #A5055C;
}
.TagClassName
{
border-color: #A5055C;
}
</style>