Shades of Jazzberry Jam #A7035A
Tints of Jazzberry Jam #A7035A
RGB
CMYK
RGB Variations
Color information
#A7035A (or 0xA7035A) is known color: Jazzberry Jam. HEX triplet: A7, 03 and 5A. RGB value is (167,3,90). Sum of RGB (Red+Green+Blue) = 167+3+90=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A7035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7035A is #58FCA5. Grayscale: #3D3D3D. Windows color (decimal): -5831846 or 5899175. OLE color: 5899175.
HSL color Cylindrical-coordinate representation of color #A7035A: hue angle of 328.17º 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 #A7035A is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 90 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.35 |
| HSL | 328.17º | 0.96% | 0.33% | - |
| HSV(B) | 328.17º | 0.98% | 0.65% | - |
| XYZ | 17.81 | 9.02 | 10.47 | - |
| YUV | 61.95 | 143.83 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 90 | 0 | 0.98 | 0.46 | 0.35 | 328.17 | 0.96 | 0.33 |
| Hex | A7 | 3 | 5A | 0 | 62 | 2E | 23 | 148 | 60 | 21 |
| Octal | 247 | 3 | 132 | 0 | 142 | 56 | 43 | 510 | 140 | 41 |
| Binary | 10100111 | 11 | 1011010 | 0 | 1100010 | 101110 | 100011 | 101001000 | 1100000 | 100001 |
Color Harmonies of #A7035A
Complementary color
Monochromatic Colors of #A7035A
Black with #A7035A
Text Example
Text Example
White with #A7035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7035A; }
p { color: rgb(167,3,90); }
H1.HeaderClassName
{
color: #A7035A;
}
.AnyTagClassName
{
color: #A7035A;
}
</style>
background-color css
<style>
a { background-color: #A7035A; }
a { background-color: rgb(167,3,90); }
div.DivClassName
{
background-color: #A7035A;
}
.BgClassName
{
background-color: #A7035A;
}
</style>
border-color css
<style>
span { border-color: #A7035A; }
span { border-color: rgb(167,3,90); }
td.TdClassName
{
border-color: #A7035A;
}
.TagClassName
{
border-color: #A7035A;
}
</style>