Shades of Jazzberry Jam #A5035C
Tints of Jazzberry Jam #A5035C
RGB
CMYK
RGB Variations
Color information
#A5035C (or 0xA5035C) is known color: Jazzberry Jam. HEX triplet: A5, 03 and 5C. RGB value is (165,3,92). Sum of RGB (Red+Green+Blue) = 165+3+92=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A5035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5035C is #5AFCA3. Grayscale: #3D3D3D. Windows color (decimal): -5962916 or 6030245. OLE color: 6030245.
HSL color Cylindrical-coordinate representation of color #A5035C: hue angle of 327.04º degrees, saturation: 0.96, 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 #A5035C is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.35 |
| HSL | 327.04º | 0.96% | 0.33% | - |
| HSV(B) | 327.04º | 0.98% | 0.65% | - |
| XYZ | 17.48 | 8.84 | 10.91 | - |
| YUV | 61.58 | 145.17 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 92 | 0 | 0.98 | 0.44 | 0.35 | 327.04 | 0.96 | 0.33 |
| Hex | A5 | 3 | 5C | 0 | 62 | 2C | 23 | 147 | 60 | 21 |
| Octal | 245 | 3 | 134 | 0 | 142 | 54 | 43 | 507 | 140 | 41 |
| Binary | 10100101 | 11 | 1011100 | 0 | 1100010 | 101100 | 100011 | 101000111 | 1100000 | 100001 |
Color Harmonies of #A5035C
Complementary color
Monochromatic Colors of #A5035C
Black with #A5035C
Text Example
Text Example
White with #A5035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5035C; }
p { color: rgb(165,3,92); }
H1.HeaderClassName
{
color: #A5035C;
}
.AnyTagClassName
{
color: #A5035C;
}
</style>
background-color css
<style>
a { background-color: #A5035C; }
a { background-color: rgb(165,3,92); }
div.DivClassName
{
background-color: #A5035C;
}
.BgClassName
{
background-color: #A5035C;
}
</style>
border-color css
<style>
span { border-color: #A5035C; }
span { border-color: rgb(165,3,92); }
td.TdClassName
{
border-color: #A5035C;
}
.TagClassName
{
border-color: #A5035C;
}
</style>