Shades of Jazzberry Jam #A4035D
Tints of Jazzberry Jam #A4035D
RGB
CMYK
RGB Variations
Color information
#A4035D (or 0xA4035D) is known color: Jazzberry Jam. HEX triplet: A4, 03 and 5D. RGB value is (164,3,93). Sum of RGB (Red+Green+Blue) = 164+3+93=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A4035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4035D is #5BFCA2. Grayscale: #3D3D3D. Windows color (decimal): -6028451 or 6095780. OLE color: 6095780.
HSL color Cylindrical-coordinate representation of color #A4035D: hue angle of 326.46º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4035D is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.36 |
| HSL | 326.46º | 0.96% | 0.33% | - |
| HSV(B) | 326.46º | 0.98% | 0.64% | - |
| XYZ | 17.32 | 8.75 | 11.13 | - |
| YUV | 61.4 | 145.84 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 93 | 0 | 0.98 | 0.43 | 0.36 | 326.46 | 0.96 | 0.33 |
| Hex | A4 | 3 | 5D | 0 | 62 | 2B | 24 | 146 | 60 | 21 |
| Octal | 244 | 3 | 135 | 0 | 142 | 53 | 44 | 506 | 140 | 41 |
| Binary | 10100100 | 11 | 1011101 | 0 | 1100010 | 101011 | 100100 | 101000110 | 1100000 | 100001 |
Color Harmonies of #A4035D
Complementary color
Monochromatic Colors of #A4035D
Black with #A4035D
Text Example
Text Example
White with #A4035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4035D; }
p { color: rgb(164,3,93); }
H1.HeaderClassName
{
color: #A4035D;
}
.AnyTagClassName
{
color: #A4035D;
}
</style>
background-color css
<style>
a { background-color: #A4035D; }
a { background-color: rgb(164,3,93); }
div.DivClassName
{
background-color: #A4035D;
}
.BgClassName
{
background-color: #A4035D;
}
</style>
border-color css
<style>
span { border-color: #A4035D; }
span { border-color: rgb(164,3,93); }
td.TdClassName
{
border-color: #A4035D;
}
.TagClassName
{
border-color: #A4035D;
}
</style>