Shades of Jazzberry Jam #A8003C
Tints of Jazzberry Jam #A8003C
RGB
CMYK
RGB Variations
Color information
#A8003C (or 0xA8003C) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 3C. RGB value is (168,0,60). Sum of RGB (Red+Green+Blue) = 168+0+60=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A8003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8003C is #57FFC3. Grayscale: #393939. Windows color (decimal): -5767108 or 3932328. OLE color: 3932328.
HSL color Cylindrical-coordinate representation of color #A8003C: hue angle of 338.57º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8003C is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.64 | 0.34 |
| HSL | 338.57º | 1% | 0.33% | - |
| HSV(B) | 338.57º | 1% | 0.66% | - |
| XYZ | 16.96 | 8.65 | 5.05 | - |
| YUV | 57.07 | 129.66 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 60 | 0 | 1 | 0.64 | 0.34 | 338.57 | 1 | 0.33 |
| Hex | A8 | 0 | 3C | 0 | 64 | 40 | 22 | 153 | 64 | 21 |
| Octal | 250 | 0 | 74 | 0 | 144 | 100 | 42 | 523 | 144 | 41 |
| Binary | 10101000 | 0 | 111100 | 0 | 1100100 | 1000000 | 100010 | 101010011 | 1100100 | 100001 |
Color Harmonies of #A8003C
Complementary color
Monochromatic Colors of #A8003C
Black with #A8003C
Text Example
Text Example
White with #A8003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8003C; }
p { color: rgb(168,0,60); }
H1.HeaderClassName
{
color: #A8003C;
}
.AnyTagClassName
{
color: #A8003C;
}
</style>
background-color css
<style>
a { background-color: #A8003C; }
a { background-color: rgb(168,0,60); }
div.DivClassName
{
background-color: #A8003C;
}
.BgClassName
{
background-color: #A8003C;
}
</style>
border-color css
<style>
span { border-color: #A8003C; }
span { border-color: rgb(168,0,60); }
td.TdClassName
{
border-color: #A8003C;
}
.TagClassName
{
border-color: #A8003C;
}
</style>