Shades of Jazzberry Jam #A8045C
Tints of Jazzberry Jam #A8045C
RGB
CMYK
RGB Variations
Color information
#A8045C (or 0xA8045C) is known color: Jazzberry Jam. HEX triplet: A8, 04 and 5C. RGB value is (168,4,92). Sum of RGB (Red+Green+Blue) = 168+4+92=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A8045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8045C is #57FBA3. Grayscale: #3E3E3E. Windows color (decimal): -5766052 or 6030504. OLE color: 6030504.
HSL color Cylindrical-coordinate representation of color #A8045C: hue angle of 327.8º 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 #A8045C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 92 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.34 |
| HSL | 327.8º | 0.95% | 0.34% | - |
| HSV(B) | 327.8º | 0.98% | 0.66% | - |
| XYZ | 18.12 | 9.18 | 10.94 | - |
| YUV | 63.07 | 144.33 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 92 | 0 | 0.98 | 0.45 | 0.34 | 327.8 | 0.95 | 0.34 |
| Hex | A8 | 4 | 5C | 0 | 62 | 2D | 22 | 148 | 5F | 22 |
| Octal | 250 | 4 | 134 | 0 | 142 | 55 | 42 | 510 | 137 | 42 |
| Binary | 10101000 | 100 | 1011100 | 0 | 1100010 | 101101 | 100010 | 101001000 | 1011111 | 100010 |
Color Harmonies of #A8045C
Complementary color
Monochromatic Colors of #A8045C
Black with #A8045C
Text Example
Text Example
White with #A8045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8045C; }
p { color: rgb(168,4,92); }
H1.HeaderClassName
{
color: #A8045C;
}
.AnyTagClassName
{
color: #A8045C;
}
</style>
background-color css
<style>
a { background-color: #A8045C; }
a { background-color: rgb(168,4,92); }
div.DivClassName
{
background-color: #A8045C;
}
.BgClassName
{
background-color: #A8045C;
}
</style>
border-color css
<style>
span { border-color: #A8045C; }
span { border-color: rgb(168,4,92); }
td.TdClassName
{
border-color: #A8045C;
}
.TagClassName
{
border-color: #A8045C;
}
</style>