Shades of Jazzberry Jam #A5045A
Tints of Jazzberry Jam #A5045A
RGB
CMYK
RGB Variations
Color information
#A5045A (or 0xA5045A) is known color: Jazzberry Jam. HEX triplet: A5, 04 and 5A. RGB value is (165,4,90). Sum of RGB (Red+Green+Blue) = 165+4+90=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A5045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5045A is #5AFBA5. Grayscale: #3D3D3D. Windows color (decimal): -5962662 or 5899429. OLE color: 5899429.
HSL color Cylindrical-coordinate representation of color #A5045A: hue angle of 327.95º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5045A is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.35 |
| HSL | 327.95º | 0.95% | 0.33% | - |
| HSV(B) | 327.95º | 0.98% | 0.65% | - |
| XYZ | 17.41 | 8.82 | 10.46 | - |
| YUV | 61.94 | 143.84 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 90 | 0 | 0.98 | 0.45 | 0.35 | 327.95 | 0.95 | 0.33 |
| Hex | A5 | 4 | 5A | 0 | 62 | 2D | 23 | 148 | 5F | 21 |
| Octal | 245 | 4 | 132 | 0 | 142 | 55 | 43 | 510 | 137 | 41 |
| Binary | 10100101 | 100 | 1011010 | 0 | 1100010 | 101101 | 100011 | 101001000 | 1011111 | 100001 |
Color Harmonies of #A5045A
Complementary color
Monochromatic Colors of #A5045A
Black with #A5045A
Text Example
Text Example
White with #A5045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5045A; }
p { color: rgb(165,4,90); }
H1.HeaderClassName
{
color: #A5045A;
}
.AnyTagClassName
{
color: #A5045A;
}
</style>
background-color css
<style>
a { background-color: #A5045A; }
a { background-color: rgb(165,4,90); }
div.DivClassName
{
background-color: #A5045A;
}
.BgClassName
{
background-color: #A5045A;
}
</style>
border-color css
<style>
span { border-color: #A5045A; }
span { border-color: rgb(165,4,90); }
td.TdClassName
{
border-color: #A5045A;
}
.TagClassName
{
border-color: #A5045A;
}
</style>