Shades of Jazzberry Jam #A8045D
Tints of Jazzberry Jam #A8045D
RGB
CMYK
RGB Variations
Color information
#A8045D (or 0xA8045D) is known color: Jazzberry Jam. HEX triplet: A8, 04 and 5D. RGB value is (168,4,93). Sum of RGB (Red+Green+Blue) = 168+4+93=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8045D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8045D is #57FBA2. Grayscale: #3E3E3E. Windows color (decimal): -5766051 or 6096040. OLE color: 6096040.
HSL color Cylindrical-coordinate representation of color #A8045D: hue angle of 327.44º degrees, saturation: 0.95, 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 #A8045D is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.34 |
| HSL | 327.44º | 0.95% | 0.34% | - |
| HSV(B) | 327.44º | 0.98% | 0.66% | - |
| XYZ | 18.17 | 9.2 | 11.17 | - |
| YUV | 63.18 | 144.83 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 93 | 0 | 0.98 | 0.45 | 0.34 | 327.44 | 0.95 | 0.34 |
| Hex | A8 | 4 | 5D | 0 | 62 | 2D | 22 | 147 | 5F | 22 |
| Octal | 250 | 4 | 135 | 0 | 142 | 55 | 42 | 507 | 137 | 42 |
| Binary | 10101000 | 100 | 1011101 | 0 | 1100010 | 101101 | 100010 | 101000111 | 1011111 | 100010 |
Color Harmonies of #A8045D
Complementary color
Monochromatic Colors of #A8045D
Black with #A8045D
Text Example
Text Example
White with #A8045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8045D; }
p { color: rgb(168,4,93); }
H1.HeaderClassName
{
color: #A8045D;
}
.AnyTagClassName
{
color: #A8045D;
}
</style>
background-color css
<style>
a { background-color: #A8045D; }
a { background-color: rgb(168,4,93); }
div.DivClassName
{
background-color: #A8045D;
}
.BgClassName
{
background-color: #A8045D;
}
</style>
border-color css
<style>
span { border-color: #A8045D; }
span { border-color: rgb(168,4,93); }
td.TdClassName
{
border-color: #A8045D;
}
.TagClassName
{
border-color: #A8045D;
}
</style>