Shades of Jazzberry Jam #A8013B
Tints of Jazzberry Jam #A8013B
RGB
CMYK
RGB Variations
Color information
#A8013B (or 0xA8013B) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 3B. RGB value is (168,1,59). Sum of RGB (Red+Green+Blue) = 168+1+59=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A8013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8013B is #57FEC4. Grayscale: #393939. Windows color (decimal): -5766853 or 3867048. OLE color: 3867048.
HSL color Cylindrical-coordinate representation of color #A8013B: hue angle of 339.16º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8013B is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.34 |
| HSL | 339.16º | 0.99% | 0.33% | - |
| HSV(B) | 339.16º | 0.99% | 0.66% | - |
| XYZ | 16.95 | 8.66 | 4.92 | - |
| YUV | 57.55 | 128.83 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 59 | 0 | 0.99 | 0.65 | 0.34 | 339.16 | 0.99 | 0.33 |
| Hex | A8 | 1 | 3B | 0 | 63 | 41 | 22 | 153 | 63 | 21 |
| Octal | 250 | 1 | 73 | 0 | 143 | 101 | 42 | 523 | 143 | 41 |
| Binary | 10101000 | 1 | 111011 | 0 | 1100011 | 1000001 | 100010 | 101010011 | 1100011 | 100001 |
Color Harmonies of #A8013B
Complementary color
Monochromatic Colors of #A8013B
Black with #A8013B
Text Example
Text Example
White with #A8013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8013B; }
p { color: rgb(168,1,59); }
H1.HeaderClassName
{
color: #A8013B;
}
.AnyTagClassName
{
color: #A8013B;
}
</style>
background-color css
<style>
a { background-color: #A8013B; }
a { background-color: rgb(168,1,59); }
div.DivClassName
{
background-color: #A8013B;
}
.BgClassName
{
background-color: #A8013B;
}
</style>
border-color css
<style>
span { border-color: #A8013B; }
span { border-color: rgb(168,1,59); }
td.TdClassName
{
border-color: #A8013B;
}
.TagClassName
{
border-color: #A8013B;
}
</style>