Shades of Jazzberry Jam #A8033C
Tints of Jazzberry Jam #A8033C
RGB
CMYK
RGB Variations
Color information
#A8033C (or 0xA8033C) is known color: Jazzberry Jam. HEX triplet: A8, 03 and 3C. RGB value is (168,3,60). Sum of RGB (Red+Green+Blue) = 168+3+60=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A8033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8033C is #57FCC3. Grayscale: #3A3A3A. Windows color (decimal): -5766340 or 3933096. OLE color: 3933096.
HSL color Cylindrical-coordinate representation of color #A8033C: hue angle of 339.27º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8033C is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 60 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.34 |
| HSL | 339.27º | 0.96% | 0.34% | - |
| HSV(B) | 339.27º | 0.98% | 0.66% | - |
| XYZ | 17 | 8.72 | 5.06 | - |
| YUV | 58.83 | 128.66 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 60 | 0 | 0.98 | 0.64 | 0.34 | 339.27 | 0.96 | 0.34 |
| Hex | A8 | 3 | 3C | 0 | 62 | 40 | 22 | 153 | 60 | 22 |
| Octal | 250 | 3 | 74 | 0 | 142 | 100 | 42 | 523 | 140 | 42 |
| Binary | 10101000 | 11 | 111100 | 0 | 1100010 | 1000000 | 100010 | 101010011 | 1100000 | 100010 |
Color Harmonies of #A8033C
Complementary color
Monochromatic Colors of #A8033C
Black with #A8033C
Text Example
Text Example
White with #A8033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8033C; }
p { color: rgb(168,3,60); }
H1.HeaderClassName
{
color: #A8033C;
}
.AnyTagClassName
{
color: #A8033C;
}
</style>
background-color css
<style>
a { background-color: #A8033C; }
a { background-color: rgb(168,3,60); }
div.DivClassName
{
background-color: #A8033C;
}
.BgClassName
{
background-color: #A8033C;
}
</style>
border-color css
<style>
span { border-color: #A8033C; }
span { border-color: rgb(168,3,60); }
td.TdClassName
{
border-color: #A8033C;
}
.TagClassName
{
border-color: #A8033C;
}
</style>