Shades of Jazzberry Jam #A6075E
Tints of Jazzberry Jam #A6075E
RGB
CMYK
RGB Variations
Color information
#A6075E (or 0xA6075E) is known color: Jazzberry Jam. HEX triplet: A6, 07 and 5E. RGB value is (166,7,94). Sum of RGB (Red+Green+Blue) = 166+7+94=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A6075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6075E is #59F8A1. Grayscale: #404040. Windows color (decimal): -5896354 or 6162342. OLE color: 6162342.
HSL color Cylindrical-coordinate representation of color #A6075E: hue angle of 327.17º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6075E is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 94 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.35 |
| HSL | 327.17º | 0.92% | 0.34% | - |
| HSV(B) | 327.17º | 0.96% | 0.65% | - |
| XYZ | 17.82 | 9.07 | 11.4 | - |
| YUV | 64.46 | 144.68 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 94 | 0 | 0.96 | 0.43 | 0.35 | 327.17 | 0.92 | 0.34 |
| Hex | A6 | 7 | 5E | 0 | 60 | 2B | 23 | 147 | 5C | 22 |
| Octal | 246 | 7 | 136 | 0 | 140 | 53 | 43 | 507 | 134 | 42 |
| Binary | 10100110 | 111 | 1011110 | 0 | 1100000 | 101011 | 100011 | 101000111 | 1011100 | 100010 |
Color Harmonies of #A6075E
Complementary color
Monochromatic Colors of #A6075E
Black with #A6075E
Text Example
Text Example
White with #A6075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6075E; }
p { color: rgb(166,7,94); }
H1.HeaderClassName
{
color: #A6075E;
}
.AnyTagClassName
{
color: #A6075E;
}
</style>
background-color css
<style>
a { background-color: #A6075E; }
a { background-color: rgb(166,7,94); }
div.DivClassName
{
background-color: #A6075E;
}
.BgClassName
{
background-color: #A6075E;
}
</style>
border-color css
<style>
span { border-color: #A6075E; }
span { border-color: rgb(166,7,94); }
td.TdClassName
{
border-color: #A6075E;
}
.TagClassName
{
border-color: #A6075E;
}
</style>