Shades of Jazzberry Jam #A70469
Tints of Jazzberry Jam #A70469
RGB
CMYK
RGB Variations
Color information
#A70469 (or 0xA70469) is known color: Jazzberry Jam. HEX triplet: A7, 04 and 69. RGB value is (167,4,105). Sum of RGB (Red+Green+Blue) = 167+4+105=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A70469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70469 is #58FB96. Grayscale: #404040. Windows color (decimal): -5831575 or 6882471. OLE color: 6882471.
HSL color Cylindrical-coordinate representation of color #A70469: hue angle of 322.82º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A70469 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 4 | 105 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.35 |
| HSL | 322.82º | 0.95% | 0.34% | - |
| HSV(B) | 322.82º | 0.98% | 0.65% | - |
| XYZ | 18.53 | 9.32 | 14.19 | - |
| YUV | 64.25 | 151 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 4 | 105 | 0 | 0.98 | 0.37 | 0.35 | 322.82 | 0.95 | 0.34 |
| Hex | A7 | 4 | 69 | 0 | 62 | 25 | 23 | 143 | 5F | 22 |
| Octal | 247 | 4 | 151 | 0 | 142 | 45 | 43 | 503 | 137 | 42 |
| Binary | 10100111 | 100 | 1101001 | 0 | 1100010 | 100101 | 100011 | 101000011 | 1011111 | 100010 |
Color Harmonies of #A70469
Complementary color
Monochromatic Colors of #A70469
Black with #A70469
Text Example
Text Example
White with #A70469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70469; }
p { color: rgb(167,4,105); }
H1.HeaderClassName
{
color: #A70469;
}
.AnyTagClassName
{
color: #A70469;
}
</style>
background-color css
<style>
a { background-color: #A70469; }
a { background-color: rgb(167,4,105); }
div.DivClassName
{
background-color: #A70469;
}
.BgClassName
{
background-color: #A70469;
}
</style>
border-color css
<style>
span { border-color: #A70469; }
span { border-color: rgb(167,4,105); }
td.TdClassName
{
border-color: #A70469;
}
.TagClassName
{
border-color: #A70469;
}
</style>