Shades of Jazzberry Jam #A3005A
Tints of Jazzberry Jam #A3005A
RGB
CMYK
RGB Variations
Color information
#A3005A (or 0xA3005A) is known color: Jazzberry Jam. HEX triplet: A3, 00 and 5A. RGB value is (163,0,90). Sum of RGB (Red+Green+Blue) = 163+0+90=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A3005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3005A is #5CFFA5. Grayscale: #3A3A3A. Windows color (decimal): -6094758 or 5898403. OLE color: 5898403.
HSL color Cylindrical-coordinate representation of color #A3005A: hue angle of 326.87º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3005A is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.45 | 0.36 |
| HSL | 326.87º | 1% | 0.32% | - |
| HSV(B) | 326.87º | 1% | 0.64% | - |
| XYZ | 16.95 | 8.52 | 10.42 | - |
| YUV | 59 | 145.5 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 90 | 0 | 1 | 0.45 | 0.36 | 326.87 | 1 | 0.32 |
| Hex | A3 | 0 | 5A | 0 | 64 | 2D | 24 | 147 | 64 | 20 |
| Octal | 243 | 0 | 132 | 0 | 144 | 55 | 44 | 507 | 144 | 40 |
| Binary | 10100011 | 0 | 1011010 | 0 | 1100100 | 101101 | 100100 | 101000111 | 1100100 | 100000 |
Color Harmonies of #A3005A
Complementary color
Monochromatic Colors of #A3005A
Black with #A3005A
Text Example
Text Example
White with #A3005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3005A; }
p { color: rgb(163,0,90); }
H1.HeaderClassName
{
color: #A3005A;
}
.AnyTagClassName
{
color: #A3005A;
}
</style>
background-color css
<style>
a { background-color: #A3005A; }
a { background-color: rgb(163,0,90); }
div.DivClassName
{
background-color: #A3005A;
}
.BgClassName
{
background-color: #A3005A;
}
</style>
border-color css
<style>
span { border-color: #A3005A; }
span { border-color: rgb(163,0,90); }
td.TdClassName
{
border-color: #A3005A;
}
.TagClassName
{
border-color: #A3005A;
}
</style>