Shades of Jazzberry Jam #A8013E
Tints of Jazzberry Jam #A8013E
RGB
CMYK
RGB Variations
Color information
#A8013E (or 0xA8013E) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 3E. RGB value is (168,1,62). Sum of RGB (Red+Green+Blue) = 168+1+62=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A8013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8013E is #57FEC1. Grayscale: #393939. Windows color (decimal): -5766850 or 4063656. OLE color: 4063656.
HSL color Cylindrical-coordinate representation of color #A8013E: hue angle of 338.08º 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 #A8013E is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.34 |
| HSL | 338.08º | 0.99% | 0.33% | - |
| HSV(B) | 338.08º | 0.99% | 0.66% | - |
| XYZ | 17.03 | 8.69 | 5.34 | - |
| YUV | 57.89 | 130.33 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 62 | 0 | 0.99 | 0.63 | 0.34 | 338.08 | 0.99 | 0.33 |
| Hex | A8 | 1 | 3E | 0 | 63 | 3F | 22 | 152 | 63 | 21 |
| Octal | 250 | 1 | 76 | 0 | 143 | 77 | 42 | 522 | 143 | 41 |
| Binary | 10101000 | 1 | 111110 | 0 | 1100011 | 111111 | 100010 | 101010010 | 1100011 | 100001 |
Color Harmonies of #A8013E
Complementary color
Monochromatic Colors of #A8013E
Black with #A8013E
Text Example
Text Example
White with #A8013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8013E; }
p { color: rgb(168,1,62); }
H1.HeaderClassName
{
color: #A8013E;
}
.AnyTagClassName
{
color: #A8013E;
}
</style>
background-color css
<style>
a { background-color: #A8013E; }
a { background-color: rgb(168,1,62); }
div.DivClassName
{
background-color: #A8013E;
}
.BgClassName
{
background-color: #A8013E;
}
</style>
border-color css
<style>
span { border-color: #A8013E; }
span { border-color: rgb(168,1,62); }
td.TdClassName
{
border-color: #A8013E;
}
.TagClassName
{
border-color: #A8013E;
}
</style>