Shades of Jazzberry Jam #A3025B
Tints of Jazzberry Jam #A3025B
RGB
CMYK
RGB Variations
Color information
#A3025B (or 0xA3025B) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 5B. RGB value is (163,2,91). Sum of RGB (Red+Green+Blue) = 163+2+91=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A3025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3025B is #5CFDA4. Grayscale: #3C3C3C. Windows color (decimal): -6094245 or 5964451. OLE color: 5964451.
HSL color Cylindrical-coordinate representation of color #A3025B: hue angle of 326.83º degrees, saturation: 0.98, 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 #A3025B is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 91 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.36 |
| HSL | 326.83º | 0.98% | 0.32% | - |
| HSV(B) | 326.83º | 0.99% | 0.64% | - |
| XYZ | 17.01 | 8.59 | 10.66 | - |
| YUV | 60.29 | 145.34 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 91 | 0 | 0.99 | 0.44 | 0.36 | 326.83 | 0.98 | 0.32 |
| Hex | A3 | 2 | 5B | 0 | 63 | 2C | 24 | 147 | 62 | 20 |
| Octal | 243 | 2 | 133 | 0 | 143 | 54 | 44 | 507 | 142 | 40 |
| Binary | 10100011 | 10 | 1011011 | 0 | 1100011 | 101100 | 100100 | 101000111 | 1100010 | 100000 |
Color Harmonies of #A3025B
Complementary color
Monochromatic Colors of #A3025B
Black with #A3025B
Text Example
Text Example
White with #A3025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3025B; }
p { color: rgb(163,2,91); }
H1.HeaderClassName
{
color: #A3025B;
}
.AnyTagClassName
{
color: #A3025B;
}
</style>
background-color css
<style>
a { background-color: #A3025B; }
a { background-color: rgb(163,2,91); }
div.DivClassName
{
background-color: #A3025B;
}
.BgClassName
{
background-color: #A3025B;
}
</style>
border-color css
<style>
span { border-color: #A3025B; }
span { border-color: rgb(163,2,91); }
td.TdClassName
{
border-color: #A3025B;
}
.TagClassName
{
border-color: #A3025B;
}
</style>