Shades of Jazzberry Jam #A8004B
Tints of Jazzberry Jam #A8004B
RGB
CMYK
RGB Variations
Color information
#A8004B (or 0xA8004B) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 4B. RGB value is (168,0,75). Sum of RGB (Red+Green+Blue) = 168+0+75=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A8004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8004B is #57FFB4. Grayscale: #3A3A3A. Windows color (decimal): -5767093 or 4915368. OLE color: 4915368.
HSL color Cylindrical-coordinate representation of color #A8004B: hue angle of 333.21º 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 #A8004B is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.55 | 0.34 |
| HSL | 333.21º | 1% | 0.33% | - |
| HSV(B) | 333.21º | 1% | 0.66% | - |
| XYZ | 17.42 | 8.83 | 7.44 | - |
| YUV | 58.78 | 137.16 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 75 | 0 | 1 | 0.55 | 0.34 | 333.21 | 1 | 0.33 |
| Hex | A8 | 0 | 4B | 0 | 64 | 37 | 22 | 14D | 64 | 21 |
| Octal | 250 | 0 | 113 | 0 | 144 | 67 | 42 | 515 | 144 | 41 |
| Binary | 10101000 | 0 | 1001011 | 0 | 1100100 | 110111 | 100010 | 101001101 | 1100100 | 100001 |
Color Harmonies of #A8004B
Complementary color
Monochromatic Colors of #A8004B
Black with #A8004B
Text Example
Text Example
White with #A8004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8004B; }
p { color: rgb(168,0,75); }
H1.HeaderClassName
{
color: #A8004B;
}
.AnyTagClassName
{
color: #A8004B;
}
</style>
background-color css
<style>
a { background-color: #A8004B; }
a { background-color: rgb(168,0,75); }
div.DivClassName
{
background-color: #A8004B;
}
.BgClassName
{
background-color: #A8004B;
}
</style>
border-color css
<style>
span { border-color: #A8004B; }
span { border-color: rgb(168,0,75); }
td.TdClassName
{
border-color: #A8004B;
}
.TagClassName
{
border-color: #A8004B;
}
</style>