Shades of Jazzberry Jam #A70265
Tints of Jazzberry Jam #A70265
RGB
CMYK
RGB Variations
Color information
#A70265 (or 0xA70265) is known color: Jazzberry Jam. HEX triplet: A7, 02 and 65. RGB value is (167,2,101). Sum of RGB (Red+Green+Blue) = 167+2+101=270 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.85% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 167 - color contains mainly: red. Hex color #A70265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70265 is #58FD9A. Grayscale: #3E3E3E. Windows color (decimal): -5832091 or 6619815. OLE color: 6619815.
HSL color Cylindrical-coordinate representation of color #A70265: hue angle of 324º degrees, saturation: 0.98, 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 #A70265 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.35 |
| HSL | 324º | 0.98% | 0.33% | - |
| HSV(B) | 324º | 0.99% | 0.65% | - |
| XYZ | 18.31 | 9.2 | 13.12 | - |
| YUV | 62.62 | 149.66 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 101 | 0 | 0.99 | 0.40 | 0.35 | 324 | 0.98 | 0.33 |
| Hex | A7 | 2 | 65 | 0 | 63 | 28 | 23 | 144 | 62 | 21 |
| Octal | 247 | 2 | 145 | 0 | 143 | 50 | 43 | 504 | 142 | 41 |
| Binary | 10100111 | 10 | 1100101 | 0 | 1100011 | 101000 | 100011 | 101000100 | 1100010 | 100001 |
Color Harmonies of #A70265
Complementary color
Monochromatic Colors of #A70265
Black with #A70265
Text Example
Text Example
White with #A70265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70265; }
p { color: rgb(167,2,101); }
H1.HeaderClassName
{
color: #A70265;
}
.AnyTagClassName
{
color: #A70265;
}
</style>
background-color css
<style>
a { background-color: #A70265; }
a { background-color: rgb(167,2,101); }
div.DivClassName
{
background-color: #A70265;
}
.BgClassName
{
background-color: #A70265;
}
</style>
border-color css
<style>
span { border-color: #A70265; }
span { border-color: rgb(167,2,101); }
td.TdClassName
{
border-color: #A70265;
}
.TagClassName
{
border-color: #A70265;
}
</style>