Shades of Jazzberry Jam #A2014B
Tints of Jazzberry Jam #A2014B
RGB
CMYK
RGB Variations
Color information
#A2014B (or 0xA2014B) is known color: Jazzberry Jam. HEX triplet: A2, 01 and 4B. RGB value is (162,1,75). Sum of RGB (Red+Green+Blue) = 162+1+75=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A2014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2014B is #5DFEB4. Grayscale: #393939. Windows color (decimal): -6160053 or 4915618. OLE color: 4915618.
HSL color Cylindrical-coordinate representation of color #A2014B: hue angle of 332.42º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2014B is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 75 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.36 |
| HSL | 332.42º | 0.99% | 0.32% | - |
| HSV(B) | 332.42º | 0.99% | 0.64% | - |
| XYZ | 16.18 | 8.21 | 7.39 | - |
| YUV | 57.58 | 137.84 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 75 | 0 | 0.99 | 0.54 | 0.36 | 332.42 | 0.99 | 0.32 |
| Hex | A2 | 1 | 4B | 0 | 63 | 36 | 24 | 14C | 63 | 20 |
| Octal | 242 | 1 | 113 | 0 | 143 | 66 | 44 | 514 | 143 | 40 |
| Binary | 10100010 | 1 | 1001011 | 0 | 1100011 | 110110 | 100100 | 101001100 | 1100011 | 100000 |
Color Harmonies of #A2014B
Complementary color
Monochromatic Colors of #A2014B
Black with #A2014B
Text Example
Text Example
White with #A2014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2014B; }
p { color: rgb(162,1,75); }
H1.HeaderClassName
{
color: #A2014B;
}
.AnyTagClassName
{
color: #A2014B;
}
</style>
background-color css
<style>
a { background-color: #A2014B; }
a { background-color: rgb(162,1,75); }
div.DivClassName
{
background-color: #A2014B;
}
.BgClassName
{
background-color: #A2014B;
}
</style>
border-color css
<style>
span { border-color: #A2014B; }
span { border-color: rgb(162,1,75); }
td.TdClassName
{
border-color: #A2014B;
}
.TagClassName
{
border-color: #A2014B;
}
</style>