Shades of Jazzberry Jam #A0074B
Tints of Jazzberry Jam #A0074B
RGB
CMYK
RGB Variations
Color information
#A0074B (or 0xA0074B) is known color: Jazzberry Jam. HEX triplet: A0, 07 and 4B. RGB value is (160,7,75). Sum of RGB (Red+Green+Blue) = 160+7+75=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0074B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0074B is #5FF8B4. Grayscale: #3C3C3C. Windows color (decimal): -6289589 or 4917152. OLE color: 4917152.
HSL color Cylindrical-coordinate representation of color #A0074B: hue angle of 333.33º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0074B is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 75 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.37 |
| HSL | 333.33º | 0.92% | 0.33% | - |
| HSV(B) | 333.33º | 0.96% | 0.63% | - |
| XYZ | 15.84 | 8.13 | 7.39 | - |
| YUV | 60.5 | 136.19 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 75 | 0 | 0.96 | 0.53 | 0.37 | 333.33 | 0.92 | 0.33 |
| Hex | A0 | 7 | 4B | 0 | 60 | 35 | 25 | 14D | 5C | 21 |
| Octal | 240 | 7 | 113 | 0 | 140 | 65 | 45 | 515 | 134 | 41 |
| Binary | 10100000 | 111 | 1001011 | 0 | 1100000 | 110101 | 100101 | 101001101 | 1011100 | 100001 |
Color Harmonies of #A0074B
Complementary color
Monochromatic Colors of #A0074B
Black with #A0074B
Text Example
Text Example
White with #A0074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0074B; }
p { color: rgb(160,7,75); }
H1.HeaderClassName
{
color: #A0074B;
}
.AnyTagClassName
{
color: #A0074B;
}
</style>
background-color css
<style>
a { background-color: #A0074B; }
a { background-color: rgb(160,7,75); }
div.DivClassName
{
background-color: #A0074B;
}
.BgClassName
{
background-color: #A0074B;
}
</style>
border-color css
<style>
span { border-color: #A0074B; }
span { border-color: rgb(160,7,75); }
td.TdClassName
{
border-color: #A0074B;
}
.TagClassName
{
border-color: #A0074B;
}
</style>