Shades of Jazzberry Jam #A5003F
Tints of Jazzberry Jam #A5003F
RGB
CMYK
RGB Variations
Color information
#A5003F (or 0xA5003F) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 3F. RGB value is (165,0,63). Sum of RGB (Red+Green+Blue) = 165+0+63=228 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.37% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 165 - color contains mainly: red. Hex color #A5003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5003F is #5AFFC0. Grayscale: #383838. Windows color (decimal): -5963713 or 4128933. OLE color: 4128933.
HSL color Cylindrical-coordinate representation of color #A5003F: hue angle of 337.09º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5003F is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.62 | 0.35 |
| HSL | 337.09º | 1% | 0.32% | - |
| HSV(B) | 337.09º | 1% | 0.65% | - |
| XYZ | 16.41 | 8.36 | 5.45 | - |
| YUV | 56.52 | 131.66 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 63 | 0 | 1 | 0.62 | 0.35 | 337.09 | 1 | 0.32 |
| Hex | A5 | 0 | 3F | 0 | 64 | 3E | 23 | 151 | 64 | 20 |
| Octal | 245 | 0 | 77 | 0 | 144 | 76 | 43 | 521 | 144 | 40 |
| Binary | 10100101 | 0 | 111111 | 0 | 1100100 | 111110 | 100011 | 101010001 | 1100100 | 100000 |
Color Harmonies of #A5003F
Complementary color
Monochromatic Colors of #A5003F
Black with #A5003F
Text Example
Text Example
White with #A5003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5003F; }
p { color: rgb(165,0,63); }
H1.HeaderClassName
{
color: #A5003F;
}
.AnyTagClassName
{
color: #A5003F;
}
</style>
background-color css
<style>
a { background-color: #A5003F; }
a { background-color: rgb(165,0,63); }
div.DivClassName
{
background-color: #A5003F;
}
.BgClassName
{
background-color: #A5003F;
}
</style>
border-color css
<style>
span { border-color: #A5003F; }
span { border-color: rgb(165,0,63); }
td.TdClassName
{
border-color: #A5003F;
}
.TagClassName
{
border-color: #A5003F;
}
</style>