Shades of Jazzberry Jam #A8014F
Tints of Jazzberry Jam #A8014F
RGB
CMYK
RGB Variations
Color information
#A8014F (or 0xA8014F) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 4F. RGB value is (168,1,79). Sum of RGB (Red+Green+Blue) = 168+1+79=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A8014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8014F is #57FEB0. Grayscale: #3B3B3B. Windows color (decimal): -5766833 or 5177768. OLE color: 5177768.
HSL color Cylindrical-coordinate representation of color #A8014F: hue angle of 331.98º 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 #A8014F is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 79 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.34 |
| HSL | 331.98º | 0.99% | 0.33% | - |
| HSV(B) | 331.98º | 0.99% | 0.66% | - |
| XYZ | 17.57 | 8.91 | 8.19 | - |
| YUV | 59.83 | 138.83 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 79 | 0 | 0.99 | 0.53 | 0.34 | 331.98 | 0.99 | 0.33 |
| Hex | A8 | 1 | 4F | 0 | 63 | 35 | 22 | 14C | 63 | 21 |
| Octal | 250 | 1 | 117 | 0 | 143 | 65 | 42 | 514 | 143 | 41 |
| Binary | 10101000 | 1 | 1001111 | 0 | 1100011 | 110101 | 100010 | 101001100 | 1100011 | 100001 |
Color Harmonies of #A8014F
Complementary color
Monochromatic Colors of #A8014F
Black with #A8014F
Text Example
Text Example
White with #A8014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8014F; }
p { color: rgb(168,1,79); }
H1.HeaderClassName
{
color: #A8014F;
}
.AnyTagClassName
{
color: #A8014F;
}
</style>
background-color css
<style>
a { background-color: #A8014F; }
a { background-color: rgb(168,1,79); }
div.DivClassName
{
background-color: #A8014F;
}
.BgClassName
{
background-color: #A8014F;
}
</style>
border-color css
<style>
span { border-color: #A8014F; }
span { border-color: rgb(168,1,79); }
td.TdClassName
{
border-color: #A8014F;
}
.TagClassName
{
border-color: #A8014F;
}
</style>