Shades of Jazzberry Jam #A5014A
Tints of Jazzberry Jam #A5014A
RGB
CMYK
RGB Variations
Color information
#A5014A (or 0xA5014A) is known color: Jazzberry Jam. HEX triplet: A5, 01 and 4A. RGB value is (165,1,74). Sum of RGB (Red+Green+Blue) = 165+1+74=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A5014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5014A is #5AFEB5. Grayscale: #3A3A3A. Windows color (decimal): -5963446 or 4850085. OLE color: 4850085.
HSL color Cylindrical-coordinate representation of color #A5014A: hue angle of 333.29º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5014A is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.35 |
| HSL | 333.29º | 0.99% | 0.33% | - |
| HSV(B) | 333.29º | 0.99% | 0.65% | - |
| XYZ | 16.76 | 8.52 | 7.24 | - |
| YUV | 58.36 | 136.83 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 74 | 0 | 0.99 | 0.55 | 0.35 | 333.29 | 0.99 | 0.33 |
| Hex | A5 | 1 | 4A | 0 | 63 | 37 | 23 | 14D | 63 | 21 |
| Octal | 245 | 1 | 112 | 0 | 143 | 67 | 43 | 515 | 143 | 41 |
| Binary | 10100101 | 1 | 1001010 | 0 | 1100011 | 110111 | 100011 | 101001101 | 1100011 | 100001 |
Color Harmonies of #A5014A
Complementary color
Monochromatic Colors of #A5014A
Black with #A5014A
Text Example
Text Example
White with #A5014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5014A; }
p { color: rgb(165,1,74); }
H1.HeaderClassName
{
color: #A5014A;
}
.AnyTagClassName
{
color: #A5014A;
}
</style>
background-color css
<style>
a { background-color: #A5014A; }
a { background-color: rgb(165,1,74); }
div.DivClassName
{
background-color: #A5014A;
}
.BgClassName
{
background-color: #A5014A;
}
</style>
border-color css
<style>
span { border-color: #A5014A; }
span { border-color: rgb(165,1,74); }
td.TdClassName
{
border-color: #A5014A;
}
.TagClassName
{
border-color: #A5014A;
}
</style>