Shades of Jazzberry Jam #A8035C
Tints of Jazzberry Jam #A8035C
RGB
CMYK
RGB Variations
Color information
#A8035C (or 0xA8035C) is known color: Jazzberry Jam. HEX triplet: A8, 03 and 5C. RGB value is (168,3,92). Sum of RGB (Red+Green+Blue) = 168+3+92=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8035C is #57FCA3. Grayscale: #3E3E3E. Windows color (decimal): -5766308 or 6030248. OLE color: 6030248.
HSL color Cylindrical-coordinate representation of color #A8035C: hue angle of 327.64º 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 #A8035C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.34 |
| HSL | 327.64º | 0.96% | 0.34% | - |
| HSV(B) | 327.64º | 0.98% | 0.66% | - |
| XYZ | 18.11 | 9.16 | 10.94 | - |
| YUV | 62.48 | 144.66 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 92 | 0 | 0.98 | 0.45 | 0.34 | 327.64 | 0.96 | 0.34 |
| Hex | A8 | 3 | 5C | 0 | 62 | 2D | 22 | 148 | 60 | 22 |
| Octal | 250 | 3 | 134 | 0 | 142 | 55 | 42 | 510 | 140 | 42 |
| Binary | 10101000 | 11 | 1011100 | 0 | 1100010 | 101101 | 100010 | 101001000 | 1100000 | 100010 |
Color Harmonies of #A8035C
Complementary color
Monochromatic Colors of #A8035C
Black with #A8035C
Text Example
Text Example
White with #A8035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8035C; }
p { color: rgb(168,3,92); }
H1.HeaderClassName
{
color: #A8035C;
}
.AnyTagClassName
{
color: #A8035C;
}
</style>
background-color css
<style>
a { background-color: #A8035C; }
a { background-color: rgb(168,3,92); }
div.DivClassName
{
background-color: #A8035C;
}
.BgClassName
{
background-color: #A8035C;
}
</style>
border-color css
<style>
span { border-color: #A8035C; }
span { border-color: rgb(168,3,92); }
td.TdClassName
{
border-color: #A8035C;
}
.TagClassName
{
border-color: #A8035C;
}
</style>